← Back to Plugins
MCP Server MCP

Countersign

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @countersign/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@countersign/mcp",
      "version": "0.2.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Countersign Core to govern (hosted or self-hosted).",
          "isRequired": true,
          "format": "string",
          "default": "https://app.countersign.network",
          "name": "COUNTERSIGN_URL"
        },
        {
          "description": "API key for the Core (self-serve one at https://app.countersign.network/start or POST /signup).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "COUNTERSIGN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...