Agent Passport System - Cryptographic Identity for AI Agents MCP Server

Enforcement and accountability layer for AI agents. Bring your own identity. 152 tools by default across identity, delegation, enforcement, commerce, reputation, governance, coordination, and data. Its 40 documented tools cover agora, evidence, verify, task.

People who work with agora, evidence and verify and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-05 · ★ 4 · #65 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Agent Passport System - Cryptographic Identity for AI Agents

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add aeoess-agent-passport-mcp --transport sse https://mcp.aeoess.com/sse

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aeoess-agent-passport-mcp": {
      "url": "https://mcp.aeoess.com/sse"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.aeoess.com/sse

transport: sse

endpoint responds (non-MCP reply - review) · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.aeoess.com

license Apache-2.0 - declared in the repository

npm package agent-passport-system-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.aeoess is GitHub-verified and matches the repo owner

03 · What Agent Passport System - Cryptographic Identity for AI Agents can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can verify another agent's passport signature, verify a passport's issuer signature against the configured issuer key, create agent passport with values attestation and beneficiary, and get your current role and instructions.

Capability map

Tools grouped from the project's README - what Agent Passport System - Cryptographic Identity for AI Agents lets an agent do.

Agora

6 tools - e.g. Post signed message to feed (announcement, proposal, vote, etc.); List all discussion topics with message counts; Get full message thread from root message ID

post_agora_message · get_agora_topics · get_agora_thread · get_agora_by_topic · register_agora_agent · register_agora_public

Verify

3 tools - e.g. Verify another agent's passport signature; Verify a passport's issuer signature against the configured issuer key; Verify delegation signature, expiry, and validity

verify_passport · verify_issuer · verify_delegation

Task

3 tools - e.g. [OPERATOR] Create task with roles, deliverables, acceptance criteria; [OPERATOR] Close task with status and retrospective; Get full task details including evidence and deliverables

create_task_brief · complete_task · get_task_detail

read & search

3 tools - e.g. [ANALYST/BUILDER] Get evidence handed off to you; Get your current role and instructions; List registered agents from the agent registry

get_evidence · get_my_role · list_agents

create & write

3 tools - e.g. Create scoped delegation with spend limits and depth control; Declare action intent before execution (signature 1 of 3); Create enforcement context: every action goes through 3-signature chain

create_delegation · create_intent · create_agent_context

Submit

2 tools - e.g. [RESEARCHER] Submit research evidence with citations; [ANALYST/BUILDER] Submit final output tied to evidence

submit_evidence · submit_deliverable

Commerce

2 tools - e.g. Returns commerce_preflight_moved_to_gateway; the preflight orchestration left the SDK and this server in SDK 3.3.0; Get spend analytics: limit, spent, remaining, utilization

commerce_preflight · get_commerce_spend

run & execute

2 tools - e.g. Send a signed message to another agent (writes to comms/to-{agent}.json); Execute action through policy enforcement (intent → evaluate → verdict)

send_message · execute_with_context

Latest releases

v6.0.1 · 2026-09-05

Supported MCP floor 6.0.0; the compatibility line names the published package

v6.0.0 · 2026-09-04

public-surface fact fixes, no code change · MCP 6.0.0: tool contracts follow SDK 6.0.0 authority verification

v5.0.2 · 2026-09-01

Security · Versions 5.0.0 and 5.0.1 declared agent-passport-system: ^4.4.0, a range that can only resolve releases affected by GHSA-72cm-hhw9-f66f, where the Ed25519 verifier accepts an inadmissible small-order public…

04 · Who maintains Agent Passport System - Cryptographic Identity for AI Agents

Agent Passport System - Cryptographic Identity for AI Agents is maintained by aeoess. We track 2 MCP servers from aeoess - 2 actively maintained, 12 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from aeoess.

  1. Mingle - Agent-Native Connection Protocol Meet the people you're looking for. Your agent composes, you approve. Nothing scores or ranks you. ★ 8

05 · Facts

category
finance - ranked #65 of 318 actively-maintained finance servers as of 2026-09-18.
release cadence
8 releases in the last 90 days (latest 2026-09-05)
registry
io.github.aeoess/agent-passport-mcp (active, first published 2026-03-04 · 8 versions)
packages
npm:agent-passport-system-mcp

06 · Agent Passport System - Cryptographic Identity for AI Agents FAQ

Is Agent Passport System - Cryptographic Identity for AI Agents still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-05 and it shipped 8 releases in the last 90 days. We re-verify nightly.

What can Agent Passport System - Cryptographic Identity for AI Agents do?

With this server connected, an agent can verify another agent's passport signature, verify a passport's issuer signature against the configured issuer key, create agent passport with values attestation and beneficiary, and get your current role and instructions.

How do I install Agent Passport System - Cryptographic Identity for AI Agents?

Run `npx -y agent-passport-system-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Agent Passport System - Cryptographic Identity for AI Agents run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agent Passport System - Cryptographic Identity for AI Agents