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

Agent Passport System — Cryptographic Identity for AI Agents

NPM · AGENT-PASSPORT-SYSTEM-MCP · 2 COMPONENTS · SCANNED AUG 4

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

+12 this week 63 Trust /100
Trust breakdown (6 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 →

Supply Chain Security81
  • 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
  • 7 of 7 dependencies flagged as unhealthy (7 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability62
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 13193 tokens (~87/item across 150 items; 150 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management22
  • Stability check failed: the tool surface changed between 3.3.0 and 4.0.0: 0 tool removals, 23 breaking changes, 0 additions. See how to fix → Fail
Tool Coverage89
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 67% of tool parameters carry a description.Partial
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · agent-passport-system-mcp

# add to Claude Code
claude mcp add aeoess-agent-passport-mcp -- npx -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"]
// 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.

  • 4 Aug 26 +1

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

  • 3 Aug 26 −4
    • Dependency health: 1.00 → 0.00 functional
  • 2 Aug 26 +17
    • Malware scan: unverified → pass security
    • Schema quality: unverified → poor functional
  • 1 Aug 26 +44
    • Provenance: unverified → fail security
    • Stability: unverified → fail security
    • Install scripts: unverified → partial security
    • Known CVEs: unverified → pass security
    • The scripts that run when this package is installed changed: postinstall security
    • Maintenance: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Dependency health: unverified → 1.00 functional
    • Licence: Apache-2.0 functional
    • Package version: 3.3.0 → 4.0.0 functional
  • 31 Jul 26 −19
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −27
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 27 Jul 26 51

    First indexed and scored.

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 4 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

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'
Dependencies 7 packages

7 packages in the resolved dependency tree · 7 deprecated.

MCP tools — 150 exposed · ~13,193 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.

Tool Tokens
identify ~64

Identify yourself to the coordination server. Sets your role and scopes tools accordingly.

NameTypeReqDescription
agent_idstringYour agent ID
private_keystringyesYour Ed25519 private key (for signing)
public_keystringyesYour Ed25519 public key

No output schema declared.

No examples provided.

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.

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_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_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 ~38

Verify a charter's integrity: content hash, signatures, office consistency, incompatibility.

NameTypeReqDescription
charter_idstringyesCharter ID to verify

No output schema declared.

No examples provided.

verify_delegation ~33

Verify a delegation's cryptographic signature and validity.

NameTypeReqDescription
delegation_idstringyesDelegation ID to verify

No output schema declared.

No examples provided.

verify_endorsement ~38

Verify a principal's endorsement of an agent. Checks cryptographic signature.

NameTypeReqDescription
endorsement_idstringyesEndorsement ID to verify

No output schema declared.

No examples provided.

verify_governance_block ~69

Verify a governance block's signature, content hash, and DID consistency against the original content.

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.

verify_rotation_chain ~48

Verify all rotation signatures in a DID document's rotation log. Returns true if the full chain is cryptographically valid.

NameTypeReqDescription
did_documentyesRotatableDIDDocument JSON object with rotationLog

No output schema declared.

No examples provided.

vouch_reputation ~85

Create a vouched reputation for cross-gateway portability (WS-3). Signed summary — no receipt history exposed.

NameTypeReqDescription
agent_idstringyes
diversity_scorenumberyes
gateway_idstringyes
gateway_private_keystringyes
tiernumberyes
ttl_secondsnumberDefault 30 days

No output schema declared.

No examples provided.