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
{
"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