Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.mudko/onramperx

com.mudko/onramperx

Non-custodial value router: ranked fiat/crypto & cross-chain routes, swaps, onramp, gasless wallet.

Uptime
100.0%
1 direct probes · 30d
Response
560ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_route_quote

Use this when a human or agent wants the best non-custodial way to move value between fiat and crypto (or crypto to crypto). Returns ranked rails with fees, ETA, KYC burden, limits, and reasoning.

create_swap

Use this to swap any token on any chain into USDC on Base via Relay. Returns a headless deposit address (no signing) or an on-chain intent. App fees accrue on swaps.

check_swap

Use this to check a Relay swap's status by requestId and confirm app-fee collection (appFees vs paidAppFees).

create_onramp_session

Use this when a US user wants to buy USDC on Base with a card / Apple Pay / Google Pay. Returns a payment link a HUMAN must physically tap (fiat legs cannot be programmatically triggered); a human is …

provision_wallet

Use this to create a gasless, non-custodial CDP Embedded Wallet address on Base (TEE keys, user-exportable) to receive routed value.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.mudko/onramperx": {
      "url": "https://router.mudko.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}