Stride20k x402 Data Gateway
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 vars
WALLET_PRIVATE_KEY MAX_PER_CALL_USD MAX_SESSION_USD GATEWAY_URLClaude 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
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.