AiCoin MCP Overview

AiCoin MCP Server provides 120+ tools, enabling AI Agents to access comprehensive crypto data and operate platform accounts via Model Context Protocol.

Package

@aicoin/aicoin-mcp

Installation

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

Other clients (Cursor, Windsurf, etc.), add to MCP config file:

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

Tool List

CategoryToolDescription
Coin Datacoin_info币种列表 / 实时行情 / 配置 / AI分析
coin_funding_rate资金费率历史(单交易所或加权)
coin_liquidation爆仓热力图 / 历史 / 预估
coin_open_interest聚合持仓量历史
coin_futures_data历史深度 / 大单 / 最新成交
Market Datamarket_info交易所列表 / 行情 / 热门币 / 合约OI
klineK线 / 指标K线 / 可用交易对
index_data指数价格 / 列表 / 详情
crypto_stock加密概念股行情
coin_treasury企业持币数据
depth实时 / 完整 / 分组深度
News & Contentnews新闻列表 / 详情 / RSS
flash快讯 / 上币公告
twitter推特 / 搜索 / KOL
Featuresmarket_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
Platform Operationsexchange_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线 / 策略
GuidesguideAPI Key 设置 / 升级 / 交易所配置