Agent Passport MCP Server

MCP server for the Agent Passport System - protocol-layer tools only. 150 tools (132 protocol + 10 gateway deprecation stubs). Identity, delegation

Remote serverstreamable-httpPython

What is the Agent Passport MCP MCP server?

Connect Agent Passport MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for the Agent Passport System - protocol-layer tools only. 150 tools (132 protocol + 10 gateway deprecation stubs). Identity, delegation, reputation, attestation, coordination, commerce, attribution primitive, attribution. The agent passport mcp mcp server is what makes that connection.

What the server does

Enforcement and accountability layer for AI agents. Bring your own identity. 150 tools by default across identity, delegation, enforcement, commerce, reputation, governance, coordination, and data.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • 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
  • 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

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Agent Passport MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Agent Passport MCP's toolset — generate_keys, issue_passport, verify_passport and 11 more — is a fair guide to whether it matches your workflow. It is maintained by aeoess; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
generate_keysGenerate Ed25519 keypair for agent identity
issue_passportOne-call passport issuance with keys, attestation, and issuer countersignature
verify_passportVerify another agent's passport signature
verify_issuerVerify passport was officially issued by AEOESS (CA model)
join_social_contractCreate agent passport with values attestation and beneficiary
create_task_brief[OPERATOR] Create task with roles, deliverables, acceptance criteria
assign_agent[OPERATOR] Assign agent to role with delegation
accept_assignmentAccept 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

How to install the Agent Passport MCP MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Agent Passport MCP to generate keys.
  • Use Agent Passport MCP to issue passport.
  • Use Agent Passport MCP to verify passport.

Frequently asked questions

It connects Agent Passport MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (generate_keys, issue_passport, verify_passport, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Agent Passport MCP directly.