HomeFinance › Hive Intelligence MCP

Hive Intelligence MCP

Evidence-backed crypto due diligence with sources, freshness, and a runtime receipt on every call.

Official TypeScript CloudLocal Remote
★ 19 stars Last pushed 2026-09-17 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.hiveintelligence.xyz/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http hive-sdk https://mcp.hiveintelligence.xyz/mcp --header "Authorization: <YOUR_VALUE>" --header "X-API-Key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "hive-sdk": {
      "url": "https://mcp.hiveintelligence.xyz/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>",
        "X-API-Key": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Optional Bearer Hive API key for headless remote MCP access; interactive clients should use OAuth discovery
  • X-API-Key secret — Optional legacy Hive API key header for headless remote MCP access

Package (npm 1.7.2)

npx -y hive-intelligence@1.7.2

Or add to your MCP client config:

{
  "mcpServers": {
    "hive-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "hive-intelligence@1.7.2"
      ],
      "env": {
        "COINGECKO_PRO_API_KEY": "<YOUR_VALUE>",
        "ALCHEMY_API_KEY": "<YOUR_VALUE>",
        "GOPLUS_APP_KEY": "<YOUR_VALUE>",
        "GOPLUS_APP_SECRET": "<YOUR_VALUE>",
        "HELIUS_API_KEY": "<YOUR_VALUE>",
        "MORALIS_API_KEY": "<YOUR_VALUE>",
        "TENDERLY_API_KEY": "<YOUR_VALUE>",
        "TENDERLY_NODE_ACCESS_KEY": "<YOUR_VALUE>",
        "TENDERLY_GATEWAY_ACCESS_KEY": "<YOUR_VALUE>",
        "TENDERLY_ACCOUNT_SLUG": "<YOUR_VALUE>",
        "TENDERLY_PROJECT_SLUG": "<YOUR_VALUE>"
      }
    }
  }
}
  • COINGECKO_PRO_API_KEY secret — CoinGecko Pro API key
  • ALCHEMY_API_KEY secret — Alchemy API key (EVM wallet, token, NFT, transfer, simulation, gas, and RPC data)
  • GOPLUS_APP_KEY secret — GoPlus application key
  • GOPLUS_APP_SECRET secret — GoPlus application secret
  • HELIUS_API_KEY secret — Helius API key (Solana RPC, Digital Asset Standard (DAS), priority fees)
  • MORALIS_API_KEY secret — Moralis API key (EVM wallet, token, NFT analytics)
  • TENDERLY_API_KEY secret — Tenderly API key (EVM simulation, tracing, gas estimation)
  • TENDERLY_NODE_ACCESS_KEY secret — Tenderly Node access key (EVM RPC and historical state queries)
  • TENDERLY_GATEWAY_ACCESS_KEY secret — Legacy alias for the Tenderly Node access key
  • TENDERLY_ACCOUNT_SLUG — Tenderly account slug for project-scoped API calls
  • TENDERLY_PROJECT_SLUG — Tenderly project slug for project-scoped API calls

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry