PluginBench
MCP Server

io.github.epistemedeus/x402-data-gateway MCP Server

io.github.epistemedeus/x402-data-gateway

What is the io.github.epistemedeus/x402-data-gateway MCP server?

Pay-per-call USDC tools for AI agents (x402/Base): company + wallet enrichment, web read, repo scan.

How to install io.github.epistemedeus/x402-data-gateway

Copy-paste configuration for popular MCP clients.

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

Related MCP servers

Check if a website is visible to AI search (ChatGPT, Perplexity, Claude) and get per-gap fixes.

View repository →