HomeSearch & Research › gate402-mcp

gate402-mcp

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

TypeScript Cloud
★ 1 stars Last pushed 2026-09-19 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.8.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "gate402-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "GATE402_API_KEY": "<YOUR_VALUE>",
        "GATE402_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry