Hive Intelligence

Introduction

Claude Crypto Integration

Use the Hive root MCP endpoint when you want Claude-compatible workflows over the live crypto and financial tool catalog.


POST https://mcp.hiveintelligence.xyz/mcp

Use the root endpoint when you want:

  • prompt-oriented discovery
  • hive://tools
  • get_api_endpoint_schema
  • access to the broader wrapped catalog

What To Verify First

  1. Your client can send x-api-key
  2. Your client supports MCP over HTTP
  3. You can successfully call get_price

First Test

{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "get_price",
    "arguments": {
      "ids": "bitcoin",
      "vs_currencies": "usd"
    }
  },
  "id": 1
}