eKYC Suite MCP Server

Financial-grade eKYC / KYC identity verification MCP Server for AI agents, exposed as 8 MCP tools. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-21 · ★ 4 · #88 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install eKYC Suite

before you install - you'll need

Set MCP_TRANSPORT, KYC_APPID, KYC_SECRET, LABEL_APPID, LABEL_SECRET before connecting.

Claude Code

claude mcp add wefi-ai-ekyc-suite -- npx -y @wefi-ai/ekyc-suite-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "wefi-ai-ekyc-suite": {
      "command": "npx",
      "args": [
        "-y",
        "@wefi-ai/ekyc-suite-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @wefi-ai/ekyc-suite-mcp - published under the repo owner's npm scope (@wefi-ai)

registry namespace io.github.wefi-ai is GitHub-verified and matches the repo owner

03 · What eKYC Suite can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can compare two face photos and return similarity 0-100, detect forged/synthetic/replayed face photos, detect deepfake/replay/synthetic face videos, and extract bank card number/expiry.

Capability map

Tools grouped from the project's README - what eKYC Suite lets an agent do.

Face

1 tool - e.g. Compares two face photos and returns similarity 0-100

face_compare

Photo

1 tool - e.g. Detects forged/synthetic/replayed face photos

photo_liveness_detect

Video

1 tool - e.g. Detects deepfake/replay/synthetic face videos

video_liveness_detect

Card

1 tool - e.g. Extracts Chinese ID card fields

id_card_ocr

Bank

1 tool - e.g. Extracts bank card number/expiry

bank_card_ocr

Driver

1 tool - e.g. Extracts driver license fields

driver_license_ocr

Vehicle

1 tool - e.g. Extracts vehicle license fields

vehicle_license_ocr

Media

1 tool - e.g. Detects 15+ portrait/environment labels

media_labeling

04 · Who maintains eKYC Suite

eKYC Suite is maintained by wefi-ai. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
finance - ranked #88 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.wefi-ai/ekyc-suite (active, first published 2026-04-01 · 3 versions)
packages
npm:@wefi-ai/ekyc-suite-mcp

06 · eKYC Suite FAQ

Is eKYC Suite still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-21. We re-verify nightly.

What can eKYC Suite do?

With this server connected, an agent can compare two face photos and return similarity 0-100, detect forged/synthetic/replayed face photos, detect deepfake/replay/synthetic face videos, and extract bank card number/expiry.

How do I install eKYC Suite?

Run `npx -y @wefi-ai/ekyc-suite-mcp`. The README documents 5 environment variables (MCP_TRANSPORT, KYC_APPID, KYC_SECRET…) to set first. Set MCP_TRANSPORT, KYC_APPID, KYC_SECRET, LABEL_APPID, LABEL_SECRET before connecting. You can also paste the ready-made client config above.

Does eKYC Suite run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to eKYC Suite