Skip to content
Cursor

gate402 mcp for Cursor

io.github.pgalyen1987/gate402-mcp

x402 pay-per-call agent APIs: LLM inference, Base trading data, SEC filings & scraping

client:Cursor transport:stdio runtime:npm

Install gate402 mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gate402-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gate402-mcp"
      ],
      "env": {
        "GATE402_API_KEY": "<GATE402_API_KEY>",
        "GATE402_BASE_URL": "<GATE402_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gate402 mcp in other clients