← Registry

Developer Tools

mudko.com

Provides APIs for non-custodial crypto/fiat swaps, onramping, and wallet creation.

x402 supported2 endpoints5 known toolsFirst detected July 25, 2026Last detected July 29, 2026

ENDPOINT 1

https://router.mudko.com/api/mcp

No auth detected

MCP server metadata

Name
onramperx-mcp
Version
0.1.0
Capabilities
tools
Server instructions

OnRamperX is a non-custodial value router (fiat <-> crypto) for humans and AI agents. Typical flow: get_route_quote(source, destination, constraints) returns ranked, non-custodial paths across every eligible rail with reasoning. For a crypto->crypto swap, create_swap returns a Relay deposit address (headless, no signing) or an on-chain intent. For a US card->USDC onramp, create_onramp_session returns an Apple/Google Pay link that a HUMAN must tap (fiat legs cannot be programmatically triggered) — the platform notifies a human. provision_wallet returns a gasless CDP Embedded Wallet address on Base. check_swap reconciles a Relay request + app-fee collection. The platform never holds funds mid-flow; settlement centers on USDC on Base.

Known 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).

Inferred read-only
create_swap

Use this to swap any token on any chain into USDC on Base via Relay.

Inferred read-only
check_swap

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

Inferred read-only
create_onramp_session

Use this when a US user wants to buy USDC on Base with a card / Apple Pay / Google Pay.

Potential side effects
provision_wallet

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

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.onramperx-mcp]
url = "https://router.mudko.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "onramperx-mcp": {
      "type": "http",
      "url": "https://router.mudko.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: onramperx-mcp
Remote MCP URL: https://router.mudko.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "onramperx-mcp": {
      "url": "https://router.mudko.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "onramperx-mcp": {
      "type": "http",
      "url": "https://router.mudko.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mudko.com/api/mcp

No auth detected

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mudko-com]
url = "https://mudko.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mudko-com": {
      "type": "http",
      "url": "https://mudko.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mudko-com
Remote MCP URL: https://mudko.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mudko-com": {
      "url": "https://mudko.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mudko-com": {
      "type": "http",
      "url": "https://mudko.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mudko-com",
  "transport": "streamable-http",
  "url": "https://mudko.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for mudko.com was fetched 2026-07-28T03:07:20.393Z.

Trust status Trusted

mudko.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.