MCP Catalogs
首页

hive-sdk

by hive-intel·17·综合分 44

机构级加密市场基础设施MCP服务器,提供来自9个提供商的376+工具。

financeai-llmdeveloper-tools
5
Forks
4
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Hive Intelligence是一个综合的MCP服务器,整合了CoinGecko、DefiLlama、Moralis等九个主要加密货币数据提供商的数据。它将不同的API标准化为单一工具表面,包含10个类别376+工具,涵盖市场数据、DeFi分析、钱包信息、安全检查、DEX流、NFT分析、预测市场和网络基础设施。服务器提供MCP stdio传输和REST API,并包含在Claude Desktop、Cursor、ChatGPT等多种AI客户端中的详细使用文档。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI代理访问实时加密货币市场数据和DeFi指标
:跨多个区块链和DeFi协议的投资组合分析
:交易前安全检查,包括蜜罐检测
:Hive提供多少工具?
:哪些AI客户端支持Hive?

什么时候选它

当您需要从多个提供商获取全面的加密货币数据,并以单一标准化界面呈现时,选择 Hive,特别是对于需要一次性回答市场数据、DeFi、钱包和安全问题的 AI 代理。

什么时候不要选它

如果您无法进行外部 API 调用,或需要 Hive 未提供标准化访问的单一提供商深度专业数据,则应避免使用。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • market_price

    Get current cryptocurrency prices for specified assets

  • ohlcv

    Retrieve OHLCV (Open, High, Low, Close, Volume) data for trading pairs

  • defi_tvl

    Get Total Value Locked (TVL) data for DeFi protocols

  • portfolio_balance

    Get wallet balances and portfolio information across multiple chains

  • security_scan

    Perform security analysis on tokens and contracts

  • dex_pool_analytics

    Analyze DEX pools, liquidity, and trading data

  • nft_collection_data

    Get information about NFT collections and markets

  • transaction_simulation

    Simulate Ethereum transactions to check for errors and gas costs

  • prediction_markets

    Get data from prediction markets like Polymarket

  • gas_prices

    Get current gas prices for different blockchain networks

  • token_metadata

    Retrieve detailed information about cryptocurrency tokens

  • search_discovery

    Search across all tools and data providers for relevant information

可对比工具

coin-gecko-mcpmoralis-mcpdefillama-mcpgoplus-security-mcp

安装

安装

使用npx(无需安装):

HIVE_API_KEY=hive_live_... npx -y -p hive-intelligence hive market price --ids bitcoin --vs usd

全局安装:

npm install -g hive-intelligence

Claude 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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。