PluginBench
MCP Server

com.mudko/onramperx MCP Server

com.mudko/onramperx

What is the com.mudko/onramperx MCP server?

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

How to install com.mudko/onramperx

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "onramperx": {
      "url": "https://router.mudko.com/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "onramperx": {
      "serverUrl": "https://router.mudko.com/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "onramperx": {
      "type": "http",
      "url": "https://router.mudko.com/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "onramperx": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://router.mudko.com/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http onramperx https://router.mudko.com/api/mcp

Related MCP servers

Agent-readiness scanner (0-5 score), robots.txt + llms.txt generators, managed agent enablement.

0
View repository →