
Verify Mcp
Verify signed receipts, bundles, and trust artifacts offline with Ed25519 so you can audit agent actions without calling a live gateway.
Overview
ScopeBlind Verify is a MCP server for the Ship phase that performs offline Ed25519 verification of signed receipts, bundles, and trust artifacts.
What is this MCP server?
- npm @scopeblind/verify-mcp v0.1.3 with stdio MCP transport
- Offline Ed25519 verification of signed receipts, bundles, and trust artifacts
- Complements Protect MCP signed tool-call receipts
- Source on GitHub scopeblind/ScopeBlindD2
- npm package @scopeblind/verify-mcp version 0.1.3
- GitHub source: scopeblind/ScopeBlindD2
What problem does it solve?
Signed agent receipts are useless if you cannot independently verify them without trusting the same gateway that produced them.
Who is it for?
Builders already using ScopeBlind Protect or Passport who want MCP-driven offline audits in Claude Code before ship or during investigations.
Skip if: Greenfield projects with no signed agent artifacts yet—start with Passport and Protect first.
What do I get? / Deliverables
After install, your agent can offline-verify ScopeBlind receipts and bundles so security review and incidents rely on cryptographic checks, not screenshots.
- Agent-assisted pass or fail verification reports on signed artifacts
- Offline audit trail suitable for release notes or incident documentation
- Confirmed integrity of receipt chains before production promotion
Recommended MCP Servers
Journey fit
How it compares
Offline cryptographic verifier MCP, not live monitoring or pentest exploitation tooling.
Common Questions / FAQ
Who is com.scopeblind/verify-mcp for?
Solo builders and small teams who export ScopeBlind receipts or trust bundles and want agents to verify Ed25519 signatures locally via MCP.
When should I use com.scopeblind/verify-mcp?
Use it during ship security review, release checklists, or post-incident analysis when you need offline proof that receipts and bundles are authentic.
How do I add com.scopeblind/verify-mcp to my agent?
Install @scopeblind/verify-mcp from npm, add the stdio MCP server to Claude Code or Cursor, and point verification tools at your receipt files and trust artifacts.