eKYC Suite
About
KYC / eKYC MCP server for face compare, liveness, OCR, and image labeling.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
KYC_APPID KYC_SECRET LABEL_APPID LABEL_SECRETClaude Code
claude mcp add --env KYC_APPID= --env KYC_SECRET= --env LABEL_APPID= --env LABEL_SECRET= ekyc-suite -- npx @wefi-ai/ekyc-suite-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ekyc-suite","command":"npx","args":["@wefi-ai/ekyc-suite-mcp"],"env":{"KYC_APPID":"","KYC_SECRET":"","LABEL_APPID":"","LABEL_SECRET":""}}'
JSON
{
"mcpServers": {
"ekyc-suite": {
"command": "npx",
"args": [
"@wefi-ai/ekyc-suite-mcp"
],
"env": {
"KYC_APPID": "",
"KYC_SECRET": "",
"LABEL_APPID": "",
"LABEL_SECRET": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.