Connect Hive to your agent
Works with no account and no key: 25 calls per day, resetting at 00:00 UTC.
The endpoint
One URL, no config beyond this line. Discovery calls are free; data calls count toward the daily cap. Signing in lifts it to your plan's limits.
https://mcp.hiveintelligence.xyz/mcpCheck it answers before you configure anything
This runs against production with no credential and returns Hive's 8 root tools.
curl -sS -X POST https://mcp.hiveintelligence.xyz/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'Free, no card. Lifts the daily cap, gives you an API key, and shows what every call costs.
Claude Desktop
Browser sign-in, no keyAnthropic's macOS/Windows desktop app for Claude.
Claude Desktop has no config file for remote servers, so you add Hive through its own connector interface using the endpoint above. Claude Desktop docs
Check it worked
Reload Claude Desktop first; a saved config is not picked up until the client restarts. Then run Settings > Connectors and look for Hive listed as connected, with its tools available in a new chat.
Then ask it: “What is the price of Bitcoin right now?” A real answer means Hive is connected.
Something not working? Nine times out of ten the client just has not reloaded yet. If it still will not connect, run the check in the endpoint card above, then read the installation guides or authentication and key handling.