hive-sdk
by hive-intel·★ 17·综合分 44
机构级加密市场基础设施MCP服务器,提供来自9个提供商的376+工具。
概述
Hive Intelligence是一个综合的MCP服务器,整合了CoinGecko、DefiLlama、Moralis等九个主要加密货币数据提供商的数据。它将不同的API标准化为单一工具表面,包含10个类别376+工具,涵盖市场数据、DeFi分析、钱包信息、安全检查、DEX流、NFT分析、预测市场和网络基础设施。服务器提供MCP stdio传输和REST API,并包含在Claude Desktop、Cursor、ChatGPT等多种AI客户端中的详细使用文档。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要从多个提供商获取全面的加密货币数据,并以单一标准化界面呈现时,选择 Hive,特别是对于需要一次性回答市场数据、DeFi、钱包和安全问题的 AI 代理。
什么时候不要选它
如果您无法进行外部 API 调用,或需要 Hive 未提供标准化访问的单一提供商深度专业数据,则应避免使用。
此 server 暴露的工具
从 README 抽取出 12 个工具market_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
可对比工具
安装
安装
使用npx(无需安装):
HIVE_API_KEY=hive_live_... npx -y -p hive-intelligence hive market price --ids bitcoin --vs usd全局安装:
npm install -g hive-intelligenceClaude Desktop配置
添加到~/Library/Application Support/Claude/claude_desktop_config.json(macOS)或%APPDATA%\Claude\claude_desktop_config.json(Windows):
{
"mcpServers": {
"hive": {
"command": "npx",
"args": ["-y", "hive-intelligence"],
"env": { "HIVE_API_KEY": "hive_live_..." }
}
}
}FAQ
- Hive提供多少工具?
- Hive提供10个类别376+工具,来自9个不同的加密货币数据提供商。
- 哪些AI客户端支持Hive?
- Hive与Claude Desktop、Cursor、ChatGPT、Claude Code、Windsurf、VS Code(Copilot Chat)、Gemini CLI以及任何兼容MCP的客户端配合使用。
hive-sdk 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。