AiCoin MCP 概览

AiCoin MCP Server 提供 120+ 工具,让 AI Agent 通过 Model Context Protocol 获取Crypto全维度数据并操作平台账户。

包名

@aicoin/aicoin-mcp

安装方式

OpenClaw:

npx mcporter config add aicoin --command npx --arg -y --arg @aicoin/aicoin-mcp

Claude Code:

claude mcp add aicoin -- npx -y @aicoin/aicoin-mcp

其他客户端(Cursor、Windsurf 等),添加到 MCP 配置文件:

{
  "mcpServers": {
    "aicoin": {
      "command": "npx",
      "args": ["-y", "@aicoin/aicoin-mcp"]
    }
  }
}

工具列表

分类工具说明
币种数据coin_info币种列表 / 实时行情 / 配置 / AI分析
coin_funding_rate资金费率历史(单交易所或加权)
coin_liquidation爆仓热力图 / 历史 / 预估
coin_open_interest聚合持仓量历史
coin_futures_data历史深度 / 大单 / 最新成交
市场数据market_info交易所列表 / 行情 / 热门币 / 合约OI
klineK线 / 指标K线 / 可用交易对
index_data指数价格 / 列表 / 详情
crypto_stock加密概念股行情
coin_treasury企业持币数据
depth实时 / 完整 / 分组深度
内容快讯news新闻列表 / 详情 / RSS
flash快讯 / 上币公告
twitter推特 / 搜索 / KOL
特色功能market_overview市场总览 / 多空比 / 灰度
order_flow大单追踪 / 聚合成交
trading_pair交易对行情 / 筛选
signal_data胜率信号 / 异动
Hyperliquidhl_ticker行情
hl_whale鲸鱼持仓 / 事件
hl_liquidation爆仓历史 / 统计
hl_open_interestOI概览 / 排名
hl_takerTaker Delta
hl_trader交易员分析
hl_fills / hl_orders成交 / 订单
hl_position / hl_portfolio仓位 / 组合
hl_advanced高级API / Smart Money
平台操作exchange_info支持的交易所 / 交易对
exchange_ticker / market_data行情 / 深度 / 成交
account_status / orders / history账户 / 订单 / 历史
create_order / cancel_order下单 / 撤单
set_trading_config / transfer配置杠杆保证金 / 划转
Freqtradeft_ping / ft_control / ft_info健康检查 / 控制 / 信息
ft_balance / ft_trades / ft_profit资产 / 交易 / 盈亏
ft_backtest / ft_candles / ft_strategy回测 / K线 / 策略
指南guideAPI Key 设置 / 升级 / 交易所配置