Introduction
Claude Crypto Integration
Use the Hive root MCP endpoint when you want Claude-compatible workflows over the live crypto and financial tool catalog.
Recommended Endpoint
POST https://mcp.hiveintelligence.xyz/mcp
Use the root endpoint when you want:
- prompt-oriented discovery
hive://toolsget_api_endpoint_schema- access to the broader wrapped catalog
What To Verify First
- Your client can send
x-api-key - Your client supports MCP over HTTP
- 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
}