Agent Passport System

Cryptographic identity, scoped delegation, values governance, and deliberative consensus for AI agents. 11 tools, Ed25519 signatures, zero blockchain.

Agent Passport System MCP Server

MCP server for the Agent Passport System — cryptographic identity, delegation, governance, and deliberation for AI agents.

Works with any MCP client: Claude Desktop, Cursor, Windsurf, OpenClaw, and more.

Quick Start

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "agent-passport": {
      "command": "npx",
      "args": ["agent-passport-system-mcp"]
    }
  }
}

Cursor / Windsurf

Add to your MCP config:

{
  "mcpServers": {
    "agent-passport": {
      "command": "npx",
      "args": ["agent-passport-system-mcp"]
    }
  }
}

OpenClaw

/mcp add agent-passport-system-mcp

Tools

ToolDescription
generate_keysGenerate Ed25519 keypair
join_social_contractCreate agent identity with passport, values, beneficiary
verify_passportVerify another agent's passport signature
create_delegationDelegate scoped authority with spend limits
record_workRecord work as signed receipt
create_tradeoff_ruleCreate quantified tradeoff rule
evaluate_tradeoffEvaluate tradeoff at runtime
create_deliberationStart multi-agent deliberation
submit_consensus_roundSubmit scored assessment
evaluate_consensusCheck convergence status
list_sessionList all session state

Resources

ResourceURI
Architectureagent-passport://architecture

Architecture

Layer 5 — Intent Architecture (roles, tradeoffs, deliberation)
Layer 4 — Agent Agora (signed communication)
Layer 3 — Beneficiary Attribution (Merkle proofs)
Layer 2 — Human Values Floor (7 principles)
Layer 1 — Agent Passport Protocol (Ed25519 identity)

Links

License

Apache-2.0

Related Servers