← Back to Plugins
MCP Server MCP

Hive Intelligence MCP

github By github 👁 9 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.hiveintelligence.xyz/mcp",
      "headers": [
        {
          "description": "Optional Bearer Hive API key for headless remote MCP access; interactive clients should use OAuth discovery",
          "isSecret": true,
          "name": "Authorization"
        },
        {
          "description": "Optional legacy Hive API key header for headless remote MCP access",
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "hive-intelligence",
      "version": "1.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "CoinGecko Pro API key",
          "format": "string",
          "isSecret": true,
          "name": "COINGECKO_PRO_API_KEY"
        },
        {
          "description": "Alchemy API key (EVM wallet, token, NFT, transfer, simulation, gas, and RPC data)",
          "format": "string",
          "isSecret": true,
          "name": "ALCHEMY_API_KEY"
        },
        {
          "description": "Codex GraphQL API key",
          "format": "string",
          "isSecret": true,
          "name": "CODEX_API_KEY"
        },
        {
          "description": "GoPlus application key",
          "format": "string",
          "isSecret": true,
          "name": "GOPLUS_APP_KEY"
        },
        {
          "description": "GoPlus application secret",
          "format": "string",
          "isSecret": true,
          "name": "GOPLUS_APP_SECRET"
        },
        {
          "description": "Helius API key (Solana RPC, Digital Asset Standard (DAS), priority fees)",
          "format": "string",
          "isSecret": true,
          "name": "HELIUS_API_KEY"
        },
        {
          "description": "Moralis API key (EVM wallet, token, NFT analytics)",
          "format": "string",
          "isSecret": true,
          "name": "MORALIS_API_KEY"
        },
        {
          "description": "Tenderly API key (EVM simulation, tracing, gas estimation)",
          "format": "string",
          "isSecret": true,
          "name": "TENDERLY_API_KEY"
        },
        {
          "description": "Tenderly Node access key (EVM RPC and historical state queries)",
          "format": "string",
          "isSecret": true,
          "name": "TENDERLY_NODE_ACCESS_KEY"
        },
        {
          "description": "Legacy alias for the Tenderly Node access key",
          "format": "string",
          "isSecret": true,
          "name": "TENDERLY_GATEWAY_ACCESS_KEY"
        },
        {
          "description": "Tenderly account slug for project-scoped API calls",
          "format": "string",
          "name": "TENDERLY_ACCOUNT_SLUG"
        },
        {
          "description": "Tenderly project slug for project-scoped API calls",
          "format": "string",
          "name": "TENDERLY_PROJECT_SLUG"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...