ScopeBlind/verify-mcp
by Various
MCP server for offline verification of signed artifacts. Receipts, manifests, bundles. Apache-2.0.
MCP
ScopeBlind/verify-mcp
Added 1 June 2026
Overview
ScopeBlind/verify-mcp is an MCP server that performs offline verification of signed artifacts including receipts, manifests, and bundles. It is written in JavaScript and released under the Apache-2.0 license.
Best for
Best for
Developers needing offline signature verification in secure or disconnected environments
Use cases
- Verify the integrity of downloaded artifacts offline
- Check signatures on software bundles and manifests without network access
- Validate signed receipts in isolated build environments
How to use
Install
npm install -g @scopeblind/verify-mcp Tools exposed
self_testverify_receiptverify_bundleexplain_artifact
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "scopeblind-verify": {\n "command": "npx",\n "args": ["-y", "@scopeblind/verify-mcp"]\n }\n }\n} Notes
ScopeBlind/verify-mcp is an MCP server that performs offline verification of signed artifacts including receipts, manifests, and bundles. It is written in JavaScript and released under the Apache-2.0 license.
4 stars on GitHub. Last updated 2026-04-11. Licensed Apache-2.0.
Use cases
- Verify the integrity of downloaded artifacts offline
- Check signatures on software bundles and manifests without network access
- Validate signed receipts in isolated build environments
Pros
- Enables verification in air-gapped or offline environments
- Follows the MCP protocol for integration with compatible tools
- Lightweight JavaScript implementation with minimal dependencies
Cons
- Only verifies existing signatures, does not create them
- Requires MCP-compatible clients or workflows to utilize
- Limited to the artifact types and signature formats it supports
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Enables verification in air-gapped or offline environments
- Follows the MCP protocol for integration with compatible tools
- Lightweight JavaScript implementation with minimal dependencies
Cons
- Only verifies existing signatures, does not create them
- Requires MCP-compatible clients or workflows to utilize
- Limited to the artifact types and signature formats it supports
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.