MCP adapter for x402station.io — infrastructure for x402 agentic
commerce. Brand umbrella across 6 capability directions: Discover
(Catalog), Evaluate (Preflight, the active flagship), Pay (Credits),
Monitor (Watch), Recover (Alternatives), Analyze (Forensics).
Preflight by x402station.io is the pre-payment evaluation layer:
agents call it before every paid x402 request to detect decoys
(price ≥ $1000 USDC honeypots), zombie services (100% erroring),
dead endpoints, slow responses, and new providers. Auto-signs
PAYMENT-SIGNATURE via AGENT_PRIVATE_KEY.
Tools exposed: preflight ($0.001), forensics (7-day report, $0.001),
catalog_decoys (full blacklist, $0.005), alternatives (routing
fallback, $0.005), whats_new (catalog diff, $0.001), buy_credits
($0.50 = 1000 prepaid preflights), watch_subscribe ($0.01 = 30-day
webhook alerts), plus free credits_status / watch_status /
watch_unsubscribe. Wallet must hold Base mainnet USDC.
Server Config
{
"mcpServers": {
"x402station": {
"command": "npx",
"args": [
"-y",
"x402station-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "0x<your-base-mainnet-private-key>"
}
}
}
}