Sign and verify W3C Verifiable Credentials so AI agents can cryptographically authorize actions.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Vouch Protocolβ’ is a common-law trademark.
The Open Standard for Identity & Provenance of AI Agents
Prefer to do it by hand? It is three commands:
Setting up an agent instead of git signing? vouch onboard --quick generates a working identity, allow-list, verifier, and heartbeat config in one command.
Vouch Protocol v1.0 aligns directly with the open standard:
eddsa-jcs-2022 cryptosuite (no JOSE, no Base64-wrapped payload, the credential remains human-readable JSON).eddsa-jcs-2022 and mldsa44-jcs-2024, an optional add-on for regulated deployments aligning with NIST CNSA 2.0 / NSM-10 timelines.Credentials are issued with Signer.sign() and checked with Verifier.verify(). See the Specification at vouch-protocol.com/specs/SPEC/ for the full specification.
The Open Standard for AI Agent Identity & Accountability
When Anthropic launched MCP, they solved "how agents call tools." They didn't solve "how we TRUST those agents."
Vouch Protocol is the SSL certificate for AI agents.
Vouch is not one tool, it is a set of them. Here is the whole map.
vouch init generate an agent identity (a DID and keypair).vouch sign / vouch verify sign a payload and verify it.vouch git sign every git commit cryptographically, set up in one command, with a verified badge for your README.vouch scan find leaked Vouch key material in your code before it ships (a private key in a file, a seed in an env var, a DID document that accidentally carries a private key).vouch attribute separate who wrote which line. When an AI assistant and a human both edit a file, this records the AI's lines under the AI's own key and your lines under yours, so when a line causes an incident you can prove which of you wrote it. See the Claude Code integration.vouch media sign images, with C2PA support.vouch-mcp) a standalone Model Context Protocol server so any MCP client (Claude Desktop, Cursor, any agent) can create an identity, sign and verify credentials, scan for leaked keys, and decode DIDs, out of the box.Standalone packages that drop Vouch into the agent framework you already use. Each one issues a verifiable credential for a tool call, with optional delegation back to a human principal.
vouch-langchain a LangChain tool that signs each tool call before it leaves the agent.vouch-langgraph signs LangGraph tool calls and graph nodes, so a signed trail runs across the whole graph.vouch-crewai a CrewAI tool, with supervisor-to-worker delegation that can only narrow authority, never widen it.vouch-a2a binds an A2A (Agent2Agent) Agent Card to a Vouch identity, so two agents can verify each other before they collaborate.vouch-goose registers the Vouch MCP server as an extension for Block's Goose agent, so a Goose session can sign and verify out of the box.vouch-mlflow signs an MLflow model artifact at registration time, bound to a content digest so any change to the weights breaks the signature.vouch-safetensors embeds a credential in a .safetensors header, complementary to OpenSSF Model Signing, so a model carries who produced it.The standalone vouch-mcp package above ships alongside these in v1.6.2.
Python, TypeScript, and Go are the full reference implementations. A Rust core with idiomatic Swift, JVM (Java and Kotlin), .NET, and C wrappers shares one codebase, so every language produces byte-identical output, verified against shared test vectors. A WebAssembly build is included for the browser and the edge. See the table further down for status per language.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/vouch-mcp)<a href="https://allmcps.com/mcp/vouch-mcp"><img src="https://allmcps.com/api/badge/vouch-mcp?style=directory" alt="Vouch MCP on AllMCPs" /></a>