Install
openclaw skills install @miguelvalenciav/money-routerFind the cheapest way to send money between any two currencies. Compares 22+ crypto exchanges and 19 remittance providers in real-time. Free, open source, no affiliate fees.
openclaw skills install @miguelvalenciav/money-routerCompare every way to send money across borders — fiat, crypto, and P2P — in one query.
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.
coinnect_quoteFind the cheapest routes to send money from one currency to another.
Parameters:
from (string, required) — Source currency code (e.g., USD, EUR, BTC)to (string, required) — Destination currency code (e.g., MXN, NGN, PHP)amount (number, required) — Amount in source currencyExample:
GET https://coinnect.bot/v1/quote?from=USD&to=MXN&amount=500
Returns: Ranked routes with total cost %, recipient amount, provider path, and step-by-step instructions.
coinnect_corridorsList the most active currency corridors with provider information.
GET https://coinnect.bot/v1/corridors
coinnect_verifyReport 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)to_currency (string, required)provider (string, required)rate (number, required) — The exchange rate you observedfee_pct (number, optional) — The fee percentage if knownPOST https://coinnect.bot/v1/verify
coinnect_questsList open rate verification bounties. Complete quests by verifying rates at providers.
GET https://coinnect.bot/v1/quests
Native MCP support for Claude and any MCP-compatible agent:
python -m coinnect.mcp_server
Tools: coinnect_quote, coinnect_corridors, coinnect_explain_route, coinnect_verify, coinnect_quests
POST /v1/keys (1,000 req/day, no signup)