Loading MCP server directory, please wait...
KYC / eKYC MCP server for face compare, liveness, OCR, and image labeling.
npx @getmcp/cli add io.github.wefi-ai/ekyc-suiteRequires Node.js 18+. Community-contributed server. Review source before installing.
KYC_APPIDeKYC app ID for face comparison, liveness, and OCR tools.
KYC_SECRETeKYC secret for face comparison, liveness, and OCR tools.
LABEL_APPIDMedia labeling app ID.
LABEL_SECRETMedia labeling secret.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wefi-ai/ekyc-suite": {
"command": "npx",
"args": [
"-y",
"@wefi-ai/ekyc-suite-mcp"
],
"env": {
"KYC_APPID": "",
"KYC_SECRET": "",
"LABEL_APPID": "",
"LABEL_SECRET": ""
}
}
}
}