Money Router
Compare every way to send money across borders — fiat, crypto, and P2P — in one query.
What it does
Given a source currency, destination currency, and amount, Money Router finds the cheapest route across 22+ crypto exchanges and 19 remittance providers. It returns ranked routes with step-by-step instructions, fees, exchange rates, and estimated delivery time.
Routes can be multi-hop: for example, USD → USDC (Coinbase) → MXN (Bitso) may be cheaper than USD → MXN (Wise) for certain amounts.
Tools
coinnect_quote
Find the cheapest routes to send money from one currency to another.
Parameters:
- -
from (string, required) — Source currency code (e.g., USD, EUR, BTC) - INLINECODE2 (string, required) — Destination currency code (e.g., MXN, NGN, PHP)
- INLINECODE3 (number, required) — Amount in source currency
Example:
CODEBLOCK0
Returns: Ranked routes with total cost %, recipient amount, provider path, and step-by-step instructions.
coinnect_corridors
List the most active currency corridors with provider information.
CODEBLOCK1
coinnect_verify
Report a real rate you observed at a provider. Helps calibrate estimated rates toward real values. You earn quest rewards for verified reports.
Parameters:
- -
from_currency (string, required) - INLINECODE7 (string, required)
- INLINECODE8 (string, required)
- INLINECODE9 (number, required) — The exchange rate you observed
- INLINECODE10 (number, optional) — The fee percentage if known
CODEBLOCK2
coinnect_quests
List open rate verification bounties. Complete quests by verifying rates at providers.
CODEBLOCK3
MCP Server
Native MCP support for Claude and any MCP-compatible agent:
CODEBLOCK4
Tools: coinnect_quote, coinnect_corridors, coinnect_explain_route, coinnect_verify, INLINECODE16
API Access
- - No auth required for basic use (20 req/day)
- Free API key via
POST /v1/keys (1,000 req/day, no signup) - Self-hosted option: clone repo, run locally, unlimited
What makes this different
- - Non-profit — rankings are by cost, never by who pays us
- Open source (MIT) — audit the code, fork it, self-host it
- Open data (CC-BY 4.0) — historical rate snapshots as free CSV
- Multi-hop routing — finds paths through crypto intermediaries that single-provider tools miss
- 22+ live exchanges — Binance, Kraken, Coinbase, OKX, Wise, and more
- Community verification — report real rates, earn quest rewards
Links
技能名称: Money Router
详细描述:
Money Router
通过一次查询,比较跨境汇款的所有方式——法币、加密货币和P2P。
功能
给定源货币、目标货币和金额,Money Router 能在22+加密货币交易所和19家汇款服务商中找到最便宜的路径。它返回排序后的路线,包含分步说明、费用、汇率和预计到账时间。
路线可以是多跳的:例如,对于某些金额,USD → USDC(Coinbase)→ MXN(Bitso)可能比 USD → MXN(Wise)更便宜。
工具
coinnect_quote
查找从一种货币发送到另一种货币的最便宜路线。
参数:
- - from(字符串,必填)— 源货币代码(例如 USD、EUR、BTC)
- to(字符串,必填)— 目标货币代码(例如 MXN、NGN、PHP)
- amount(数字,必填)— 源货币金额
示例:
GET https://coinnect.bot/v1/quote?from=USD&to=MXN&amount=500
返回: 排序后的路线,包含总成本百分比、收款金额、服务商路径和分步说明。
coinnect_corridors
列出最活跃的货币通道及其服务商信息。
GET https://coinnect.bot/v1/corridors
coinnect_verify
报告你在服务商处观察到的实际汇率。有助于将估算汇率校准为真实值。验证报告可获得任务奖励。
参数:
- - fromcurrency(字符串,必填)
- tocurrency(字符串,必填)
- provider(字符串,必填)
- rate(数字,必填)— 你观察到的汇率
- fee_pct(数字,可选)— 已知的费用百分比
POST https://coinnect.bot/v1/verify
coinnect_quests
列出开放的汇率验证悬赏任务。通过验证服务商汇率完成任务。
GET https://coinnect.bot/v1/quests
MCP 服务器
为 Claude 和任何兼容 MCP 的代理提供原生 MCP 支持:
bash
python -m coinnect.mcp_server
工具:coinnectquote、coinnectcorridors、coinnectexplainroute、coinnectverify、coinnectquests
API 访问
- - 基础使用无需认证(每天20次请求)
- 免费 API 密钥通过 POST /v1/keys 获取(每天1000次请求,无需注册)
- 自托管选项:克隆仓库,本地运行,无限制
独特之处
- - 非营利 — 排名依据成本,而非谁向我们付费
- 开源(MIT 协议)— 可审计代码、分叉、自托管
- 开放数据(CC-BY 4.0 协议)— 历史汇率快照以免费 CSV 格式提供
- 多跳路由 — 能发现通过加密货币中介的路径,这是单一服务商工具无法做到的
- 22+实时交易所 — Binance、Kraken、Coinbase、OKX、Wise 等
- 社区验证 — 报告真实汇率,赚取任务奖励
链接