Google PageRank for AI agents. 25,000+ tools indexed.

verify-mcp MCP Server

tomjwxf/verify-mcp

Score: 53.3 Rank #52 MCP Server
Are you the maintainer of tomjwxf/verify-mcp? Claim this listing →

MCP server for offline verification of signed artifacts (receipts, manifests, bundles). MIT licensed. No accounts, no API calls.

Add AgentRank to Claude Code Discover and compare tools like tomjwxf/verify-mcp — your AI finds the right one automatically
Get API Access →
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

JavaScript MIT 30 weekly downloads
ai-securityaudited25519mcpmcp-servermit-licenseoffline-verificationsigned-receiptsverification

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for tomjwxf/verify-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/tomjwxf--verify-mcp)](https://agentrank-ai.com/tool/tomjwxf--verify-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/tomjwxf--verify-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/tomjwxf--verify-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="tomjwxf/verify-mcp"></script>

Matched Queries

"mcp server""mcp-server"

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.