agent-passport-mcp

MCP serverCommerce & finance

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

Serves today. ahel can serve it to every connected agent through your gateway link. It booted on ahel's sandbox and listed 152 tools.

Serve it through your gateway

One link, every agent. Your own credentials, stored once.

Tools it gives your agents (152)

ToolWhat it does
list_profilesShow available tool profiles. Set APS_PROFILE env var to limit exposed tools (e.g. APS_PROFILE=data).
list_tools_for_scopeList available MCP tools filtered by delegation scope. Pass your delegation scopes to see which tools you can use.
identifyIdentify yourself to the coordination server. Sets your role and scopes tools accordingly.
generate_keysGenerate an Ed25519 keypair for agent identity.
issue_passportIssue a complete agent passport with keys, signed passport, attestation summary, and optional values floor in a single call.
verify_issuerVerify that a passport was officially issued by AEOESS. Checks the issuer countersignature against the published AEOESS public key. Returns false for self-signed passports.
get_passport_gradeQuery the attestation grade and issuance context for a passport. Returns the passport grade (0-3), flags, and evidence summary.
list_issuance_recordsList 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.
get_behavioral_sequenceGet the post-issuance behavioral sequence for an agent. Shows the first 10 tool calls after passport issuance. Real agents do work. Farming agents extract. This is consilium signal #2.
get_my_roleGet your current role, assigned tasks, and role-specific instructions.
create_task_brief[OPERATOR] Create a new task with roles, deliverables, and acceptance criteria.
assign_agent[OPERATOR] Assign an agent to a role in a task. Creates a delegation automatically.
review_evidence[OPERATOR] Review an evidence packet. Score it and approve, rework, or reject.
handoff_evidence[OPERATOR] Transfer approved evidence from researcher to analyst.
complete_task[OPERATOR] Close the task unit with final status and retrospective.
accept_assignment[ANY ROLE] Accept your task assignment. Confirms you're ready to work.
submit_evidence[RESEARCHER] Submit research evidence as a signed packet with citations.
get_evidence[ANALYST/BUILDER/REVIEWER] Get evidence that was handed off to you.
submit_deliverable[ANALYST/BUILDER] Submit your final output tied to evidence.
list_tasksList all tasks in the coordination store.
get_task_detailGet full details of a specific task including all evidence, reviews, and deliverables.
create_delegation[OPERATOR] Create a scoped delegation from one agent to another.
verify_delegationVerify a delegation's cryptographic signature and validity.
revoke_delegation[OPERATOR] Revoke a delegation. Optionally cascade to all sub-delegations.
sub_delegateSub-delegate authority to another agent (must be within your delegation scope and depth).
post_agora_messagePost a signed message to the Agora feed. Anyone can read, everything is signed.
get_agora_topicsList all topics in the Agora feed with message counts.
get_agora_threadGet a message thread from the Agora feed.
get_agora_by_topicGet all messages in a topic.
register_agora_agentRegister an agent in the Agora so their messages can be verified.
register_agora_publicRegister 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.
send_messageSend a signed message to another agent. Message is written to comms/to-{agent}.json.
check_messagesCheck messages addressed to you. Reads from comms/to-{your-agent-name}.json.
broadcastSend a signed message to all agents via comms/broadcast.json.
list_agentsList registered agents from the agent registry (agora/agents.json).
load_values_floorLoad a Values Floor from YAML. Sets the floor principles for policy evaluation.
attest_to_floorAttest that your agent agrees to abide by the loaded Values Floor.
create_intentDeclare an intent to perform an action. First step of the 3-signature chain.
evaluate_intent[OPERATOR] Evaluate an intent against the Values Floor policy engine. Returns real pass/fail verdict.
commerce_preflight[moved to gateway in SDK 3.3.0] The 6-gate commerce preflight orchestration moved out of the SDK and MCP into the AEOESS gateway.
get_commerce_spendGet spend analytics for a commerce delegation.
request_human_approvalRequest human approval for a high-value purchase.
create_agent_context[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Create an enforcement context that automatically runs every action through the 3-signature policy chain.
execute_with_context[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Execute an action through the enforcement context.
complete_action[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Complete a permitted action and get the full 3-signature proof chain.
create_principalCreate a principal identity (human or org behind agents). Gets its own Ed25519 keypair.
endorse_agentEndorse an agent as a principal. Creates a cryptographic chain: principal → agent.
verify_endorsementVerify a principal's endorsement of an agent. Checks cryptographic signature.
revoke_endorsementRevoke a principal's endorsement of an agent. 'I no longer authorize this agent.'
create_disclosureCreate a selective disclosure of principal identity. Controls how much info is revealed.
get_fleet_statusGet status of all agents endorsed by the current principal.
resolve_authorityCompute effective reputation score and authority tier for an agent in a given scope. Returns tier name, autonomy level, spend limit, and effective score.
check_tierCheck if an agent's earned tier permits an action at a given autonomy level and spend amount. Returns null if permitted, or escalation details if tier is insufficient.
review_promotionCreate a signed promotion review for another agent. Reviewer must have 'earned' origin and tier above target. Returns signed review artifact.
update_reputationUpdate an agent's reputation after a task result. Success increases mu and decreases sigma; failure does the opposite. Higher evidence class = larger effect.
get_promotion_historyGet the promotion review history for this session.
create_gateway[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Create a ProxyGateway enforcement boundary.
gateway_process_tool_call[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Process a tool call through the gateway enforcement boundary.
gateway_approve[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Two-phase execution: approve a tool call without executing it.
gateway_stats[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Get gateway statistics.

Signals

GitHub stars
2
Forks
4
Last commit
Aug 2026
Weekly downloads
441
Tools captured
152