tomjwxf/verify-mcp
MCP server for offline verification of signed artifacts (receipts, manifests, bundles). MIT licensed. No accounts, no API calls.
Platform-specific configuration:
{
"mcpServers": {
"verify-mcp": {
"command": "npx",
"args": [
"-y",
"verify-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for offline verification of ScopeBlind and Veritas Acta artifacts.
It is deliberately narrow:
This is the registry-worthy MCP surface for the verification lane. It is not a gateway, not a builder, and not a hosted verification service.
npm install -g @scopeblind/verify-mcp{
"mcpServers": {
"scopeblind-verify": {
"command": "npx",
"args": ["-y", "@scopeblind/verify-mcp"]
}
}
}self_testRuns packaged sample verification.
Returns:
verify_receiptInputs:
artifact_json or pathpublic_key_hexReturns:
verify_bundleInputs:
bundle_json or pathReturns:
explain_artifactInputs:
artifact_json or pathReturns a normalized summary of:
protect-mcp remains the local policy gateway.@scopeblind/passport remains the local pack builder.@scopeblind/red-team remains the local benchmark runner.MIT
Loading reviews...