Neutral, cross-vendor control plane for AI agents that spend money — one policy, one sub-second freeze, one tamper-evident audit ledger across every agent-wallet backend. Open-core: SDK + MCP + x402/AP2.
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
- !Licence file present but not machine-readable
git clone https://github.com/countersign-network/packages{
"mcpServers": {
"packages": {
"command": "node",
"args": ["/path/to/packages/dist/index.js"]
}
}
}Resumen de MCP Servers
# Countersign
[](https://github.com/countersign-network/packages/actions/workflows/ci.yml)
[](https://www.npmjs.com/package/@countersign/sdk)
[](https://www.npmjs.com/package/@countersign/mcp)
[](https://www.npmjs.com/package/@countersign/mcp)
[](https://github.com/countersign-network/packages/blob/main/LICENSE)
**A neutral, cross-vendor control plane for AI agents that spend money.** Countersign holds the
**policy**, the **freeze**, and the **audit ledger** *across multiple agent-wallet backends at once* —
the one thing no single wallet vendor can do, because each only governs its own rail. That
aggregation is the moat.
[](https://countersign.network/demo.html)
*Live version of this loop: [countersign.network/demo.html](https://countersign.network/demo.html) · [60s video](https://countersign.network/demo.mp4)*
> One falsifiable test defines it: **can Countersign freeze agents across many backends at once, in
> under a second, with a unified tamper-evident ledger of every attempt?** Proven LIVE across **four
> rails** (Coinbase, Turnkey, Openfort, and a Lithic Visa **card**) in ~432ms on testnet.
This repository is the **open-core front door** — the Apache-2.0 packages you build *against*: the
integration contract, the typed client, the MCP tools, and the x402 guard. The control-plane "brain"
(the policy compiler, the hash-chained ledger, the vendor adapters, and the hosted Core) is separate
and proprietary; you reach it over the network via the SDK/MCP, hosted at **app.countersign.network**.
## Quickstart
**Drop the kill switch + spend guard into any MCP client** (Claude, Cursor, …) — one line:
```jsonc
// claude / cursor mcp config
{ "mcpServers": { "countersign": {
"command": "npx", "args": ["-y", "@countersign/mcp"],
"env": { "COUNTERSIGN_URL": "https://app.countersign.network", "COUNTERSIGN_API_KEY": "csk_…" }
}}}
```
**Or wire it into your own agent with the SDK:**
```ts
import { CountersignClient } from "@countersign/sdk";
const cs = new CountersignClient({ baseUrl, apiKey });
await cs.evaluate({ agentId, amount, asset, venue }); // may this spend happen? (allow / deny / needs_approval)
await cs.freeze(); // the kill switch — every backend, < 1s
```
Get a free testnet key at **<https://app.countersign.network/start?ref=gh-readme>**.
**Agents paying agents?** See [`examples/guarded-payee`](examples/guarded-payee) — the A2A/AP2
pattern where a payee advertises it is governed and the payer verifies that (and guards its own
payment) before any mandate is signed.
## Packages (this repo — all Apache-2.0)
| Package | Role |
|---|---|
| [`@countersign/core`](packages/core) | the `EnforcementProvider` interface, branded ids, the unified policy **schema**, the fail-closed **freeze controller** — the integration contract every backend implements |
| [`@countersign/api-contract`](api-contract) | OpenAPI + typed REST/ws schema — the single source of truth for the Client↔Core wire interface |
| [`@countersign/sdk`](packages/sdk) | typed client over the Core API + live ledger subscribe |
| [`@countersign/mcp`](packages/mcp) | Countersign as MCP tools — kill switch + spend guard inside any MCP client |
| [`@countersign/x402`](packages/x402) | govern [x402](https://x402.org) (HTTP-402 machine payments) — guard a payment *before* it pays |
| [`@countersign/verify`](packages/verify) | verify a ledger entry offline — hash chain, RFC 6962 Merkle inclusion, Ed25519 signatures |
| [`@countersign/ap2`](packages/ap2) | govern AP2 (Agent Payments Protocol) — guard an agent-payment mandate before it executes |
The proprietary brain (policy **compiler** to each backend's native controls, ledger, Coinbase /
Turnkey / Openfort / Lithic adapters, the hosted Core) lives in a separate private repository.
## Prime directives (invariants)
1. Don't build cryptography — integrate vendor MPC/TEE; session keys, never master keys.
2. Build the layer **above** the wallets; cross-vendor aggregation is the product.
3. **Fail-closed**: no decision / no backend response ⇒ the transaction does **not** execute.
4. Backend-agnostic core; no vendor logic leaks past the `EnforcementProvider` interface.
5. Append-only, hash-chained ledger is the source of truth.
6. Testnet only — mainnet follows a third-party security audit.
## Links
- **Home:** <https://countersign.network> · **Hosted Core:** <https://app.countersign.network>
- **npm:** [`@countersign/sdk`](https://www.npmjs.com/package/@countersign/sdk) ·
[`@countersign/mcp`](https://www.npmjs.com/package/@countersign/mcp) ·
[`@countersign/x402`](https://www.npmjs.com/package/@countersign/x402) ·
[`@countersign/ap2`](https://www.npmjs.com/package/@countersign/ap2)
- **Architecture:** [`docs/architecture.md`](docs/architecture.md) · **Security:** [`SECURITY.md`](SECURITY.md)
Apache-2.0. Countersign holds policy, freeze, and a tamper-evident ledger — it never takes custody of funds.
Lo que la gente pregunta sobre packages
¿Qué es countersign-network/packages?
+
countersign-network/packages es mcp servers para el ecosistema de Claude AI. Neutral, cross-vendor control plane for AI agents that spend money — one policy, one sub-second freeze, one tamper-evident audit ledger across every agent-wallet backend. Open-core: SDK + MCP + x402/AP2. Tiene 1 estrellas en GitHub y su última actualización registrada es del 2026-08-23.
¿Cómo se instala packages?
+
Puedes instalar packages clonando el repositorio (https://github.com/countersign-network/packages) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar countersign-network/packages?
+
Nuestro agente de seguridad ha analizado countersign-network/packages y le ha asignado un Trust Score de 80/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene countersign-network/packages?
+
countersign-network/packages es mantenido por countersign-network. La última actividad registrada en GitHub es del 2026-08-23, con 2 issues abiertos.
¿Hay alternativas a packages?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega packages en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/countersign-network-packages)<a href="https://claudewave.com/repo/countersign-network-packages"><img src="https://claudewave.com/api/badge/countersign-network-packages" alt="Featured on ClaudeWave: countersign-network/packages" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!