verify-mcp MCP Server
tomjwxf/verify-mcp
MCP server for offline verification of signed artifacts (receipts, manifests, bundles). MIT licensed. No accounts, no API calls.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
tomjwxf/verify-mcp is a JavaScript MCP server licensed under MIT. MCP server for offline verification of signed artifacts (receipts, manifests, bundles). MIT licensed. No accounts, no API calls. Topics: ai-security, audit, ed25519, mcp, mcp-server, mit-license, offline-verification, signed-receipts, verification.
Ranked #52 out of 116 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# @scopeblind/verify-mcp
MCP server for offline verification of ScopeBlind and Veritas Acta artifacts.
It is deliberately narrow:
- verify a single signed receipt or artifact
- verify an audit bundle offline
- explain a signed artifact in normalized form
- run a packaged self-test so clients can prove the verifier works
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.
## Install
```bash
npm install -g @scopeblind/verify-mcp
```
## Claude Desktop / MCP config
```json
{
"mcpServers": {
"scopeblind-verify": {
"command": "npx",
"args": ["-y", "@scopeblind/verify-mcp"]
}
}
}
```
## Tools
### `self_test`
Runs packaged sample verification.
Returns:
- sample receipt valid / invalid
- sample bundle valid / invalid
- total receipts in the sample bundle
### `verify_receipt`
Inputs:
- `artifact_json` or `path`
- optional `public_key_hex`
Returns:
- valid / invalid
- type Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.