← Index

eKYC Suite

io.github.wefi-ai/ekyc-suite·v1.0.2·Image, Video & Audio
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ekyc-suite": {
      "command": "npx",
      "args": [
        "-y",
        "@wefi-ai/ekyc-suite-mcp"
      ],
      "env": {
        "KYC_APPID": "<your-kyc_appid>",
        "KYC_SECRET": "<your-kyc_secret>",
        "LABEL_APPID": "<your-label_appid>",
        "LABEL_SECRET": "<your-label_secret>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ekyc-suite": {
      "command": "npx",
      "args": [
        "-y",
        "@wefi-ai/ekyc-suite-mcp"
      ],
      "env": {
        "KYC_APPID": "<your-kyc_appid>",
        "KYC_SECRET": "<your-kyc_secret>",
        "LABEL_APPID": "<your-label_appid>",
        "LABEL_SECRET": "<your-label_secret>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @wefi-ai/ekyc-suite-mcp
§02  Environment variables
KYC_APPID
requiredsecret

eKYC app ID for face comparison, liveness, and OCR tools.

KYC_SECRET
requiredsecret

eKYC secret for face comparison, liveness, and OCR tools.

LABEL_APPID
requiredsecret

Media labeling app ID.

LABEL_SECRET
requiredsecret

Media labeling secret.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Image, Video & Audio