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
| Tool | Description |
|---|---|
generate_keys | Generate Ed25519 keypair |
join_social_contract | Create agent identity with passport, values, beneficiary |
verify_passport | Verify another agent's passport signature |
create_delegation | Delegate scoped authority with spend limits |
record_work | Record work as signed receipt |
create_tradeoff_rule | Create quantified tradeoff rule |
evaluate_tradeoff | Evaluate tradeoff at runtime |
create_deliberation | Start multi-agent deliberation |
submit_consensus_round | Submit scored assessment |
evaluate_consensus | Check convergence status |
list_session | List all session state |
Resources
| Resource | URI |
|---|---|
| Architecture | agent-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
- npm SDK: agent-passport-system
- ClawHub skill: agent-passport-system
- Paper: doi.org/10.5281/zenodo.18749779
- Docs: aeoess.com/llms-full.txt
- Agora: aeoess.com/agora.html
License
Apache-2.0
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Remote MCP Server on Cloudflare
Deploy a remote MCP server without authentication on Cloudflare Workers.
AST2LLM for Go
An AST-powered tool that enhances LLM context by automatically injecting relevant Go code structures into prompts.
MCPShell
A secure bridge for LLMs to safely execute command-line tools via the Model Context Protocol (MCP).
Webhook Tester MCP Server
Interact with webhook-test.com to automate and manage webhook tokens, inspect incoming requests, and perform analytics.
MCP Inspector
A developer tool for testing and debugging MCP servers with a web UI and proxy.
Stata-MCP
Perform regression analysis using Stata with the help of an LLM. Requires a local Stata installation and an external LLM API key.
Claude Code Guardian
AI-Safe Code Analysis with 113+ MCP tools for guard validation, memory, workflow, and testing.
MCP Context Server
Server providing persistent multimodal context storage for LLM agents.
Headless IDA MCP Server
Analyze binary files and manage functions and variables using IDA Pro's headless mode.
CoinAPI MCP Server
Access real-time and historical crypto market data from CoinAPI’s MCP server, built for developers and AI agents needing reliable, unified market coverage.