MCP Hub
Back to servers

eKYC Suite

Validated

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

Registry
Stars
1
Tools
8
Updated
Mar 30, 2026
Validated
Apr 20, 2026
Validation Details

Duration: 5.3s

Server: ekyc-suite v1.0.0

Quick Install

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

🔐 eKYC Suite

Financial-grade identity verification for AI agents. 8 capabilities in one package.

MIT License ClawHub


What it does

Upload a photo or video, ask a question, get structured verification results. That's it.

#CapabilityWhat you get
1Face ComparisonSimilarity score 0-100 between two face photos
2Photo LivenessIs this photo real or AI-generated/deepfake? (risk level 1-3)
3Video LivenessIs this video real or deepfake? (risk level 1-3)
4ID Card OCRName, ID number, address from Chinese national ID card
5Bank Card OCRCard number and expiry date
6Driver's License OCRLicense number, vehicle class, validity dates
7Vehicle License OCRPlate number, VIN, owner, engine number
8Media Labeling15+ risk attributes: mask, hat, coercion, tattoo, phone, in-car, etc.

Setup

1. Get API credentials

  • Key A (KYC_APPID + KYC_SECRET) → enables capabilities 1-7
  • Key B (LABEL_APPID + LABEL_SECRET) → enables capability 8

How to get: Tencent Cloud Console (Key A) or contact Huiyan tech support (WeChat: blue-201809) for Key A + Key B.

⚠️ Use TEST credentials (free 100 calls per appid). Production IDs incur charges.

2. Configure

Copy .env.example to .env and fill in your test credentials.

How to Use

Install this Skill in your AI agent (OpenClaw, etc.), then just talk to it naturally:

You sayWhat happens
"Compare these two photos — same person?" + upload 2 photosReturns similarity score (e.g. 96.2/100)
"Is this photo AI-generated?" + upload a selfieReturns risk level 1-3 with attack type classification
"Is this video real or deepfake?" + upload a videoDetects deepfake/replay, returns risk level
"Read this ID card" + upload ID card photoExtracts name, ID number, address, ethnicity, birth date
"Read this bank card number" + upload bank card photoExtracts card number and expiry date
"Read this driver's license" + upload photoExtracts license number, name, vehicle class, validity dates
"Read this vehicle license" + upload photoExtracts plate number, VIN, owner, engine number
"Check for hat and mask" + upload photoDetects 15+ risk attributes (see table below)

The AI agent handles everything automatically — you just upload files and ask questions in natural language.

Media Labeling — Risk Attributes (Capability 8)

Portrait Attributes — Detect user status and fraud risk

CodeAttributeUse case
A09Under coercionAnti-fraud: detect if the person is being coerced during identity verification
A10Unconscious / asleepRisk alert: detect if the person's eyes are closed or eyelids are being forced open
A15Critical patientLoan fraud prevention: flag verification attempts by critically ill individuals
A11On the phoneThird-party guidance detection: someone may be coaching the user through the process
A04Wearing headphonesThird-party guidance detection: hidden earpiece coaching during verification
A02Medical maskObstruction: face partially covered, may compromise identity verification accuracy
A14Wearing hatObstruction/disguise: may indicate attempt to alter appearance
A06SunglassesObstruction: eyes hidden, reduces face recognition confidence
A01Facial sheet maskObstruction: skincare mask covering facial features
A05NudityCompliance: flag inappropriate content during video verification
A13TattooRisk profiling: visible tattoo detected for feature marking

Environment Attributes — Detect business scenario

CodeAttributeUse case
B02Multiple peopleFraud risk: third party present during what should be a solo verification
B03Inside a carAuto loan verification: confirm the applicant is at/in the vehicle
B06Hotel roomRisk control: flag unusual verification location for loan/account applications
B07Car dealershipConsumer finance compliance: verify the applicant is at the dealership

Max 5 label codes per request. Example: "A09,A10,A02,B02,B03"

License

MIT — Copyright (c) 2024-2026 Wefi AI Team

Reviews

No reviews yet

Sign in to write a review