MCP server that checks x402 endpoints for decoys, zombie services, price traps, and other payment risks before signing.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by X402station.
preflightPreflight x402 scam check: endpoint risk before you pay โ decoy / zombie / price-trap / never-paid? Trust verdict in ~200ms before PAYMENT-SIGNATURE.
forensicsForensic x402 scam/risk report for a suspicious endpoint: probe history, signatures, decoy / price-trap patterns.
catalog_decoysSearchable catalog of x402 endpoint risk signals; scam-like decoys, zombies, and price-traps flagged.
buy_creditsPrepaid credit pack for high-frequency x402 scam checks, preflight, and verified calls. Returns { creditId, balance, expiresAt }; use X-Credit-Id on subsequent preflight calls.
credits_statusFree, no payment required. Returns { creditId, balance, initialBalance, used, paidAmount, createdAt, expiresAt, expired, paymentTx, paymentNetwork }. UUID-only access โ anyone holding the creditId can read state, same as decrement. 404 covers both 'malformed UUID' and 'no such credit' (same body so an attacker scraping random UUIDs can't tell them apart).
whats_newPolling-friendly catalog diff. Body { since?, limit? } (default since=now-24h, limit=200, max 500). Returns added_endpoints[] (first_seen_at >= since AND is_active=true), removed_endpoints[] (flipped to is_active=false since), service-level counts, polls_in_window, and current active totals. Cheap ($0.001 USDC) so hourly polling stays under $1/month โ perfect for aggregator agents that need a fresh delta without re-pulling the whole catalog. Internal ingest cron runs every 5 min, so polling more often than that returns identical data.
MCP adapter for x402station.io, the independent risk-signal layer for x402 agentic commerce. Exposes Preflight by x402station.io plus Forensics, Catalog Decoys, Alternatives, Credits, Watch, and Whats New. Any agent speaking the Model Context Protocol gets endpoint evidence before signing PAYMENT-SIGNATURE โ decoy, zombie, price-trap, never-paid, latency, signature/settlement checks โ before paying.
x402station.io independently probes every endpoint listed on agentic.market every 10 minutes and merges probe history with CDP settlement data. Policy engines decide and enforce; x402station.io measures and reports. We do not route, take custody, or endorse.
The adapter charges real USDC per paid call through x402 itself. You need a wallet private key that holds Base mainnet USDC.
Add to ~/.claude/claude_desktop_config.json (or wherever your MCP servers live):
Same shape โ every MCP host understands command / args / env. See your tool's MCP docs.
| Variable | Required | Default | Purpose |
|---|---|---|---|
AGENT_PRIVATE_KEY | yes for any paid tool call | โ | 0x-prefixed 64-hex-char private key. Account must hold Base mainnet USDC. |
X402STATION_BASE_URL | no | https://x402station.io | Override for dev / testing. |
preflight(url) โ $0.001 USDCAsk whether it's safe to pay this x402 URL. Returns:
ok is true only when no critical warning fires. Warnings include unknown_endpoint, no_history, dead, zombie, decoy_price_extreme, never_paid_zombie, proxy_markup, wildcard_402, spa_fallback, suspicious_high_price, slow, and new_provider.
forensics(url) โ $0.001 USDCDeep 7-day report. Superset of preflight. Returns hourly uptime, latency p50/p90/p99, status-code distribution, concentration-group stats, decoy probability. Extra warnings: dead_7d, mostly_dead, slow_p99, price_outlier_high, high_concentration.
catalog_decoys() โ $0.005 USDCFull blacklist. Returns every active endpoint currently flagged critical, plus per-reason counts. Pull periodically and cache locally โ cheaper than preflighting every URL.
For bulk discovery, do catalog_decoys() once per day and treat the result as a set-difference against any URLs you're about to hit.
x402station checks whether the endpoint is safe (decoy / zombie / price-trap / never-paid) before an agent pays. It pairs naturally with a payload safety check โ screening the payment metadata for PII before signing:
presidio-hardened-x402-mcp screens payment metadata for PII before signing. The two servers are developed independently, on purpose โ keeping the signals uncorrelated is the point. This is a composition pointer, not an endorsement; see their repo for the screening tool's behaviour and limits.
MIT
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sf1nx-x402station)<a href="https://allmcps.com/mcp/sf1nx-x402station"><img src="https://allmcps.com/api/badge/sf1nx-x402station?style=directory" alt="X402station on AllMCPs" /></a>