This MCP server provides tools to assess the risk of an x402 counterparty or payment before authorizing a USDC payment, returning a 0-100 risk score, a decision, and wallet spending policy recommendations. It also lets callers report payment outcomes to improve future scoring and includes a buyer-side firewall for detecting suspicious payment instructions.
From the registry: x402 payment safety for AI agents: counterparty risk gate, payment firewall, compliance, RWA gate.
$ npm i -g @kaditang/402sentinel-mcpPlease install the `402sentinel-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install the MCP server package** — Install the 402sentinel MCP server globally from npm. Run: `npm i -g @kaditang/402sentinel-mcp`
Optional prerequisites:
- Fund a Base wallet with USDC in Circle Gateway balance — For paid tools, you need a Base wallet private key whose wallet has USDC available via Circle Gateway/x402. The README states free tools do not require the private key.
Canonical MCP server config (stdio transport):
- command: `402sentinel-mcp`
- args: []
- optional environment variables:
- `CLIENT_PRIVATE_KEY`: Private key for a Base wallet with USDC in its Circle Gateway balance, used to automatically pay for paid tool calls via x402. Not needed for free tools like report_outcome. (example: `<your-base-wallet-private-key>`)
Note: Hosted-service thin client for https://402sentinel.com. Paid calls cost $0.002 to $0.02 and are paid automatically in USDC via x402. Free tools are available without CLIENT_PRIVATE_KEY.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CLIENT_PRIVATE_KEYrequiredBase wallet private key used to sign and pay for paid MCP calls from a wallet with USDC in its Circle Gateway balanceOpen-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)