Get Started
Connecting to Hive Intelligence’s MCP
Remote Endpoint: https://hiveintelligence.xyz/mcp
The Hive MCP is a remote MCP server. Point any MCP-compatible LLM client or agent framework to the endpoint above to give your AI instant, deep blockchain data access.
Works with clients that support MCP natively or via adapters — e.g., Claude (Anthropic), ChatGPT (via MCP adapter/bridge), Microsoft Copilot (via connector), CrewAI, LangChain, LlamaIndex, and custom apps.
Setup for Claude (Claude.ai / Claude Desktop)
Open Claude Desktop (or go to Claude on the web).
Navigate to Settings → Manage Connectors.

Add Connector URL:
https://hiveintelligence.xyz/mcp

Done. Hive MCP tools will be available to your chats/agents.

Other LLM Clients & Agent Frameworks
If your client/framework supports MCP:
Add a Remote MCP Server and enter
https://hiveintelligence.xyz/mcp
.
If your client doesn’t natively support MCP:
Use an MCP adapter/bridge and point it to the same endpoint.
Typical Patterns:
Desktop/IDE Clients: "Add MCP Server/Connector" → paste the URL.
Agent Frameworks (CrewAI, LangChain, LlamaIndex): Install an MCP plugin/bridge, then configure the server URL.
Custom Apps: Use an MCP client library and initialize it with the remote server URL.
Notes:
No local installation is required; the MCP server is remote.
Use the same endpoint in every MCP-capable client to ensure consistent behavior across tools and environments.
Last updated