Connect your agent to the crypto market.

Query the market. Watch the chain. Screen for risk. One endpoint, built for agents.

index.js
package.json
const response = await fetch(
"https://mcp.hiveintelligence.xyz/api/v1/execute",
{
method: "POST",
headers: {
"Content-Type": "application/json",
Authorization: `Bearer ${process.env.HIVE_API_KEY}`,
},
body: JSON.stringify({
tool: "get_price",
args: { ids: "bitcoin,ethereum" }
})
}
);

Works with major AI platforms

Claude AICursor IDEChatGPTGoogle GeminiLangChain

As featured in

BenzingaBusiness InsiderDecryptThe StreetInvesting.comThe DefiantBinanceFinboldDeFiLlama NewsThe Fintech MagFinsmesCrypto Briefing

Twilio for voice. Stripe for payments. Plaid for banking. Hive for crypto. A managed MCP server, REST API, and CLI that connects your AI agent to live prices, wallet positions, DeFi activity, and token risk through one API key. Built for machines, not dashboards.

Start free with 10K credits → Browse all 401 tools See pricing

9 providers · 10 categories · 401 tools · runs in Claude Desktop, Claude Code, Cursor, ChatGPT Desktop, Windsurf, VS Code, Codex CLI, and Gemini CLI

One-Command Install

`npx -y hive-intelligence@latest init --all --browser` installs the CLI, registers MCP everywhere, and runs PKCE auth in one command.

Get API Keys

Free Demo plan: 10,000 monthly credits, 30 req/min, every tool. No card required.

API Integration

Add crypto data to any backend over MCP, REST, or the CLI.

What your agent does with Hive

Query the market

Prices, volume, market caps, movers, and global stats. One call, normalized across every venue your agent will ever touch.

  • get_price
  • get_coins_market_data
  • get_global_stats

Watch the chain

Wallet balances, transaction history, DEX flows, DeFi positions, and protocol TVL. Onchain context in the same shape as market data.

  • get_defi_protocol
  • get_protocol_tvl
  • get_trending_pools
  • goldrush_get_multichain_balances
  • moralis_get_wallet_net_worth

Screen for risk

Honeypot detection, contract risk, and rugpull signals — before your agent hands anything to a user to sign.

  • get_token_security
  • detect_rugpull

Track prediction markets

Discover markets, monitor price movements, and aggregate trade flow for reporting or agent ranking.

  • codex_prediction_market_stats
  • codex_prediction_event_stats
  • codex_prediction_trades

Browse all 401 tools across 10 categories → Your agent discovers what it needs at runtime. Works with Claude Desktop, Claude Code, Cursor, ChatGPT Desktop, Windsurf, VS Code, Codex CLI, and Gemini CLI — over MCP, REST, or CLI.


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://tools
  • hive://categories
  • hive://providers

Your agent asks. Hive answers.

Start free with 10,000 credits → Demo plan never expires. No credit card. Every tool, every category. Production-ready remote endpoint. Upgrade only when your agent grows past 10K calls/month.


Next Steps