TollWarden

TollWarden

Local
@tollwarden2TypeScriptUpdated 4 days ago

Screens x402 payments before settlement for injected payee addresses and sellers who never deliver.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtollwardenv1.6.0

Run

npx -y tollwarden

MCP client config

{
  "mcpServers": {
    "tollwarden": {
      "command": "npx",
      "args": [
        "-y",
        "tollwarden"
      ]
    }
  }
}