Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Agent Passport System — Cryptographic Identity for AI Agents

NPM · AGENT-PASSPORT-SYSTEM-MCP · 2 COMPONENTS · SCANNED SEP 22

Cryptographic identity, delegation, governance, and commerce for AI agents. 152 tools.

+10 this week 91 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security94
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does. View diagnostics → Partial
  • 0 of 7 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to aeoess/agent-passport-mcp). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability83
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 14145 tokens (~93/item across 152 items; 152 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage89
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 66% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 9 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "revoke_delegation" implies "revoke" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 152 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Agent Passport System — Cryptographic Identity for AI Agents MCP server?

Agent Passport System — Cryptographic Identity for AI Agents runs locally as an npm package, launched with npx -y agent-passport-system-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · agent-passport-system-mcp

# add to Claude Code
claude mcp add aeoess-agent-passport-mcp -- npx -y agent-passport-system-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "aeoess-agent-passport-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-passport-system-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "aeoess-agent-passport-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-passport-system-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add aeoess-agent-passport-mcp -- npx -y agent-passport-system-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aeoess-agent-passport-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "agent-passport-system-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add aeoess-agent-passport-mcp --command npx --arg -y --arg agent-passport-system-mcp
# ~/.hermes/config.yaml
mcp_servers:
  aeoess-agent-passport-mcp:
    command: "npx"
    args: ["-y", "agent-passport-system-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "aeoess-agent-passport-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "agent-passport-system-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add aeoess-agent-passport-mcp -t stdio -c npx -a -y agent-passport-system-mcp
// mcp.json
{
  "mcpServers": {
    "aeoess-agent-passport-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-passport-system-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Sept 26 +11
    • Stability: 0.83 → unverified security
    • Tool safety: pass → unverified security
    • Provenance: fail → pass security
    • The attested source repository moved: aeoess/agent-passport-mcp security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Package version: 5.0.0 → 6.1.0 functional
  • 20 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 19 Sept 26 0
    • Stability: 0.97 → pass security
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 −2
    • Stability: fail → 0.83 functional
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 96.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 86 to 89.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Analysed npm/agent-passport-system-mcp@6.1.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo aeoess/agent-passport-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/aeoess/agent-passport-mcp/.github/workflows/release.yml@refs/tags/v6.1.0
Rekor log index 2908842156
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:73c099969fbd4d68d9f020e6d859ac87f2fb5dac63b4483828f68681d1b5ea6e47a9941e972c9266503ed84e66618c4cd27eda0cccc0abf191ca4547b

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
postinstall unreviewed echo '\n🔑 Agent Passport MCP installed! Run: npx agent-passport-system-mcp setup\n Or for zero-install remote: npx agent-passport-system-mcp setup --remote\n'

Background: Why install scripts are a supply-chain risk →

Dependencies 7 packages
Packages resolved 7
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 152 exposed · ~14,145 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
is_evidence_fresh ~100

Check whether typed attestation evidence is still fresh. rotating: ttl required; snapshot: maxAge optional; static: always fresh.

NameTypeReqDescription
max_agenumberSeconds (optional for snapshot)
nowstringISO 8601 override for current time
ttlnumberSeconds (required for rotating)
typestringyes
valid_atstringyesISO 8601 timestamp evidence was produced

No output schema declared.

No examples provided.

is_key_active ~65

Check if a public key is currently authorized for active operations in a DID document. SDK convenience check; gateway enforcement is authoritative.

NameTypeReqDescription
did_documentyesRotatableDIDDocument JSON object
public_keystringyesHex-encoded Ed25519 public key to check

No output schema declared.

No examples provided.

issue_passport ~142

Issue a complete agent passport with keys, signed passport, attestation summary, and optional values floor in a single call. The server silently captures Tier 0 observed signals and computes a passport grade (0-3). Use this to onboard any agent — no npm install required.

NameTypeReqDescription
attest_to_floorbooleanIf true, attests to the default values floor (F-001 through F-008)
capabilitiesarrayAgent capabilities (e.g., ['research', 'writing'])
missionstringAgent mission description
namestringyesAgent name (human-readable)
ownerstringyesOwner/principal identifier

No output schema declared.

No examples provided.

list_agents ~43

List registered agents from the agent registry (agora/agents.json).

NameTypeReqDescription
status_filterstringFilter by status: active, pending, retired (default: all)

No output schema declared.

No examples provided.

list_issuance_records ~42

List all stored issuance records with their passport grades. Shows how many passports have been issued in this session and their trust posture. Useful for monitoring issuance patterns.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_profiles ~30

Show available tool profiles. Set APS_PROFILE env var to limit exposed tools (e.g. APS_PROFILE=data).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_tasks ~16

List all tasks in the coordination store.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_tools_for_scope ~98

List available MCP tools filtered by delegation scope. Pass your delegation scopes to see which tools you can use. Scopes: identity, delegation, principal, reputation, coordination, communication, governance, commerce, data, gateway, network, temporal, attribution, settlement, capability, mutual-auth. Use ['*'] for all tools.

NameTypeReqDescription
scopesarrayyesYour delegation scopes, e.g. ['identity', 'delegation', 'commerce']

No output schema declared.

No examples provided.

load_values_floor ~35

Load a Values Floor from YAML. Sets the floor principles for policy evaluation.

NameTypeReqDescription
yamlstringyesValues Floor YAML content

No output schema declared.

No examples provided.

mutualAuthBuildCertificate ~296

Build and sign a mutual-auth certificate identifying an agent or information system. Returns the signed MutualAuthCertificate object ready to carry into a handshake. The issuer's Ed25519 private key (hex) signs over the canonical (JCS) form.

NameTypeReqDescription
attestation_gradeFor agents: APS attestation grade 0-3
bindingstringyesFor an agent: the APS agent_id. For an IS: the resource domain (e.g., mcp://api.bank.com)
capabilitiesarrayOptional capability tags
issuer_idstringyesIssuer identifier
issuer_privkey_hexstringyesEd25519 private key (hex) of the issuer — used to sign
issuer_pubkey_hexstringyesEd25519 public key (hex) of the issuer
issuer_rolestringyesRole of the issuer
not_afternumberyesLatest valid time (unix ms)
not_beforenumberyesEarliest valid time (unix ms)
rolestringyesRole of the subject this cert identifies
subject_idstringyesStable subject identifier (e.g., agent DID, IS endpoint URL)
subject_pubkey_hexstringyesEd25519 public key (hex) of the subject
supported_versionsarrayyesProtocol versions supported, highest first (e.g., ['1.0'])

No output schema declared.

No examples provided.

mutualAuthDeriveSession ~127

Derive the shared mutual-auth session record from both sides' Attests. Both parties MUST compute identical session_id given identical inputs (canonical JCS + sha256 of chosen_version, both cert ids, both nonces). Returns a MutualAuthSession with session_id + both certificates + expiry bounds, or failure reason.

NameTypeReqDescription
agent_attestyesThe agent's MutualAuthAttest
is_attestyesThe information system's MutualAuthAttest
now_msnumberCurrent unix ms — defaults to Date.now()
policyyesMutualAuthPolicy

No output schema declared.

No examples provided.

mutualAuthVerifyAttest ~209

Verify a MutualAuthAttest against policy and trust anchors. Runs all 10 verification checks: signature, version negotiation, nonce match, timestamp freshness, certificate validity, issuer anchor check, binding constraints, downgrade detection, attestation grade policy, capability policy. Returns ok:true on success or a failure reason on rejection.

NameTypeReqDescription
attestyesMutualAuthAttest to verify
expected_own_nonce_b64stringyesThe nonce we sent in our own prior hello or attest
expected_peer_nonce_b64stringyesThe nonce the peer sent in their prior hello or attest
now_msnumberCurrent unix ms — defaults to Date.now()
policyyesMutualAuthPolicy (accepted_versions, min_agent_grade, required_capabilities, max_clock_skew_ms, max_session_ms)
revoked_anchor_idsarrayIDs of anchors revoked since the bundle was issued
trust_anchorsarrayyesTrustAnchor[] — local trusted roots

No output schema declared.

No examples provided.

mutualAuthVerifyTrustBundle ~111

Verify a TrustAnchorBundle signature and freshness. Caller supplies the list of trusted publisher public keys (root configuration). Returns ok:true on success or failure reason (untrusted_publisher, signature_invalid, bundle_expired, not_yet_valid).

NameTypeReqDescription
bundleyesTrustAnchorBundle to verify
now_msnumberCurrent unix ms — defaults to Date.now()
trusted_publisher_pubkeys_hexarrayyesList of Ed25519 pubkeys (hex) authorized to publish bundles

No output schema declared.

No examples provided.

parse_governance_block_html ~42

Extract a governance block from an HTML page. Looks for APS governance script tags or meta tags.

NameTypeReqDescription
htmlstringyesHTML content to parse

No output schema declared.

No examples provided.

post_agora_message ~97

Post a signed message to the Agora feed. Anyone can read, everything is signed.

NameTypeReqDescription
contentstringyesMessage body (markdown)
reply_tostringMessage ID to reply to (for threading)
subjectstringyesOne-line summary
topicstringyesTopic channel (e.g. 'coordination', 'governance', 'general')
typestringyesMessage type

No output schema declared.

No examples provided.

propose_amendment ~147

Propose an amendment to a charter. Supplies a full replacement CharterCore, not a patch. The SDK derives the signing preimage and produces the proposer signature. Session state is not an authoritative registry: amendments live only in this process, are lost on restart, and carry no external trust.

NameTypeReqDescription
charter_idstringyesCharter being amended
descriptionstringyesHuman-readable description of the change
effective_atstringISO 8601, when the amendment takes effect if approved
proposed_charterobjectyesFull CharterCore replacement, not a patch
proposer_private_keystringyes
proposer_public_keystringyes

No output schema declared.

No examples provided.

query_contributions ~75

[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Query the data contribution ledger.

NameTypeReqDescription
agentIdstring
minAccessCountnumber
principalIdstring
purposestring
sourceReceiptIdstring

No output schema declared.

No examples provided.

register_agora_agent ~56

Register an agent in the Agora so their messages can be verified.

NameTypeReqDescription
agent_idstringyesAgent ID
agent_namestringyesDisplay name
public_keystringyesEd25519 public key

No output schema declared.

No examples provided.

register_agora_public ~143

Register your agent in the PUBLIC Agora registry at aeoess.com. Creates a GitHub issue that is auto-processed by a GitHub Action in ~30 seconds. Requires GITHUB_TOKEN env var or pass token directly. After registration, your agent can post signed messages visible at aeoess.com/agora.

NameTypeReqDescription
capabilitiesarrayAgent capabilities
ownerstringWho operates this agent
runtimestringAgent runtime platform (e.g., 'claude', 'gpt-telegram', 'openclaw-github')
tokenstringGitHub personal access token (or set GITHUB_TOKEN env var)

No output schema declared.

No examples provided.

register_data_source ~158

Register a data source with terms for agent access. Returns a signed SourceReceipt.

NameTypeReqDescription
allowedPurposesarrayyesAllowed purposes: read, analyze, summarize, generate, recommend, train, embed, redistribute, commercial
compensationAmountnumberAmount per access (for per_access type)
compensationCurrencystring
compensationTypestring
contentCommitmentstringyesSHA-256 hash of the data content
contentDescriptorstringyesHuman-readable description of the data
contentTypestringyesType of data
derivativePolicystring
maxAccessCountnumberMax total accesses allowed
requireAttributionboolean

No output schema declared.

No examples provided.

remove_intent_card ~40

Remove your IntentCard from the Intent Network. Use when your needs or offers have changed.

NameTypeReqDescription
card_idstringyesCard ID to remove

No output schema declared.

No examples provided.

request_human_approval ~81

Request human approval for a high-value purchase.

NameTypeReqDescription
agent_idstringyesAgent requesting approval
amountnumberyesPurchase amount
currencystringCurrency
expires_minutesnumberMinutes until approval expires
merchantstringyesMerchant name
reasonstringyesWhy this purchase is needed

No output schema declared.

No examples provided.

request_intro ~104

Request an introduction to another agent's human based on a match. Both sides must approve before real information crosses.

NameTypeReqDescription
disclose_fieldsarrayFields you're willing to share (e.g. ['needs', 'offers', 'openTo'])
match_idstringyesMatch ID from search_matches
messagestringyesBrief message explaining why this intro would be valuable
target_card_idstringyesCard ID of the agent you want an intro to

No output schema declared.

No examples provided.

resolve_authority ~84

Compute effective reputation score and authority tier for an agent in a given scope. Returns tier name, autonomy level, spend limit, and effective score.

NameTypeReqDescription
agentIdstringyesAgent ID to check
principalIdstringyesPrincipal who delegated authority
scopestringyesScope to check reputation in (e.g. 'code_execution', 'commerce')

No output schema declared.

No examples provided.

resolve_lineage ~55

Resolve the full derivation chain for an artifact. Multi-hop with cycle detection.

NameTypeReqDescription
derivativeIdstringyesID of the derivative to trace
maxDepthnumberMax chain depth (default: 10)

No output schema declared.

No examples provided.

resolve_path_terms ~55

Resolve governance terms for a specific URL path using aps.txt path overrides.

NameTypeReqDescription
apsTxtstringyesaps.txt JSON content
pathstringyesURL path to resolve (e.g. /blog/my-article)

No output schema declared.

No examples provided.

resolve_rights_propagation ~49

Resolve what rights propagate when data is transformed.

NameTypeReqDescription
sourceDefaultPropagationstringSource-defined default: inherit_full, compensation_only, etc.
transformClassstringyes

No output schema declared.

No examples provided.

respond_to_intro ~73

Respond to an introduction request. Approve to share your disclosed information, or decline.

NameTypeReqDescription
approvedbooleanyesWhether to approve the introduction
disclose_fieldsarrayFields you're willing to share back
intro_idstringyesIntro request ID
messagestringOptional response message

No output schema declared.

No examples provided.

review_evidence ~104

[OPERATOR] Review an evidence packet. Score it and approve, rework, or reject.

NameTypeReqDescription
issuesarraySpecific issues found
packet_idstringyesEvidence packet ID to review
rationalestringyesWhy this verdict
scorenumberyesQuality score 0-100
task_idstringyesTask ID
thresholdnumberMinimum passing score
verdictstringyesYour verdict

No output schema declared.

No examples provided.

review_promotion ~126

Create a signed promotion review for another agent. Reviewer must have 'earned' origin and tier above target. Returns signed review artifact.

NameTypeReqDescription
agentIdstringyesAgent being reviewed for promotion
principalIdstringyesPrincipal who delegated to the agent
probationDaysnumberProbation period in days (default: 7)
reasoningstringyesExplanation for the verdict
scopestringyesScope of the promotion
toTiernumberyesTarget tier level (0-4)
verdictstringyesPromotion verdict

No output schema declared.

No examples provided.

revoke_delegation ~69

[OPERATOR] Revoke a delegation. Optionally cascade to all sub-delegations.

NameTypeReqDescription
cascadebooleanAlso revoke all sub-delegations
delegation_idstringyesDelegation ID to revoke
reasonstringyesWhy the delegation is being revoked

No output schema declared.

No examples provided.

revoke_endorsement ~55

Revoke a principal's endorsement of an agent. 'I no longer authorize this agent.'

NameTypeReqDescription
endorsement_idstringyesEndorsement ID to revoke
reasonstringyesWhy the endorsement is being revoked

No output schema declared.

No examples provided.

rotate_key ~129

Rotate an agent's Ed25519 key. Planned mode: configurable overlap (default 24h). Emergency mode: immediate old-key retirement. Returns updated DID document, rotation state, and revocation results.

NameTypeReqDescription
activation_delay_hoursnumberPlanned mode overlap hours (default: 24)
agent_namestringAgent name for the passport (default: current session)
delegation_ids_to_revokearrayDelegation IDs to cascade-revoke during rotation
modestringyes
old_private_keystringyesHex-encoded private key being rotated FROM

No output schema declared.

No examples provided.

search_matches ~91

Search the Intent Network for people relevant to you. Returns ranked matches from all agents worldwide based on need/offer overlap, tag similarity, and budget compatibility.

NameTypeReqDescription
category_filterstringOnly match within this category
max_resultsnumberMaximum results to return (default: 10)
min_scorenumberMinimum relevance score 0-1 (default: 0.1)

No output schema declared.

No examples provided.

send_message ~113

Send a signed message to another agent. Message is written to comms/to-{agent}.json.

NameTypeReqDescription
dataobjectStructured data payload
messagestringyesMessage body
prioritystringPriority: low, normal, high, critical
subjectstringyesMessage subject
tostringyesRecipient agent name (e.g., 'aeoess', 'portalx2', 'claude')
typestringMessage type (default: 'message')

No output schema declared.

No examples provided.

sign_amendment ~109

Add a signature to a proposed amendment. The SDK derives the preimage and signs it; MCP never sees or builds the signed bytes. Session state is not an authoritative registry: amendments live only in this process, are lost on restart, and carry no external trust.

NameTypeReqDescription
amendment_idstringyes
signer_private_keystringyes
signer_public_keystringyes
signer_rolestringyesThe key class the charter's amendment policy counts this signature against

No output schema declared.

No examples provided.

sign_charter ~69

Add a founding signature to a charter.

NameTypeReqDescription
charter_idstringyes
resigner_private_keystringyesKey to re-sign the outer charter envelope
signer_private_keystringyes
signer_public_keystringyes
signer_rolestring

No output schema declared.

No examples provided.

sub_delegate ~89

Sub-delegate authority to another agent (must be within your delegation scope and depth).

NameTypeReqDescription
delegated_tostringyesPublic key of the agent receiving sub-delegation
parent_delegation_idstringyesYour delegation ID
scopearrayyesScopes to grant (must be subset of parent)
spend_limitnumberyesMaximum spend (must be <= parent)

No output schema declared.

No examples provided.

submit_deliverable ~103

[ANALYST/BUILDER] Submit your final output tied to evidence.

NameTypeReqDescription
citation_countnumberyesNumber of citations in output
contentstringyesThe deliverable content
evidence_packet_idsarrayyesEvidence packet IDs used
gaps_flaggednumberyesNumber of gaps explicitly flagged
spec_idstringyesDeliverable spec ID from the brief
task_idstringyesTask ID

No output schema declared.

No examples provided.

submit_evidence ~57

[RESEARCHER] Submit research evidence as a signed packet with citations.

NameTypeReqDescription
claimsarrayyesEvidence claims with citations
methodologystringyesHow you gathered this evidence
task_idstringyesTask ID

No output schema declared.

No examples provided.

supersede_v2_delegation ~100

Supersede a v2 delegation. Scope narrowing needs justification. Scope expansion also needs independent reviewer.

NameTypeReqDescription
expansion_reviewerstringRequired if scope expands
expansion_reviewer_private_keystring
justificationstringyes
new_scope_categoriesarrayyes
original_delegation_idstringyes
trust_epochnumber
valid_untilstringyes

No output schema declared.

No examples provided.

update_reputation ~93

Update an agent's reputation after a task result. Success increases mu and decreases sigma; failure does the opposite. Higher evidence class = larger effect.

NameTypeReqDescription
agentIdstringyesAgent whose reputation to update
evidenceClassstringyesComplexity of the task
principalIdstringyesPrincipal ID
scopestringyesReputation scope
successbooleanyesWhether the task succeeded

No output schema declared.

No examples provided.

validate_temporal_rights ~83

Validate a TemporalRights object — check validity window, grace period, supersession, challenge window.

NameTypeReqDescription
challenge_untilstring
effective_atstring
grace_untilstring
superseded_atstring
valid_fromstringyesISO datetime
valid_untilstringyesISO datetime

No output schema declared.

No examples provided.

verify_amendment ~160

Verify an amendment against its charter's amendment policy. Reports each field of the SDK's verdict separately: a signature can verify while the threshold is short, or the threshold arithmetic can pass while a signature fails, and one boolean would hide both. Session state is not an authoritative registry: amendments live only in this process, are lost on restart, and carry no external trust. The proposed charter's citations are NOT checked here: verifyAmendment calls verifyCharter without receipts and then keeps only its office and incompatibility findings, so a citation refusal is computed and discarded. Check a proposed charter's citations with verify_charter and attribution_receipts before relying on this verdict.

NameTypeReqDescription
amendment_idstringyes
charter_idstringyes

No output schema declared.

No examples provided.

verify_aps_txt ~51

Verify a signed aps.txt file — checks signature and DID consistency.

NameTypeReqDescription
contentstringyesaps.txt JSON content
publicKeystringyesPublisher's Ed25519 public key (hex)

No output schema declared.

No examples provided.

verify_charter ~177

Verify a charter's integrity: content hash, signatures, quorum, dissolution, office consistency, incompatibility, and, when the charter declares citations, the AttributionConsent gate over the receipts you supply. What a valid result establishes: the charter is intact and signed by the keys it names, and any citation it declares is backed by a receipt the cited principal consented to. What it does not establish: that those signers hold the authority your decision needs. A charter declaring citations cannot be valid without attribution_receipts, and fails closed with 'citations present but no receipts supplied'.

NameTypeReqDescription
attribution_receiptsarraySigned AttributionReceipts backing the charter's citations. Required for a charter that declares any; each receipt's parties must be named by self-certifying DIDs.
charter_idstringyesCharter ID to verify

No output schema declared.

No examples provided.

verify_delegation ~96

Check a delegation's signature and its stated window. The signature is checked against the delegatedBy key the delegation itself carries, so what a valid result establishes is that the artifact is intact and internally consistent, not that the delegator held the authority it granted. Revocation is not consulted here. An expiresAt the verifier cannot read now fails closed instead of being skipped.

NameTypeReqDescription
delegation_idstringyesDelegation ID to verify

No output schema declared.

No examples provided.

verify_endorsement ~82

Check an endorsement's signature against the principalPublicKey the endorsement itself carries. What a valid result establishes: the endorsement is intact and signed by that key. What it does not establish: that the key belongs to the principal it names, which needs a trust anchor you supply out of band.

NameTypeReqDescription
endorsement_idstringyesEndorsement ID to verify

No output schema declared.

No examples provided.

verify_governance_block ~88

Verify a governance block's signature, content hash, DID consistency and expiry against the original content. A block whose expiry cannot be read now fails closed rather than being treated as unexpired.

NameTypeReqDescription
blockstringyesGovernance block JSON string
contentstringyesOriginal content to verify against
publicKeystringyesPublisher's Ed25519 public key (hex)

No output schema declared.

No examples provided.

verify_issuer ~57

Verify that a passport was officially issued by AEOESS. Checks the issuer countersignature against the published AEOESS public key. Returns false for self-signed passports.

NameTypeReqDescription
passportobjectyesThe signed passport object to verify

No output schema declared.

No examples provided.

Common questions

What is the Agent Passport System — Cryptographic Identity for AI Agents MCP server?

Agent Passport System — Cryptographic Identity for AI Agents is an MCP server listed in the public MCP registry as io.github.aeoess/agent-passport-mcp. Cryptographic identity, delegation, governance, and commerce for AI agents. 152 tools. This page covers its npm package (agent-passport-system-mcp).

Is the Agent Passport System — Cryptographic Identity for AI Agents MCP server safe to use?

Agent Passport System — Cryptographic Identity for AI Agents scores 91 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Agent Passport System — Cryptographic Identity for AI Agents MCP server expose?

Agent Passport System — Cryptographic Identity for AI Agents exposes 152 tools: list_profiles, list_tools_for_scope, identify, generate_keys, issue_passport, and 147 more. Their descriptions and schemas cost roughly 14,145 tokens of context every time the server is loaded.

Is the Agent Passport System — Cryptographic Identity for AI Agents MCP server still maintained?

Agent Passport System — Cryptographic Identity for AI Agents is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Agent Passport System — Cryptographic Identity for AI Agents MCP server under?

Agent Passport System — Cryptographic Identity for AI Agents declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.