Crypto data infrastructure for AI agents.

One managed MCP server and REST API for live prices, wallets, DeFi analytics, token risk, NFTs, networks, and prediction markets.

9 providers10 categories369 callable tools10K free monthly credits

Works with Claude, Cursor, OpenAI, and Codex.

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 DefiantBinanceFinboldThe 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 369 tools See pricing

9 providers · 10 categories · 369 callable tools · runs in Claude Desktop, Claude Code, Cursor, OpenAI Responses API, Windsurf, VS Code, Codex CLI, and Gemini CLI

CLI + Skills Setup

`npx -y -p hive-intelligence@latest hive init --all --browser` initializes local CLI credentials and supported agent resources; use the install guides to register MCP clients.

Agent Skills

Install public Hive skills with `npx skills add hive-intel/hive-skills`, then use MCP for live execution.

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 execution contract across the venues your agent needs.

  • 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 through the same Hive execution contract.

  • get_defi_protocol
  • get_protocol_tvl
  • get_trending_pools
  • alchemy_get_token_balances_by_wallet
  • moralis_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_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 369 callable tools → Your agent discovers what it needs at runtime. Works with Claude Desktop, Claude Code, Cursor, OpenAI Responses API, Windsurf, VS Code, Codex CLI, and Gemini CLI — over MCP, REST, or CLI.


Discovery

bash
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 includes monthly credits with no credit card. Every tool, every category. Managed remote endpoint. Upgrade when your agent grows past 10K calls/month or needs higher rate limits.


Next Steps