ScopeBlindD2
Rank #53,823com.scopeblind/passport
Portable cryptographic identity for AI agents. Ed25519 keypairs and signed manifests.
ScopeBlindD2 is a Model Context Protocol (MCP) server published by scopeblind. It ranks #53,823 of 115,591 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 61,768 of 115,591 servers on MCP Toplist.
Use ScopeBlindD2
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add passport -- npx -y @scopeblind/passport[mcp_servers.passport]
command = "npx"
args = ["-y", "@scopeblind/passport"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"passport": {
"command": "npx",
"args": [
"-y",
"@scopeblind/passport"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"passport": {
"command": "npx",
"args": [
"-y",
"@scopeblind/passport"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"passport": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@scopeblind/passport"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"passport": {
"command": "npx",
"args": [
"-y",
"@scopeblind/passport"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"passport": {
"command": "npx",
"args": [
"-y",
"@scopeblind/passport"
]
}
}
}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%2Fpassport)<a href="https://mcptoplist.com/server/com.scopeblind%2Fpassport"><img src="https://mcptoplist.com/badge/com.scopeblind%2Fpassport.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
scopeblind
Other servers by scopeblind
View all scopeblind servers →Available versions (1)
| Version | Published |
|---|---|
| 0.4.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.