ScopeBlindD2
Rank #52,665com.scopeblind/verify-mcp
Offline Ed25519 verification of signed receipts, bundles, and trust artifacts.
ScopeBlindD2 is a Model Context Protocol (MCP) server published by scopeblind. It ranks #52,665 of 115,460 servers tracked on MCP Toplist. ScopeBlindD2 is listed on Official MCP, with 1 tracked version. It was first listed on Apr 5, 2026 and most recently updated on Apr 5, 2026.
Ranks ahead of 62,795 of 115,460 servers on MCP Toplist.
Use ScopeBlindD2
No credentials or required configuration declared — add it to your MCP client and go.
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/com.scopeblind%2Fverify-mcp)<a href="https://mcptoplist.com/server/com.scopeblind%2Fverify-mcp"><img src="https://mcptoplist.com/badge/com.scopeblind%2Fverify-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
scopeblind
Other servers by scopeblind
View all scopeblind servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Apr 5, 2026 |
Frequently asked questions
- Who maintains ScopeBlindD2?
- ScopeBlindD2 is maintained by scopeblind, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is ScopeBlindD2 listed on the Official MCP Registry?
- Yes — ScopeBlindD2 is listed on the Official MCP Registry.
- How many versions does ScopeBlindD2 have?
- MCP Toplist tracks 1 version of ScopeBlindD2, most recently published on Apr 5, 2026.
- Where can I find the source code for ScopeBlindD2?
- The source code for ScopeBlindD2 is hosted at github.com/scopeblind/ScopeBlindD2.