Stride20k x402 Data Gateway for Cursor
io.github.marysbrain/x402-gateway-mcp
x402 analytics feed + 20+ pay-per-call agent tools over x402 (data, LLM, risk), no accounts.
client:Cursor
transport:stdio
runtime:npm
Install Stride20k x402 Data Gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"x402-gateway-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x402-gateway-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>",
"MAX_PER_CALL_USD": "<MAX_PER_CALL_USD>",
"MAX_SESSION_USD": "<MAX_SESSION_USD>",
"GATEWAY_URL": "<GATEWAY_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs