data-verify-mcp
by CCCpan·★ 164·Score 48
A comprehensive Chinese data verification MCP server offering 10 tools across 5 categories including identity verification, enterprise checks, vehicle info, OCR recognition, and risk assessment.
Overview
Data-verify-mcp is a specialized MCP server focused on Chinese data verification services. It offers 10 tools across 5 categories: identity verification (ID card, phone, bank card, face comparison), enterprise verification (business info, risk assessment), vehicle information (query, risk scoring), OCR recognition for various documents, and comprehensive risk assessment. The server supports both free tier (100 calls/day) and unlimited access with API tokens. It's designed for integration with popular AI tools like Claude Desktop, Cursor, VSCode, and provides detailed documentation for each tool with examples and parameter descriptions.
Try asking AI
After installing, here are 7 things you can ask your AI assistant:
When to choose this
Choose this server when you need comprehensive Chinese data verification capabilities including identity checks, business information queries, vehicle verification, OCR recognition, and risk assessment for applications targeting Chinese markets.
When NOT to choose this
Don't choose this if you need verification services for non-Chinese data, require open source code implementation details, or need unlimited free usage beyond the 100 daily requests without registration.
Tools this server exposes
10 tools extracted from the READMEverify_identity身份证二要素核验(姓名+身份证号)
verify_phone_three手机三要素验证(姓名+身份证+手机号)
verify_bank_card银行卡三/四要素验证
face_compare人脸比对(两张照片比对)
verify_enterprise企业工商信息查询
query_enterprise_risk企业风险查询
query_vehicle_info车辆信息查询
vehicle_risk_score车辆风控评分
ocr_recognize证件OCR识别(身份证/银行卡/驾驶证/行驶证)
risk_assessment个人综合风险评估
Comparable tools
Installation
Installation
Quick Start (Recommended)
npx -y data-verify-mcpGlobal Installation
npm install -g data-verify-mcp
data-verify-mcpClaude Desktop Configuration
{
"mcpServers": {
"data-verify": {
"command": "npx",
"args": ["-y", "data-verify-mcp"],
"env": {
"DATA_VERIFY_ACCESS_TOKEN": "your_token_here"
}
}
}
}FAQ
- Do I need to register to use this service?
- No. The service provides 100 free calls per day without registration. Higher limits require API tokens.
- What document types are supported for OCR recognition?
- Currently supported: ID card front/back, bank card, driver's license, and vehicle registration certificate.
Compare data-verify-mcp with
Last updated · Auto-generated from public README + GitHub signals.