← Back to Plugins
MCP Server MCP

io.github.kaditang/402sentinel-mcp

github By github 👁 1 views ▲ 0 votes

x402 payment safety for AI agents: counterparty risk gate, payment firewall, compliance, RWA gate.

Homepage Verified source GitHub

Install

npx -y @kaditang/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@kaditang/402sentinel-mcp",
      "version": "0.7.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "A Base wallet holding USDC on-chain (no gas needed) — pays per call, from $0.002.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLIENT_PRIVATE_KEY"
        },
        {
          "description": "Override the service base URL (default https://402sentinel.com).",
          "format": "string",
          "name": "SENTINEL_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...