AI agent access to Asian crypto markets. Korean exchange routing and x402 paid APIs.
CrossFin MCP server exists for a simple reason — assistants are far more useful when they can act on CrossFin directly instead of describing what you should do. AI agent access to Asian crypto markets. Korean exchange routing and x402 paid APIs.
CrossFin is a financial router for AI agents. It finds the cheapest path to move money across 14 exchanges (Bithumb, Upbit, Coinone, GoPax, bitFlyer, WazirX, bitbank, Indodax, Bitkub, Binance, OKX, Bybit, KuCoin, Coinbase), pays for APIs with crypto (x402 protocol), and gives agents real-time access to market data that's normally locked behind Korean-language interfaces and IP restrictions.
Once CrossFin is connected, these are the calls the assistant has available:
find_optimal_route — Optimal crypto transfer path across 14 exchanges (free)list_exchange_fees — Trading + withdrawal fee comparisoncompare_exchange_prices — Live Bithumb KRW vs Binance USD comparisonget_kimchi_premium — Korean vs. global route spread (free preview)search_services — Search registered servicesget_guide — Full agent guide (services, payment flow, examples)call_paid_service — Call any paid API with automatic x402 paymentcreate_wallet — Local ledger walletget_balance — Check wallet balancetransfer — Transfer between walletslist_transactions — Transaction historyset_budget — Daily spend limitYou will need one environment variable: EVM_PRIVATE_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. CrossFin's toolset — find_optimal_route, list_exchange_fees, compare_exchange_prices and 11 more — is a fair guide to whether it matches your workflow. It is maintained by bubilife1202; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| find_optimal_route | Optimal crypto transfer path across 14 exchanges (free) |
| list_exchange_fees | Trading + withdrawal fee comparison |
| compare_exchange_prices | Live Bithumb KRW vs Binance USD comparison |
| get_kimchi_premium | Korean vs. global route spread (free preview) |
| search_services | Search registered services |
| get_guide | Full agent guide (services, payment flow, examples) |
| call_paid_service | Call any paid API with automatic x402 payment |
| create_wallet | Local ledger wallet |
| get_balance | Check wallet balance |
| transfer | Transfer between wallets |
| list_transactions | Transaction history |
| set_budget | Daily spend limit |
| list_services | Browse service catalog |
| get_service | Service details |
{
"mcpServers": {
"crossfin": {
"command": "npx",
"args": ["-y", "crossfin-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0x..."
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| EVM_PRIVATE_KEY | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.