MCP Server
MCP
eKYC Suite
KYC / eKYC MCP server for face compare, liveness, OCR, and image labeling.
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
By
Comments
Sign in to leave a comment