Skip to content
Cursor

eKYC Suite for Cursor

io.github.wefi-ai/ekyc-suite

KYC / eKYC MCP server for face compare, liveness, OCR, and image labeling.

client:Cursor transport:stdio runtime:npm

Install eKYC Suite in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ekyc-suite": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wefi-ai/ekyc-suite-mcp"
      ],
      "env": {
        "KYC_APPID": "<KYC_APPID>",
        "KYC_SECRET": "<KYC_SECRET>",
        "LABEL_APPID": "<LABEL_APPID>",
        "LABEL_SECRET": "<LABEL_SECRET>"
      }
    }
  }
}

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

eKYC Suite in other clients