OnRamperX
router.mudko.com
· OnRamperX
Non-custodial value router for humans and AI agents. Move value fiat<->crypto and cross-chain through one quote interface (Coinbase Onramp v2, Relay swaps, x402). The platform routes value; it never holds funds.
router.mudko.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 62/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-17 15:13:42 current | ea4bf6f088cd… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://router.mudko.com/.well-known/agent-card.json |
| Provider | https://router.mudko.com |
| Docs | https://router.mudko.com/.well-known/api-catalog |
Skills · 5 declared · mapped to canonical taxonomy
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, ET…
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 …
Use this to check a Relay swap's status by requestId and confirm app-fee collection (appFees vs paidAppFees).
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…
Use this to create a gasless, non-custodial CDP Embedded Wallet address on Base (TEE keys, user-exportable) to receive routed value.
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/router.mudko.com) [](https://agenstry.com/agents/router.mudko.com) [](https://agenstry.com/agents/router.mudko.com) [](https://agenstry.com/agents/router.mudko.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "OnRamperX",
"description": "Non-custodial value router for humans and AI agents. Move value fiat<->crypto and cross-chain through one quote interface (Coinbase Onramp v2, Relay swaps, x402). The platform routes value; it never holds funds.",
"version": "0.1.0",
"url": "https://router.mudko.com/api/a2a",
"documentationUrl": "https://router.mudko.com/.well-known/api-catalog",
"provider": {
"organization": "OnRamperX",
"url": "https://router.mudko.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"markdownNegotiation": true,
"apiDiscovery": true,
"mcpTools": true,
"agentSkills": true,
"extensions": [
{
"uri": "https://x402.org",
"description": "Agent-payable via x402 (USDC on Base). Pay for a ranked routing quote at /api/x402/quote; the crawlable listing is at /api/x402/route.",
"required": false,
"params": {
"discovery": "https://router.mudko.com/.well-known/x402",
"network": "base"
}
}
]
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/markdown"
],
"interfaces": [
{
"name": "mcp",
"transport": "streamable-http",
"url": "https://router.mudko.com/api/mcp",
"protocolVersion": "2025-06-18"
}
],
"supportedInterfaces": [
{
"name": "a2a",
"transport": "JSONRPC",
"url": "https://router.mudko.com/api/a2a"
},
{
"name": "mcp",
"transport": "streamable-http",
"url": "https://router.mudko.com/api/mcp"
}
],
"securitySchemes": {
"none": {
"type": "none",
"description": "Public, unauthenticated resource. Rate-limited per IP. Paid routing quotes settle via x402 (USDC on Base)."
}
},
"skills": [
{
"id": "get-route-quote",
"name": "Get a ranked value-routing quote",
"description": "Use this when a human or agent wants the best non-custodial way to move value between fiat and crypto (or crypto to crypto) \u2014 returns ranked rails with fees, ETA, KYC burden, limits, and reasoning.",
"tags": [
"routing",
"quote",
"non-custodial"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "create-swap",
"name": "Create a crypto swap (Relay)",
"description": "Use this to swap any token on any chain into USDC on Base via Relay \u2014 returns a headless deposit address (no signing) or an on-chain intent; app fees accrue on swaps.",
"tags": [
"swap",
"relay",
"usdc",
"base"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "check-swap",
"name": "Check a swap + fee collection",
"description": "Use this to check a Relay swap's status by requestId and confirm app-fee collection (appFees vs paidAppFees).",
"tags": [
"swap",
"relay",
"status"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "create-onramp-session",
"name": "Create a US card onramp session (HITL)",
"description": "Use this when a US user wants to buy USDC on Base with a card / Apple Pay / Google Pay \u2014 returns a payment link a HUMAN must physically tap (fiat legs cannot be programmatically triggered); a human is notified.",
"tags": [
"onramp",
"fiat",
"coinbase",
"human-in-the-loop"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "provision-wallet",
"name": "Provision a gasless Base wallet",
"description": "Use this to create a gasless, non-custodial CDP Embedded Wallet address on Base (TEE keys, user-exportable) to receive routed value.",
"tags": [
"wallet",
"base",
"non-custodial",
"embedded"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"preferredTransport": "JSONRPC"
}