PAYMENT GUARD
Agents are already moving real funds — x402 has pushed $600M+ across ~500k AI wallets (now a Linux Foundation standard backed by Visa, Stripe, Anthropic, Coinbase). The #1 risk: paying a sanctioned or tainted address unknowingly. Payment Guard is the one call an agent makes before a transfer.
FreeDeterministic — no LLMOFAC + scam lists + on-chain + ENSHTTP + MCP
verdict appears here…
Try a sanctioned/scam address and it returns block.
| Endpoint | What it does |
|---|---|
/api/screen-address | The guard. Address or ENS name → OFAC-sanctioned? scam/abuse-listed? on-chain risk (brand-new/unused, contract)? → a verdict |
/api/screen-payment | Vet an x402/payment endpoint or merchant URL (punycode, lookalikes, new domain, redirects) |
/api/check-sanctioned | Fast OFAC sanctions check for an address / ENS name |
/api/resolve-name | Resolve an ENS name → address and screen it (catch non-resolving names + spoofs) |
{ "mcpServers": { "payment-guard": { "command": "npx", "args": ["-y", "payment-guard-mcp"] } } }