Tencent Ekyc Mcp Server
@FrogOVO
关于 Tencent Ekyc Mcp Server
Tencent Cloud eKYC MCP Server — face verification, liveness detection, and identity verification via Model Context Protocol
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"tencent-ekyc": {
"command": "npx",
"args": [
"tencent-ekyc-mcp-prototype@latest"
],
"env": {
"TENCENTCLOUD_SECRET_ID": "<YOUR_SECRET_ID>",
"TENCENTCLOUD_SECRET_KEY": "<YOUR_SECRET_KEY>"
}
}
}
}工具
6Check if API credentials are configured
List supported ID documents by region
Validate image quality before submission
Full KYC: face comparison + liveness + verification
Detect deepfake/AI-generated face images
Query async verification result
概览
What is Tencent Ekyc Mcp Server?
A Model Context Protocol (MCP) server that wraps Tencent Cloud eKYC (Electronic Know Your Customer) APIs as callable tools for AI agents like Claude Desktop, Cursor, and Windsurf. It enables face verification (1:1), liveness detection, deepfake detection, and identity verification via natural language.
How to use Tencent Ekyc Mcp Server?
Prerequisites: Node.js >= 20, a Tencent Cloud account with eKYC enabled, and a SecretId/SecretKey from the Tencent Cloud Console. After cloning the repository, run npm install && npm run build, then configure the MCP server in your AI client (e.g., Claude Desktop) by adding a tencent-ekyc entry to the mcpServers section of its configuration file with environment variables TENCENT_SECRET_ID, TENCENT_SECRET_KEY, and optionally TENCENT_REGION and EKYC_LOG_LEVEL. Restart the client to see the tools. Simply describe your KYC task in natural language and the AI agent will call the appropriate tools.
Key features of Tencent Ekyc Mcp Server
- Face Verification (1:1) – Compare ID card photo with selfie video
- Liveness Detection – Anti-spoofing with silent challenge
- Deepfake Detection – Detect AI-generated or manipulated face images
- Image Quality Check – Pre-verify image quality before KYC submission
- Supported Documents Query – List all supported ID types by region
- Verification Status Tracking – Check async verification results
Use cases of Tencent Ekyc Mcp Server
- Perform full KYC (face comparison + liveness + identity verification) for onboarding users
- Detect deepfake/AI-generated face images in uploaded selfies
- Validate image quality before submitting a KYC request
- Query which identity documents (e.g., Indonesian KTP, Malaysian MyKad) are supported in a given region
- Check the status of an asynchronous verification request
FAQ from Tencent Ekyc Mcp Server
What credentials are required to use the server?
You must provide TENCENT_SECRET_ID and TENCENT_SECRET_KEY. The region can be set via TENCENT_REGION (defaults to ap-singapore). Logging level is controlled by EKYC_LOG_LEVEL.
What identity documents and regions are supported?
The server supports 16 regions and 28 document types, including Indonesian KTP/SIM, Malaysian MyKad/MyTentera, Thai ID Card, Singapore NRIC, Philippine UMID/SSS ID, and Vietnamese chip-based ID.
How can I check if the API credentials are configured correctly?
Use tencent_ekyc_get_credential_status to verify that the credentials are valid and the eKYC service is accessible.
Can I test image quality before submitting a KYC request?
Yes, use tencent_ekyc_check_image_quality to validate whether an image meets the requirements for KYC processing.
How do I track the result of an asynchronous verification?
Use tencent_ekyc_get_verification_status with the session ID returned by verify_identity to poll for the final result.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论