🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@countersign/mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@countersign/mcp

Countersign as MCP tools — the cross-vendor kill switch + spend guard inside any MCP client (Claude, Cursor, …).

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
127
1.6%
Maintainers
1
Weekly downloads
 
Created
Source

@countersign/mcp

The cross-vendor kill switch + spend guard for AI agents — as MCP tools, inside any MCP client.

Countersign is a neutral control plane that holds one policy, one freeze, and one tamper-evident audit ledger across every agent-wallet backend at once. This package exposes it as Model Context Protocol tools, so an agent (or you, from chat in Claude / Cursor) can ask "may I spend this?" before acting — and freeze everything in under a second.

Tools

ToolWhat it does
countersign_request_spendPre-flight guard — ask whether a spend is allowed before touching the wallet (allow / deny / needs_approval).
countersign_freezeThe kill switch — freeze every agent on every backend at once.
countersign_apply_policyApply one unified policy (caps, allow/deny lists, approval threshold) across all backends.
countersign_list_agents / countersign_healthSee the governed fleet + control-plane health.
countersign_list_approvals / countersign_approve / countersign_denyThe human-approval queue.
countersign_ledgerRead + re-verify the append-only, hash-chained audit ledger.
countersign_unfreezeLift a freeze (recover).

Setup

It governs a running Countersign Core (hosted at app.countersign.network, or self-hosted). Set:

  • COUNTERSIGN_URL — your Core, e.g. https://app.countersign.network
  • COUNTERSIGN_API_KEY — required when the Core has auth enabled

Claude Desktop / Claude Code / Cursor

Add to your MCP config (claude_desktop_config.json, or claude mcp add, or Cursor's mcp.json):

{
  "mcpServers": {
    "countersign": {
      "command": "npx",
      "args": ["-y", "@countersign/mcp"],
      "env": {
        "COUNTERSIGN_URL": "https://app.countersign.network",
        "COUNTERSIGN_API_KEY": "csk_…"
      }
    }
  }
}

That's it — your agent now has the spend guard and the kill switch.

Apache-2.0. Countersign holds policy/freeze/ledger; it never takes custody of funds.

Keywords

countersign

FAQs

Package last updated on 27 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts