PluginBench
MCP Server
Active
MIT

io.github.pgalyen1987/gate402-mcp MCP Server

io.github.pgalyen1987/gate402-mcp

What is the io.github.pgalyen1987/gate402-mcp MCP server?

Pay-per-call agent APIs over x402: web scraping, token compression, and semantic cache.

How to install io.github.pgalyen1987/gate402-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GATE402_API_KEY
    secret

    Optional. A funded Gate402 account key to skip the free tier.

  • GATE402_BASE_URL

    Optional. Override the gateway base URL (default https://gate402.app).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gate402-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gate402-mcp"
      ],
      "env": {
        "GATE402_API_KEY": "<YOUR_GATE402_API_KEY>",
        "GATE402_BASE_URL": "<YOUR_GATE402_BASE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gate402-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gate402-mcp"
      ],
      "env": {
        "GATE402_API_KEY": "<YOUR_GATE402_API_KEY>",
        "GATE402_BASE_URL": "<YOUR_GATE402_BASE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gate402-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gate402-mcp"
      ],
      "env": {
        "GATE402_API_KEY": "<YOUR_GATE402_API_KEY>",
        "GATE402_BASE_URL": "<YOUR_GATE402_BASE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gate402-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gate402-mcp"
      ],
      "env": {
        "GATE402_API_KEY": "<YOUR_GATE402_API_KEY>",
        "GATE402_BASE_URL": "<YOUR_GATE402_BASE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add gate402-mcp --env GATE402_API_KEY=<YOUR_GATE402_API_KEY> --env GATE402_BASE_URL=<YOUR_GATE402_BASE_URL> -- npx -y gate402-mcp

Related MCP servers

x402 MCP web parser: URLs to Markdown for agents. USDC on Base, Polygon, Arbitrum, Ethereum.

View repository →

x402-gated LLM token compressor: strip filler, collapse JSON, densify prose. Paid in USDC.

View repository →

x402-gated semantic vector cache for agent swarms: Redis-backed similarity lookup. Paid in USDC.

View repository →