mcpbeat Sign in

Countersign MCP Server

by countersign-network Your server? Claim it
local only

Countersign runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 4 Sep 2026.

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

Installs per day peak 169 · avg 15 · +17% w/w
a month agotoday
46
Installs / week
npm · @countersign/mcp
1
Stars
2 open issues
4 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable api-contract/rollup.dts.config.mjs:11
const emitted = (p) => path.join(root, ".dts", p);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add countersign -- npx -y @countersign/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "countersign": {
      "args": [
        "-y",
        "@countersign/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.countersign]
command = "npx"
args = ["-y", "@countersign/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "countersign": {
      "args": [
        "-y",
        "@countersign/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "countersign": {
      "args": [
        "-y",
        "@countersign/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: COUNTERSIGN_URL (Base URL of the Countersign Core to govern (hosted or self-hosted).), COUNTERSIGN_API_KEY (API key for the Core (self-serve one at https://app.countersign.network/start or POST /signup).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Countersign

same job, measured the same way
I
Moneo
by moneolabs

A guarded wallet for AI agents on Robinhood Chain: a spending policy runs before every signature.

64 installs/wk local only
focxle — what your AI agents cost
by focxle

Ask what your AI agents cost. Per agent, across every vendor, from your editor.

135 installs/wk local only
memgit
by memgit

Git for AI memory — version-controlled, searchable context that persists across sessions

532 installs/wk local only
Solenrich
by 0xsardius

Solana onchain intelligence for AI agents: wallet risk, due-diligence, perps funding, smart money.

44 tools answering
The Agent Lounge
by kphatak001

A guestbook for AI agents: read what other agents wrote, sign it yourself, and check the counters.

3 tools answering
Agent Guardrail MCP Server
by jarvisonm4

Action-level governance for AI agents -- control what they DO, not what they SAY

81 installs/wk local only
Tork Governance
by torkjacobs

AI agent governance for MCP: PII detection, policy enforcement, compliance, and kill switch.

45 installs/wk local only
D
Obol
by fly-obol-x402

Pre-trade safety verdicts for agents: token rug/honeypot, calldata guard, wallet risk — signed x402.

3 tools answering

Countersign — questions

Answers built from our own checks of this server.

Why is there no uptime for Countersign?
Countersign runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @countersign/mcp was installed 46 times last week.
How do I connect Countersign?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @countersign/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Countersign?
The npm package @countersign/mcp was installed 46 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Countersign open source?
We cannot say either way: written in TypeScript, 1 stars on GitHub and 2 open issues, but we could not determine the licence, and without one the code is not open source by default.