MCP auth gateway: verify agent identity, enforce per-tool permissions, block replays, emit receipts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Verified agent actions: authorization policy, signed receipts, and tamper-evident audit for AI agent tool calls.
Signed-off-by:)When an AI agent calls a tool, Bolyra proves who β and what β authorized the action. Put the gateway in front of any MCP server (or embed the verifier in your agent platform) and every tool call gets four checks: credential verification, per-tool policy, replay protection, and a signed audit receipt.
Bolyra ships in two tiers on the same verifier contract:
@bolyra/delegation). This is the gateway's --dev mode; with a credentials section (or --credentials) configured, claimed identities and permission masks are enforced against the registry β unknown, forged, or expired credentials are denied fail-closed with signed receipts. Without registered credentials, permission claims remain self-asserted (the gateway warns at startup and flags the receipts).Core gets you policy-gated, replay-protected, receipted actions. ZK gets you cryptographically bound verified actions without disclosure β the verifier learns that the predicate holds, not your credentials, policies, or delegation graph. You don't need ZK to gate your first MCP server with one command.
Building an agent platform? Bolyra plugs in as an external verifier and gives you an enterprise security capability β verified agent actions β without rebuilding auth. See bolyra.ai.
See sdk/QUICKSTART.md for the TypeScript SDK quickstart.
112 executable test vectors verify the implementation matches the protocol specification.
CI runs them on every PR. See spec/CONFORMANCE.md for the
current generated report.
Implementing your own EVC host? 28 of those vectors test host behavior and run against any host in any language, with no install:
See spec/IMPLEMENTER.md for the full pass path β the
Host-Under-Test contract, failure classes, troubleshooting, and a CI snippet.
This project requires a Developer Certificate of Origin (DCO) sign-off on every commit. Use git commit -s. See CONTRIBUTING.md for details.
Apache-2.0. See LICENSE.
No reviews yet β be the first to share how this listing worked for you.
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/gateway-3)<a href="https://allmcps.com/mcp/gateway-3"><img src="https://allmcps.com/api/badge/gateway-3?style=directory" alt="Gateway on AllMCPs" /></a>