x402station for Cursor
io.github.sf1nx/x402station
x402station.io: independent risk-signal layer for x402 endpoints before agents pay.
client:Cursor
transport:stdio
runtime:npm
Install x402station in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"x402station": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x402station-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
"X402STATION_BASE_URL": "<X402STATION_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs