KYC / eKYC MCP server for face compare, liveness, OCR, and image labeling.
claude mcp add ekyc-suite -- npx -y @wefi-ai/ekyc-suite-mcp
claude_desktop_config.json
{
"mcpServers": {
"ekyc-suite": {
"command": "npx",
"args": [
"-y",
"@wefi-ai/ekyc-suite-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ekyc-suite": {
"command": "npx",
"args": [
"-y",
"@wefi-ai/ekyc-suite-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ekyc-suite": {
"command": "npx",
"args": [
"-y",
"@wefi-ai/ekyc-suite-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ekyc-suite": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wefi-ai/ekyc-suite-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ekyc-suite": {
"command": "npx",
"args": [
"-y",
"@wefi-ai/ekyc-suite-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.wefi-ai--ekyc-suite/reviews or the review_server meta-tool.
POST /mcp