Hive Intelligence gives AI agents one connection for evidence-backed crypto due diligence. Start with a live read-only workflow, then connect a compatible client to https://mcp.hiveintelligence.xyz/mcp and preserve provider, freshness, and runtime metadata in every answer.
Try the live demo → Choose an AI client See live catalog
Every answer comes with sources, freshness context, and a runtime receipt. Interactive clients use URL-only OAuth when the live readiness check passes; API keys remain the headless fallback.
Run a diligence workflow
Try a fixed read-only live workflow without an account, then bring your own key for custom tools.
Choose an AI integration
Compare native remote MCP, local stdio, and API-bridge paths without overstating direct UI compatibility.
Get API Keys
Create a key for MCP, REST, CLI, and adapter requests. Plan limits control credits and rate limits.
Live Catalog
Search the current callable tool catalog and inspect the discovery surfaces agents should use.
Connect to Hive's remote MCP server
| Item | Value |
|---|---|
| Remote MCP URL | https://mcp.hiveintelligence.xyz/mcp |
| Transport | Streamable HTTP |
| Interactive auth | Add only the URL, then complete OAuth in the browser |
| Headless/API fallback | Authorization: Bearer YOUR_HIVE_API_KEY from secret storage |
| Client setup | Install Hive or Client Setup |
After connecting a client, ask it to use Hive tools for the current BTC and ETH prices in USD. Continue when the response shows a Hive tool call, provider-backed price data, provider-native evidence time when available, runtime_status, and receipt_id/receipt_version.
For client-independent verification, run the REST smoke test in Get Started or Quick Start.
What your agent does with Hive
Query the market
Prices, volume, market caps, movers, and global stats. One execution contract across the venues your agent needs.
get_priceget_coins_market_dataget_global_stats
Watch the chain
Wallet balances, transaction history, DEX flows, DeFi positions, and protocol TVL. Onchain context through the same Hive execution contract.
get_defi_protocolget_protocol_tvlget_trending_poolsalchemy_get_token_balances_by_walletmoralis_get_wallet_history
Screen for risk
Honeypot detection, contract risk, and rugpull signals before your agent hands anything to a user to sign.
get_token_securitydetect_rugpull
Track prediction markets
Discover markets, monitor price movements, and aggregate trade flow for reporting or agent ranking.
codex_prediction_market_statscodex_prediction_event_statscodex_prediction_trades
See the live catalog → Your agent discovers tools at runtime through MCP tools/list, hive://tools, category endpoints, or REST discovery. Supported guides cover Claude Desktop, Claude Code, Cursor, OpenAI Responses API, Windsurf, VS Code, Codex CLI, and Gemini CLI.
Secondary technical inventory: the source-backed catalog spans 10 category endpoints, 519 provider tools, and 18 Hive-native stateful tools. Use live discovery to confirm deployed availability before execution.
Discovery
curl -X GET "https://mcp.hiveintelligence.xyz/api/v1/tools?limit=20" \
-H "Authorization: Bearer YOUR_HIVE_API_KEY"From MCP clients, also use:
hive://toolshive://categorieshive://providers
Production setup
- For headless, REST, CLI, and automation paths, store Hive API keys in environment variables or a secret manager. Interactive OAuth clients should not receive a key in shared config.
- Use live discovery before hard-coding tool names.
- Show source/provider, freshness, and runtime status when returning answers.
- Handle
401,429, provider unavailability, and degraded runtime status explicitly. - Use token security and risk tools before workflows that could lead a user to sign or swap.
Next steps
- Get Started - connect one client, verify a live tool call, and inspect discovery
- Quick Start - run your first Hive request
- Tools Reference - browse all 10 categories
- Live Catalog - see the full tool inventory
- Data Sources - the upstream providers we normalize