Catalog
X402station
Officialby sF1nX · JavaScript
x402station.io: independent risk-signal layer for x402 endpoints before agents pay.
Assess risk signals for x402 endpoints before executing agent transactions.
README not available yet.
Install
Configuration
Environment variables
AGENT_PRIVATE_KEYrequiredsecret0x-prefixed 64-hex-char private key. Account must hold Base mainnet USDC. Required for any paid tool call.
X402STATION_BASE_URLOptional override. Only https://x402station.io or http(s)://localhost are accepted to prevent payload hijacking; any other value makes the adapter refuse to start.
claude_desktop_config.json
{
"mcpServers": {
"x402station": {
"command": "npx",
"args": [
"-y",
"x402station-mcp@1.0.11"
],
"env": {
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
"X402STATION_BASE_URL": "<YOUR_X402STATION_BASE_URL>"
}
}
}
}