74
/ 100
3 days ago
glama

eKYC Suite MCP Server

Provides 8 financial-grade KYC identity verification tools for AI agents, including face comparison, liveness detection, document OCR, and risk media labeling.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: KYC_SECRET, LABEL_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configALLOWED_HOSTS
configALLOW_HTTP_URLSHTTPS URLs only by default. For controlled internal tests, set =1.
configHOSTMCP_TRANSPORT=http =0.0.0.0 PORT=3000 node server.mjs
configKYC_APPID+ KYC_SECRET: enables tools 1-7 (face comparison, liveness detection, document OCR)
🔐 secretKYC_SECRETKYC_APPID + : enables tools 1-7 (face comparison, liveness detection, document OCR)
configLABEL_APPID+ LABEL_SECRET: enables media_labeling (risk label detection)
🔐 secretLABEL_SECRETLABEL_APPID + : enables media_labeling (risk label detection)
configMAX_RAW_BYTESMax input size: 20MB by default. Override with .
configMCP_TRANSPORT"": "stdio",
configPORTMCP_TRANSPORT=http HOST=0.0.0.0 =3000 node server.mjs
configREQUEST_TIMEOUT_MSNetwork calls use timeout control via .
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/wefi-ai-ekyc-suite-cusa3d)](https://m8ven.ai/mcp/wefi-ai-ekyc-suite-cusa3d)
commit: a11b844f8837dccba506baefbc9d3b2f53be6753
code hash: 6ffbd9cac7b1061ef72f69272aaa7c8fca34ce3375da51a96eddce6b987167f9
verified: 7/28/2026, 9:03:36 AM
view raw JSON →