PluginBench
MCP Server

io.github.tomjwxf/scopeblind-passport MCP Server

io.github.tomjwxf/scopeblind-passport

What is the io.github.tomjwxf/scopeblind-passport MCP server?

Portable cryptographic identity for AI agents. Ed25519 keypairs and signed manifests.

How to install io.github.tomjwxf/scopeblind-passport

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scopeblind-passport": {
      "command": "npx",
      "args": [
        "-y",
        "@scopeblind/passport"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "scopeblind-passport": {
      "command": "npx",
      "args": [
        "-y",
        "@scopeblind/passport"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "scopeblind-passport": {
      "command": "npx",
      "args": [
        "-y",
        "@scopeblind/passport"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "scopeblind-passport": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@scopeblind/passport"
      ]
    }
  }
}
Claude Code
claude mcp add scopeblind-passport -- npx -y @scopeblind/passport

Related MCP servers

Contribute, challenge, verify, and query contestable public records on Veritas Acta.

1
JavaScript
MIT
View repository →

Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway.

View repository →

Scan, protect, and monitor APIs from AI coding tools. Device-level rate limiting.

View repository →

Offline Ed25519 verification of signed receipts, bundles, and trust artifacts.

View repository →

Offline receipt verifier. Ed25519 signature verification without contacting any server.

View repository →