v0.4 · 给 AI agent 用的 MCP 工具 · MIT 开源

毛 spread 是骗人的。
我们算净值给你看。

这是一个 MCP 工具(不是网页 / 不是订阅)。装到 Claude / Cursor 后,你直接用中文问 AI。所有其他 funding 扫描器给你一个毛 spread 就结束。现实:BTC 在 HL(10.9%/年)和 Paradex(6.3%/年)之间,$10k 持 24h 毛收 $1.26,手续费 $19,净亏 $18。我们给 9 家交易所的 taker fee 建模,告诉你 break-even 需要持多久。没第二个做到这件事。

30 秒装好
stdio MCP · Node 20+ · 零用户数据
这不是网页,是给 AI 的工具装到 Claude / Cursor / Codex,你直接用中文问它
为什么做它

第一个带判断层的 funding 扫描器。

01
算净值,不是毛值
estimate_full_cost(symbol, size, hold_hours) 返回毛值、各家 taker fee 往返、NET 美元净值、break-even 小时数。4.6%/年的毛 spread 可能是净亏 —— 下单前就得看到这个。
02
9 家交易所,一次调用
HL + Binance + Bybit + OKX + dYdX + Drift + Vertex + Paradex + Aevo。kukapay 只管 CEX,Coinglass 仪表盘 $29/月,我们是 agent 里一次免费的工具调用。
03
历史百分位
当前 spread 是极端还是平常?historical_spread_context 用 30 天 HL + Binance 数据给你算百分位(p90 / p99)。5%/年的 99 分位 spread 比 20%/年放了几周的 spread 好做。
覆盖的交易所

9 家上线 · 2 家在途。

每家的限速和签名规则都不同,我们全封装。所有 funding period 都归一化到年化 %,HL 每小时 vs Binance 8 小时不再是陷阱。

Hyperliquidlive
  • 每小时 funding
Binance USDT-Mlive
  • 每 8 小时 funding
Bybit 线性合约live
  • 每 8 小时 funding
OKX SWAPlive
  • 每 8 小时 funding
dYdX v4live
  • 每小时 funding
Driftlive
  • 每小时 funding
Vertexlive
  • 每小时 funding
Paradexlive
  • 每 8 小时 funding
Aevolive
  • 每小时 funding
GMX v2soon
  • 借贷费率
Lightersoon
  • 每小时 funding
工具

7 个工具,4 个是判断层。

T
estimate_full_cost()
核心工具。输入 symbol + 名义 size + 持仓时长,返回扣完 taker fee 后的 NET 美元净值 + break-even 小时数。回答「这单做下去到底赚不赚」。
T
detect_funding_anomalies()
扫 9 家 × 600+ 合约找异常。返回单边极值(某家 funding 爆表)、最大跨家价差、覆盖最广的 symbol(套利流动性最好)。
T
historical_spread_context()
拉 30 天 HL + Binance funding 历史,给当前 spread 打百分位。告诉你「今天这 4.6%」是 50 分位还是 99 分位。
T
funding_schedule()
某 symbol 在各家的下次 funding 时间。进场前如果正好收 funding 的一边马上到点,可以立刻拿一笔。
T
scan_funding_diff()
扫所有交易所所有标的,返回 spread 超过阈值的机会,按年化 % 排序。
T
get_pair_funding()
给定一个 symbol,显示所有交易所的当前 funding。下单前快速校验。
T
estimate_arb_pnl()
给定 symbol + 名义 size,估算 8h / 24h / 7d / 30d / 年化的毛 PnL(不扣手续费)。看真实赚不赚用 estimate_full_cost。
安装

粘一行。重启。完事。

MCP server 作为你 agent 的子进程在本地跑,请求直接打交易所公开 API,不经过我们任何服务器。

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "funding-arb-scanner": {
      "command": "npx",
      "args": ["@cexagent/funding-arb-scanner"]
    }
  }
}
隐私

零后端。零数据。

privacy_policy.txt

MCP server 跑在你 agent 的子进程里。我们没有后端、看不到任何请求、不注册不登录不埋点,没有任何数据可被泄露。代码 MIT,GitHub 可查。