Hive Intelligence MCP

Official
TypeScript

Managed crypto intelligence MCP for AI agents across market data, DeFi, wallets, token risk, DEX flows, NFTs, Solana, infrastructure, and prediction markets.

About Hive Intelligence MCP MCP Server

Managed crypto intelligence MCP for AI agents across market data, DeFi, wallets, token risk, DEX flows, NFTs, Solana, infrastructure, and prediction markets.

Features

Tools
Resources
Prompts

Transport

streamable-http
Getting Started

Use the hosted MCP endpoint at `https://mcp.hiveintelligence.xyz/mcp` with a Hive API key in the `Authorization: Bearer <HIVE_API_KEY>` or `X-Hive-Api-Key` header. For local stdio clients, run `npx -y -p hive-intelligence@latest hive` and set `HIVE_API_KEY`. Start with `search_tools` or the `hive://toolsets` resource, inspect schemas with `get_api_endpoint_schema`, then execute bounded calls with `invoke_api_endpoint`.

Tools (3)
Functions this server exposes to AI clients

search_tools

Find the right crypto, wallet, DeFi, market, security, Solana, NFT, infrastructure, or prediction-market toolset for an agent task.

get_api_endpoint_schema

Inspect exact parameters before calling any underlying provider endpoint.

invoke_api_endpoint

Execute a bounded provider call by endpoint id and arguments while preserving provider provenance and runtime status.

Resources (2)
Data sources this server exposes to AI clients

hive://toolsets

Workflow-oriented crypto task toolsets for market research, token diligence, wallet investigation, security, DeFi, NFTs, Solana, infrastructure, and prediction markets.

hive://status

Runtime and provider availability status so agents can see missing keys, degraded providers, and operational diagnostics.

Prompts (1)
Prompt templates this server provides

crypto_research_workflow

Route a crypto research request through discovery, schema lookup, bounded execution, diagnostics, and provenance-aware reporting.

Example
{
  "mcpServers": {
    "hive": {
      "command": "npx",
      "args": ["-y", "-p", "hive-intelligence@latest", "hive"],
      "env": { "HIVE_API_KEY": "<your-key>" }
    }
  }
}
Compatible With
Claude Desktop
Cursor
Windsurf
VS Code
Zed