loading…
Search for a command to run...
loading…
MCP server for offline verification of signed artifacts — receipts, manifests, and audit bundles. MIT licensed, works without accounts or API calls. Tools: self
MCP server for offline verification of signed artifacts — receipts, manifests, and audit bundles. MIT licensed, works without accounts or API calls. Tools: self_test, verify_receipt, verify_bundle, explain_artifact.
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"verify-mcp": {
"command": "npx",
"args": []
}
}
}