Odel
Countersign

Countersign

Local
@countersign-network1TypeScriptUpdated 3 days ago

Kill switch + spend guard for AI agents that spend money, across every wallet vendor at once.

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).

npm@countersign/mcpv0.2.2

Run

npx -y @countersign/mcp

MCP client config

{
  "mcpServers": {
    "countersign": {
      "command": "npx",
      "args": [
        "-y",
        "@countersign/mcp"
      ]
    }
  }
}