Agent Mandate
Verify a proposed action against a signed Agent Mandate without executing or mutating accounts.
- Transport
- Not stated
- Package
- —
- Registry id
- io.github.API-Disk-Integrations/agent-mandate
No install snippet on purpose. A working MCP config is a command, its arguments and an environment block — the last two are where API keys live, so this catalogue never stores them and cannot publish them. Follow the link above for the authors' own instructions.
Agent Mandate API verifies proposed agent actions by checking them against a signed mandate document using a deny-by-default approach. It offers a free tier of 500 verified actions per month and paid plans starting at $299 per month. It provides Python and TypeScript SDKs for integration.
The verification result is a receipt that includes the decision, the matched grant, every violation, remaining spend, and a digest. Revocation takes effect within about ten seconds via a cached revocation list. It does not execute actions or interact with payment rails or systems of record.
Mandates are signed using HMAC-SHA256 over a canonical encoding of the claims.
Summary drafted from the project's own website. Every sentence is backed by text on that page and was reviewed before publishing.