hive-sdk
by hive-intel·★ 17·Score 44
Institutional-grade crypto market infrastructure MCP server with 376+ tools from 9 providers.
Overview
Hive Intelligence is a comprehensive MCP server that aggregates data from nine major cryptocurrency data providers including CoinGecko, DefiLlama, Moralis, and others. It normalizes disparate APIs into a single tool surface with 376+ tools across 10 categories, covering market data, DeFi analytics, wallet information, security checks, DEX flows, NFT analytics, prediction markets, and network infrastructure. The server offers both MCP stdio transport and a REST API, with detailed documentation on usage across multiple AI clients like Claude Desktop, Cursor, ChatGPT, and others.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Hive when you need comprehensive crypto data from multiple providers in a single normalized interface, especially for AI agents that need to answer questions across market data, DeFi, wallets, and security in one conversation.
When NOT to choose this
Avoid if you're building for environments that can't make external API calls, or if you need deep specialized data from a single provider that Hive doesn't offer normalized access to.
Tools this server exposes
12 tools extracted from the READMEmarket_priceGet current cryptocurrency prices for specified assets
ohlcvRetrieve OHLCV (Open, High, Low, Close, Volume) data for trading pairs
defi_tvlGet Total Value Locked (TVL) data for DeFi protocols
portfolio_balanceGet wallet balances and portfolio information across multiple chains
security_scanPerform security analysis on tokens and contracts
dex_pool_analyticsAnalyze DEX pools, liquidity, and trading data
nft_collection_dataGet information about NFT collections and markets
transaction_simulationSimulate Ethereum transactions to check for errors and gas costs
prediction_marketsGet data from prediction markets like Polymarket
gas_pricesGet current gas prices for different blockchain networks
token_metadataRetrieve detailed information about cryptocurrency tokens
search_discoverySearch across all tools and data providers for relevant information
Comparable tools
Installation
Installation
Using npx (no install required):
HIVE_API_KEY=hive_live_... npx -y -p hive-intelligence hive market price --ids bitcoin --vs usdGlobal install:
npm install -g hive-intelligenceClaude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"hive": {
"command": "npx",
"args": ["-y", "hive-intelligence"],
"env": { "HIVE_API_KEY": "hive_live_..." }
}
}
}FAQ
- How many tools does Hive provide?
- Hive offers 376+ tools across 10 categories, aggregated from 9 different cryptocurrency data providers.
- Which AI clients support Hive?
- Hive works with Claude Desktop, Cursor, ChatGPT, Claude Code, Windsurf, VS Code (Copilot Chat), Gemini CLI, and any MCP-compatible client.
Compare hive-sdk with
Last updated · Auto-generated from public README + GitHub signals.