mcpbeat Sign in

eKYC Suite MCP Server

local only

eKYC Suite runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from npm. Last commit 21 Jul 2026.

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

Installs per day peak 57 · avg 14 · +212% w/w
a month agotoday
101
Installs / week
npm · @wefi-ai/ekyc-suite-mcp
4
Stars
0 open issues
21 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call face_compare.photo1 → server.mjs:248
    return fs.readFileSync(value).toString("base64");
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository wefi-ai/ekyc-suite
пакет @wefi-ai/ekyc-suite-mcp ссылается на wefi-ai/ekyc-suite-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ekyc-suite -- npx -y @wefi-ai/ekyc-suite-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ekyc-suite": {
      "args": [
        "-y",
        "@wefi-ai/ekyc-suite-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ekyc-suite]
command = "npx"
args = ["-y", "@wefi-ai/ekyc-suite-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ekyc-suite": {
      "args": [
        "-y",
        "@wefi-ai/ekyc-suite-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ekyc-suite": {
      "args": [
        "-y",
        "@wefi-ai/ekyc-suite-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KYC_APPID (eKYC app ID for face comparison, liveness, and OCR tools.), KYC_SECRET (eKYC secret for face comparison, liveness, and OCR tools.), LABEL_APPID (Media labeling app ID.), LABEL_SECRET (Media labeling secret.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to eKYC Suite

same job, measured the same way
MCP Caf
by codespar

MCP server for Caf — Brazilian KYC/KYB: face auth + liveness, document OCR, orchestrated onboarding

22 installs/wk local only
MCP Unico
by codespar

MCP server for Unico — Brazilian identity + KYC: CPF/CNPJ, OCR, face match, liveness, PEP/watchlists

34 installs/wk local only
Groupdocs Comparison MCP
by groupdocs-comparison

MCP server for GroupDocs.Comparison — compare, analyze, and inspect documents via AI agents.

local only
MCP Jumio
by codespar

MCP server for Jumio — global identity verification + KYX: documents, liveness, AML screening

22 installs/wk local only
MCP Certta
by codespar

MCP server for Certta — Brazilian KYC/KYB: biometrics, OCR, ICP-Brasil e-signature, onboarding

23 installs/wk local only
Google Docs MCP
by a1-x-tech

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

46 installs/wk local only
PDF Reader
by xvvln

MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.

85 installs/wk local only
LayerOne (DocX + Sign)
by golayerone

MCP server for LayerOne DocX (documents & Factur-X) and Sign (e-signature) APIs.

33 installs/wk local only

eKYC Suite — questions

Answers built from our own checks of this server.

Why is there no uptime for eKYC Suite?
eKYC Suite runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @wefi-ai/ekyc-suite-mcp was installed 101 times last week.
How do I connect eKYC Suite?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @wefi-ai/ekyc-suite-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use eKYC Suite?
The npm package @wefi-ai/ekyc-suite-mcp was installed 101 times in the last week. Week over week that is +212%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is eKYC Suite open source?
Yes — it is published under the MIT licence, written in JavaScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.