← Back to browse

Stride20k x402 Data Gateway

Indexed by io.github.Marysbrain

About

x402 analytics feed + 20+ pay-per-call agent tools over x402 (data, LLM, risk), no accounts.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsWALLET_PRIVATE_KEY MAX_PER_CALL_USD MAX_SESSION_USD GATEWAY_URL
Claude Code
claude mcp add --env WALLET_PRIVATE_KEY= --env MAX_PER_CALL_USD= --env MAX_SESSION_USD= --env GATEWAY_URL= x402-gateway-mcp -- npx x402-gateway-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"x402-gateway-mcp","command":"npx","args":["x402-gateway-mcp"],"env":{"WALLET_PRIVATE_KEY":"","MAX_PER_CALL_USD":"","MAX_SESSION_USD":"","GATEWAY_URL":""}}'
JSON
{
  "mcpServers": {
    "x402-gateway-mcp": {
      "command": "npx",
      "args": [
        "x402-gateway-mcp"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "",
        "MAX_PER_CALL_USD": "",
        "MAX_SESSION_USD": "",
        "GATEWAY_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.