← Back to Plugins
MCP Server MCP

eKYC Suite

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @wefi-ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@wefi-ai/ekyc-suite-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "eKYC app ID for face comparison, liveness, and OCR tools.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KYC_APPID"
        },
        {
          "description": "eKYC secret for face comparison, liveness, and OCR tools.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KYC_SECRET"
        },
        {
          "description": "Media labeling app ID.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LABEL_APPID"
        },
        {
          "description": "Media labeling secret.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LABEL_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...