Verify MCP
Rank #43,444io.github.tomjwxf/verify-mcp
Offline Ed25519 verification of signed receipts, bundles, and trust artifacts.
Verify MCP is a Model Context Protocol (MCP) server published by tomjwxf. It ranks #43,444 of 115,591 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Verify MCP is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 17, 2026 and most recently updated on Apr 5, 2026.
Ranks ahead of 72,147 of 115,591 servers on MCP Toplist.
Use Verify MCP
claude mcp add verify-mcp -- npx -y @scopeblind/verify-mcp[mcp_servers.verify-mcp]
command = "npx"
args = ["-y", "@scopeblind/verify-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"verify-mcp": {
"command": "npx",
"args": [
"-y",
"@scopeblind/verify-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"verify-mcp": {
"command": "npx",
"args": [
"-y",
"@scopeblind/verify-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"verify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@scopeblind/verify-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"verify-mcp": {
"command": "npx",
"args": [
"-y",
"@scopeblind/verify-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"verify-mcp": {
"command": "npx",
"args": [
"-y",
"@scopeblind/verify-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tomjwxf%2Fverify-mcp)<a href="https://mcptoplist.com/server/io.github.tomjwxf%2Fverify-mcp"><img src="https://mcptoplist.com/badge/io.github.tomjwxf%2Fverify-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
tomjwxf
Other servers by tomjwxf
View all tomjwxf servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Apr 5, 2026 |
| 0.1.0 | Mar 25, 2026 |
Frequently asked questions
- Who maintains Verify MCP?
- Verify MCP is maintained by tomjwxf, which publishes 6 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Verify MCP listed on the Official MCP Registry?
- Yes — Verify MCP is listed on the Official MCP Registry.
- How many versions does Verify MCP have?
- MCP Toplist tracks 2 versions of Verify MCP, most recently published on Apr 5, 2026.
- Where can I find the source code for Verify MCP?
- The source code for Verify MCP is hosted at github.com/tomjwxf/scopeblind-gateway.