Neutral MCP server for AgentEnvelope authority: sovereign verify + vault verify/lookup/mint.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
The neutral authority layer for action-performing systems, as an MCP server.
Any MCP client β Claude, an OpenAI agent, LangChain, CrewAI, a custom runtime β can call these tools to check and issue delegated action authority without building its own policy engine, audit log, or verification stack. AgentEnvelope is owned by no framework, so every framework can embed it.
An AgentEnvelope "agent" is a bounded action identity: a named actor, operation, resources, decay policy, and verifiable address. That actor can be an AI agent, backend worker, workflow step, service, device command, access grant, order, or instruction.
It speaks MCP over stdio. No API key is needed to start, or to use the sovereign
verifier β only the hosted-governance tools require AE_API_KEY.
Point your client at the command and pass the portal-issued API key in the environment (only needed for hosted-governance tools):
| Tool | Mode | Credential |
|---|---|---|
ae_verify_sovereign | Sovereign | none β offline, always free |
ae_get_agent | Hosted governance | AE_API_KEY |
ae_verify_action | Hosted governance | AE_API_KEY |
ae_mint | Hosted governance | AE_API_KEY |
ae_verify_sovereign β verify a signed message against a known agent
address. Pure crypto: no vault, no key, no network. Verification is always free.ae_get_agent β fetch the hosted public record for an agent id.ae_verify_action β verify a signed action against the hosted public record.ae_mint β verify a MintDelegate and signed MintRequest through hosted
governance, returning a mint receipt. This is a governed action.The sovereign verifier needs no account and no key. The hosted-governance tools are the governed surface a framework offloads rather than rebuilds. API keys meter and protect hosted service routes; signatures prove authority.
| Variable | Required for | Purpose |
|---|---|---|
AE_API_KEY | ae_get_agent, ae_verify_action, ae_mint | Portal-issued API key for hosted governance |
The server is fail-closed: hosted-governance tools return an error result when
AE_API_KEY is absent rather than exposing an unauthenticated surface.
Apache-2.0 β see NOTICE for attribution.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agent-envelope-mcp)<a href="https://allmcps.com/mcp/agent-envelope-mcp"><img src="https://allmcps.com/api/badge/agent-envelope-mcp?style=directory" alt="Agent Envelope Mcp on AllMCPs" /></a>