Skip to content
Claude Desktop

ident mcp for Claude Desktop

io.github.nexus-api-lab/ident-mcp

Checksum validation for AI agents: IBAN, ISBN, EAN/GTIN, UUID, ULID. Deterministic, no auth.

client:Claude Desktop transport:streamable-http

Install ident mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ident-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://ident-mcp.dokasukadon.workers.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

ident mcp in other clients