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 signup, no key, no config beyond this line. Discovery calls are free; 25 data calls per day per IP address, resetting at 00:00 UTC. Signing in lifts the cap 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 cost.
Install links
Install links carry only the public MCP URL, never a credential. Claude, Cursor and VS Code are verified to open browser authorization on first connect. Every other client says how it authenticates in its own section below.
Checking the live MCP host before enabling install actions.
Claude Desktop
Browser sign-in, no keyAnthropic's macOS/Windows desktop app for Claude.
Claude Desktop has no config file for remote servers — 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.
Connection check
Reading your account state.
Something not working?
Nine times out of ten the config is right and the client has not reloaded yet. If it still will not connect, run the check above — it proves the endpoint from your machine with no credential — and then read the per-client guide in full.