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)

  1. Open Claude Desktop (or go to Claude on the web).

  2. Navigate to SettingsManage Connectors.

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

  1. 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