Odel
ecz id mcp verifier

ecz id mcp verifier

Local
@ecocitizenzTypeScriptUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ecocitizenz/ecz-id-mcp-verifierv0.9.0

Run

npx -y @ecocitizenz/ecz-id-mcp-verifier

MCP client config

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