Skip to content
Cursor

ecz id mcp verifier for Cursor

io.github.ecocitizenz/ecz-id-mcp-verifier

Local-first, read-only ECZ-ID verifier over MCP (stdio): checks, reports, explains, routes.

client:Cursor transport:stdio runtime:npm

Install ecz id mcp verifier in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ecz-id-mcp-verifier": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ecocitizenz/ecz-id-mcp-verifier"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ecz id mcp verifier in other clients