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-mcpInstallation
OpenClaw:
npx mcporter config add aicoin --command npx --arg -y --arg @aicoin/aicoin-mcpClaude Code:
claude mcp add aicoin -- npx -y @aicoin/aicoin-mcpOther clients (Cursor, Windsurf, etc.), add to MCP config file:
{
"mcpServers": {
"aicoin": {
"command": "npx",
"args": ["-y", "@aicoin/aicoin-mcp"]
}
}
}Tool List
| Category | Tool | Description |
|---|---|---|
| Coin Data | coin_info | 币种列表 / 实时行情 / 配置 / AI分析 |
coin_funding_rate | 资金费率历史(单交易所或加权) | |
coin_liquidation | 爆仓热力图 / 历史 / 预估 | |
coin_open_interest | 聚合持仓量历史 | |
coin_futures_data | 历史深度 / 大单 / 最新成交 | |
| Market Data | market_info | 交易所列表 / 行情 / 热门币 / 合约OI |
kline | K线 / 指标K线 / 可用交易对 | |
index_data | 指数价格 / 列表 / 详情 | |
crypto_stock | 加密概念股行情 | |
coin_treasury | 企业持币数据 | |
depth | 实时 / 完整 / 分组深度 | |
| News & Content | news | 新闻列表 / 详情 / RSS |
flash | 快讯 / 上币公告 | |
twitter | 推特 / 搜索 / KOL | |
| Features | market_overview | 市场总览 / 多空比 / 灰度 |
order_flow | 大单追踪 / 聚合成交 | |
trading_pair | 交易对行情 / 筛选 | |
signal_data | 胜率信号 / 异动 | |
| Hyperliquid | hl_ticker | 行情 |
hl_whale | 鲸鱼持仓 / 事件 | |
hl_liquidation | 爆仓历史 / 统计 | |
hl_open_interest | OI概览 / 排名 | |
hl_taker | Taker Delta | |
hl_trader | 交易员分析 | |
hl_fills / hl_orders | 成交 / 订单 | |
hl_position / hl_portfolio | 仓位 / 组合 | |
hl_advanced | 高级API / Smart Money | |
| Platform Operations | exchange_info | 支持的交易所 / 交易对 |
exchange_ticker / market_data | 行情 / 深度 / 成交 | |
account_status / orders / history | 账户 / 订单 / 历史 | |
create_order / cancel_order | 下单 / 撤单 | |
set_trading_config / transfer | 配置杠杆保证金 / 划转 | |
| Freqtrade | ft_ping / ft_control / ft_info | 健康检查 / 控制 / 信息 |
ft_balance / ft_trades / ft_profit | 资产 / 交易 / 盈亏 | |
ft_backtest / ft_candles / ft_strategy | 回测 / K线 / 策略 | |
| Guides | guide | API Key 设置 / 升级 / 交易所配置 |