Install @wefi-ai/ekyc-suite-mcp from npm
Install exact version 1.2.14. No verified executable entrypoint is available, so use the package documentation to launch it.
npm install --save-exact @wefi-ai/ekyc-suite-mcp@1.2.14Provides 8 financial-grade KYC identity verification tools for AI agents, including face comparison, liveness detection, document OCR, and risk media labeling
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Install exact version 1.2.14. No verified executable entrypoint is available, so use the package documentation to launch it.
npm install --save-exact @wefi-ai/ekyc-suite-mcp@1.2.14| Canonical slug | ekyc-suite-mcp-server-9bf9092c | Deployment | Local Only |
|---|---|---|---|
| Canonical package | npm:@wefi-ai/ekyc-suite-mcp | Repository | wefi-ai/eKYC-Suite |
| First published | Jul 24, 2026 | Latest release | Jul 24, 2026 |
| Last security verification | Aug 22, 2026 | Classification confidence | 90% |
| Publication | Published | Official distribution | Yes |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| npm | @wefi-ai/ekyc-suite-mcp | 1.2.14 | 2 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| npm@wefi-ai/ekyc-suite-mcp | 1.2.14Current | Sep 5, 2026 | 8 toolsSucceeded · 0 resources · 0 prompts | Verified clean |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
| Provenance | artifact_hash_verified | Signature | — |
|---|---|---|---|
| MCP SDK | — | Artifact SHA-256 | f7c8dccbb7a4564db84d94dbab4d26e4dabf4c1f5ca993087e09b2230e0c63bb |
| Scanner | mcp-proof-engine 0.1.0 | Scan completed | Aug 22, 2026 |
| Security rating | — | Methodology | — |
| Tool | Category | Annotations | Risk |
|---|---|---|---|
bank_card_ocrExtract card number and expiry date from a bank card.Input schema{
"type": "object",
"additionalProperties": false,
"properties": {
"image": {
"type": "string",
"minLength": 1,
"maxLength": 28000000,
"description": "Bank card image"
}
},
"required": [
"image"
]
} | — | — | |
driver_license_ocrExtract structured fields from the main page of a Chinese driver's license.Input schema{
"type": "object",
"additionalProperties": false,
"properties": {
"image": {
"type": "string",
"minLength": 1,
"maxLength": 28000000,
"description": "Driver license image"
}
},
"required": [
"image"
]
} | — | — | |
face_compareCompare two face photos and return a 0-100 similarity score for identity verification.Input schema{
"type": "object",
"additionalProperties": false,
"properties": {
"photo1": {
"type": "string",
"minLength": 1,
"maxLength": 28000000,
"description": "First face photo: local path in stdio mode, public HTTPS URL, or base64"
},
"photo2": {
"type": "string",
"minLength": 1,
"maxLength": 28000000,
"description": "Second face photo"
},
"sourcePhotoType": {
"type": "string",
"enum": [
"1",
"2"
],
"default": "2"
}
},
"required": [
"photo1",
"photo2"
]
} | — | — | |
id_card_ocrExtract structured fields from a Chinese national ID card.Input schema{
"type": "object",
"additionalProperties": false,
"properties": {
"image": {
"type": "string",
"minLength": 1,
"maxLength": 28000000,
"description": "ID card image"
},
"side": {
"type": "string",
"enum": [
"0",
"1"
],
"default": "0",
"description": "0=portrait side, 1=emblem side"
}
},
"required": [
"image"
]
} | — | — | |
media_labelingDetect selected portrait and environment risk labels in an image or video.Input schema{
"type": "object",
"additionalProperties": false,
"properties": {
"file": {
"type": "string",
"minLength": 1,
"maxLength": 28000000,
"description": "Image or video"
},
"labels": {
"type": "string",
"pattern": "^[AB][0-9]{2}(,[AB][0-9]{2}){0,4}$",
"description": "1-5 comma-separated label codes"
},
"type": {
"type": "string",
"enum": [
"image",
"video"
],
"default": "image"
},
"doLive": {
"type": "string",
"enum": [
"0",
"1"
],
"default": "1"
},
"doCompare": {
"type": "string",
"enum": [
"0",
"1"
],
"default": "1"
}
},
"required": [
"file",
"labels"
]
} | — | — | |
photo_liveness_detectDetect forged, replayed, AI-generated, or deepfake face photos.Input schema{
"type": "object",
"additionalProperties": false,
"properties": {
"file": {
"type": "string",
"minLength": 1,
"maxLength": 28000000,
"description": "Face photo"
}
},
"required": [
"file"
]
} | — | — | |
vehicle_license_ocrExtract structured fields from a Chinese vehicle license.Input schema{
"type": "object",
"additionalProperties": false,
"properties": {
"image": {
"type": "string",
"minLength": 1,
"maxLength": 28000000,
"description": "Vehicle license image"
},
"side": {
"type": "string",
"enum": [
"1",
"2"
],
"default": "1",
"description": "1=main page, 2=supplementary page"
}
},
"required": [
"image"
]
} | — | — | |
video_liveness_detectDetect deepfake or replayed face videos up to 20 seconds and 20MB.Input schema{
"type": "object",
"additionalProperties": false,
"properties": {
"file": {
"type": "string",
"minLength": 1,
"maxLength": 28000000,
"description": "Face video"
}
},
"required": [
"file"
]
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: npm install --save-exact @wefi-ai/ekyc-suite-mcp@1.2.14
eKYC Suite MCP Server exposed 8 tools during independent protocol observation, including bank_card_ocr, driver_license_ocr, face_compare, id_card_ocr, media_labeling, photo_liveness_detect, vehicle_license_ocr, video_liveness_detect.
Our scanner tested version 1.2.14 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.
Curated product and capability guides containing this catalog record.