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",
"x-api-key": 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

Hive is institutional-grade crypto market infrastructure for AI. Managed MCP, REST API, and CLI for live prices, wallet positions, DeFi activity, token risk, and every on-chain signal your agent needs to answer its next question. Built for machines, not dashboards.

Quick Start

Connect Claude, Cursor, or your own agent to Hive in a few minutes.

Get API Keys

Create an API key and start calling tools immediately.

API Integration

Add crypto data to any backend with standard HTTP requests.

CLI Reference

Test and automate crypto data queries from the terminal.

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

Hundreds of tools across 14 categories. Your agent discovers what it needs at runtime. Works with Claude, Cursor, ChatGPT, Gemini, and LangChain — over MCP, REST, or CLI.


Discovery

curl -X GET "https://mcp.hiveintelligence.xyz/api/v1/tools?limit=20" \
  -H "x-api-key: YOUR_HIVE_API_KEY"

From MCP clients, also use:

  • hive://tools
  • hive://categories
  • hive://providers

Your agent asks. Hive answers.

Get an API key and your agent is on the crypto market in minutes.


Next Steps