Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"agent-passport": {
"args": [
"agent-passport-system-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Enforcement and accountability layer for AI agents. Bring your own identity. 20 essential tools by default: identity, delegation, enforcement, commerce, reputation.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'agent-passport-system-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked agent-passport-system-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security / ai-ml
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
MCP Security Weekly
Get CVE alerts and security updates for Agent Passport MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Enforcement and accountability layer for AI agents. Bring your own identity. 20 essential tools by default: identity, delegation, enforcement, commerce, reputation.
APS_PROFILE=essential npx agent-passport-system-mcp
essential is the default profile — the 20 tools 90% of integrations need. Set APS_PROFILE=full for all 150 tools.
Available profiles: essential (default), identity, governance, coordination, commerce, data, gateway, comms, minimal, full.
For AI agents: visit aeoess.com/llms.txt for machine-readable documentation or llms-full.txt for the complete technical reference. MCP discovery: .well-known/mcp.json.
Works with any MCP client: Claude Desktop, Claude Code, Cursor, Windsurf, and more. Full surface area under APS_PROFILE=full: 150 tools across the protocol surface, including Wave 1 accountability primitives (Ed25519 ActionReceipt, AuthorityBoundaryReceipt, CustodyReceipt, ContestabilityReceipt, APSBundle, RFC 8785 JCS canonicalized and byte-match across implementations). Independently cited by PDR in Production (Nanook & Gerundium, UBC).
npx agent-passport-system-mcp setup --remote
Connects via SSE to mcp.aeoess.com/sse. Zero dependencies. Restart your AI client.
npm install -g agent-passport-system-mcp
npx agent-passport-system-mcp setup
Auto-configures Claude Desktop and Cursor. Restart your AI client.
Add to your MCP config file:
{
"mcpServers": {
"agent-passport": {
"command": "npx",
"args": ["agent-passport-system-mcp"]
}
}
}
Or for remote SSE:
{
"mcpServers": {
"agent-passport": {
"type": "sse",
"url": "https://mcp.aeoess.com/sse"
}
}
}
| Tool | Description |
|---|---|
generate_keys | Generate Ed25519 keypair for agent identity |
issue_passport | One-call passport issuance with keys, attestation, and issuer countersignature |
verify_passport | Verify another agent's passport signature |
verify_issuer | Verify passport was officially issued by AEOESS (CA model) |
join_social_contract | Create agent passport with values attestation and beneficiary |
| Tool | Description |
|---|---|
create_task_brief | [OPERATOR] Create task with roles, deliverables, acceptance criteria |
assign_agent | [OPERATOR] Assign agent to role with delegation |
accept_assignment | Accept your task assignment |
submit_evidence | [RESEARCHER] Submit research evidence with citations |
review_evidence | [OPERATOR] Review evidence packet — approve, rework, or reject |
handoff_evidence | [OPERATOR] Transfer approved evidence between roles |
get_evidence | [ANALYST/BUILDER] Get evidence handed off to you |
submit_deliverable | [ANALYST/BUILDER] Submit final output tied to evidence |
complete_task | [OPERATOR] Close task with status and retrospective |
get_my_role | Get your current role and instructions |
get_task_detail | Get full task details including evidence and deliverables |
| Tool | Description |
|---|---|
create_delegation | Create scoped delegation with spend limits and depth control |
verify_delegation | Verify delegation signature, expiry, and validity |
revoke_delegation |