Skip to content
Windsurf

eKYC Suite for Windsurf

io.github.wefi-ai/ekyc-suite

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

client:Windsurf transport:stdio runtime:npm

Install eKYC Suite in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "ekyc-suite": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

eKYC Suite in other clients