Step 1: Add the endpoint
Pick your client. Every option below points at the same URL:- Claude Code
- Cursor
- VS Code
- Claude Desktop
Step 2: Ask something live
Start a fresh session so the client picks up the new server, then ask:What is the current price of Bitcoin? Use Hive.The answer should name a provider and a timestamp. If it does, your agent is reading live data instead of guessing from training. Try a harder one:
Check whether the token at 0x6B175474E89094C44Da98b954EedeAC495271d0F is safe to interact with.
Step 3: Read the receipt
Material responses carry three fields worth checking:string
Which upstream source served the data, for example CoinGecko or GoPlus.
timestamp
When the data was retrieved. Stale data is labelled, not hidden.
string
Whether that provider was healthy for this call. A degraded provider says so.
What you get without signing in
The anonymous lane allows 25 material calls per IP per day, resetting at 00:00 UTC. Discovery calls, where the agent lists tools or reads a schema, do not count against that. When you need more, authentication covers OAuth for interactive clients and API keys for headless ones.Next
Install your client
Exact config for all nine supported clients.
How Hive works
Why your agent finds the right tool on its own.

