Tencent Cloud eKYC MCP Server — face verification, liveness detection, and identity verification via Model Context Protocol
Server Config
{
"mcpServers": {
"tencent-ekyc": {
"command": "npx",
"args": [
"tencent-ekyc-mcp-prototype@latest"
],
"env": {
"TENCENTCLOUD_SECRET_ID": "<YOUR_SECRET_ID>",
"TENCENTCLOUD_SECRET_KEY": "<YOUR_SECRET_KEY>"
}
}
}
}