Back to MCP directory
publicPublicdnsLocal runtime

hive-crypto-mcp

Hive Intelligence MCP服务器为AI助手提供全面的加密货币和Web3分析服务,通过统一接口集成200+专业工具,涵盖市场数据、链上分析、投资组合跟踪、安全分析等多个领域。

article

README

🚀 Hive Intelligence MCP Server

Hive Intelligence MCP Server是一个模型上下文协议(MCP)服务器,通过智能工具编排提供全面的加密货币和Web3分析服务。

🚀 快速开始

Hive Intelligence MCP Server 允许 AI 助手通过统一的 MCP 接口访问广泛的加密货币、DeFi 和 Web3 分析数据。该服务器提供动态和特定类别的访问方式,涵盖 200 多种专业工具,包括市场数据、链上分析、投资组合跟踪、安全分析等。

✨ 主要特性

📊 分析类别

  • 市场数据与价格
  • 链上 DEX 与交易池
  • 投资组合与钱包
  • 代币与合约
  • DeFi 协议
  • NFT 分析
  • 安全与风险
  • 网络与基础设施
  • 搜索与发现
  • 社交与情绪分析

📦 安装指南

# 安装依赖项
npm install

# 构建服务器
npm run build

# 启动服务器
npm start

MCP 客户端配置

在您的 MCP 客户端配置中添加以下内容:

{
  "mcpServers": {
    "hive": {
      "command": "npx",
      "args": ["-y", "mcp-hive"]
    }
  }
}

💻 使用示例

Claude 桌面端配置

在您的 Claude 桌面端配置文件中添加以下内容:

  • Windows%APPDATA%\Claude\claude_desktop_config.json
  • macOS~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hive-mcp": {
      "command": "npx",
      "args": ["-y", "mcp-hive"]
    }
  }
}

🔧 技术细节

构建

# 开发环境构建
npm run build

# 生产环境构建并赋予可执行权限
npm run prepare

测试

# 使用 MCP 检查器进行测试
npm run inspector

远程 MCP 服务器

查看使用 Hive 远程 MCP 服务器的指南: https://hiveintelligence.xyz/crypto-mcp

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client