MCP Catalogs
Home

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.

securityfinancedeveloper-tools
23
Forks
3
Open issues
2 mo ago
Last commit
2d ago
Indexed

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:

you:KYC compliance verification in financial services
you:Enterprise due diligence and risk assessment
you:Vehicle management in logistics industry
you:Automated document information extraction via OCR
you:Personal credit evaluation for lending decisions
you:Do I need to register to use this service?
you:What document types are supported for OCR recognition?

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 README
  • verify_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

mcp-identity-verificationocr-mcp-serverbusiness-data-mcpvehicle-info-api

Installation

Installation

Quick Start (Recommended)

npx -y data-verify-mcp

Global Installation

npm install -g data-verify-mcp
data-verify-mcp

Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.