Skip to content
Grok

eKYC Suite for Grok

io.github.wefi-ai/ekyc-suite

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

client:Grok transport:stdio runtime:npm

Install eKYC Suite in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ekyc-suite": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

eKYC Suite in other clients