Loading MCP server directory, please wait...
Sign and verify W3C Verifiable Credentials so AI agents can cryptographically authorize actions.
npx @getmcp/cli add io.github.vouch-protocol/vouch-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
VOUCH_PRIVATE_KEYThe agent's signing key as a JWK JSON string, held only in this server process.
VOUCH_DIDThe agent's DID, e.g. did:web:agent.example.com
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vouch-protocol/vouch-mcp": {
"command": "uvx",
"args": [
"vouch-mcp"
],
"env": {
"VOUCH_PRIVATE_KEY": "",
"VOUCH_DID": "",
"VOUCH_MCP_TRANSPORT": "",
"VOUCH_MCP_HOST": "",
"VOUCH_MCP_PORT": ""
}
}
}
}