Data Verify
中国数据核验 MCP Server | 身份核验/企业查询/车辆信息/OCR识别/风险评估 | 10个Tool覆盖5大类 | 微信: chenganp | 邮箱: [email protected]
What is Data Verify?
Data Verify is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 中国数据核验 mcp server | 身份核验/企业查询/车辆信息/ocr识别/风险评估 | 10个tool覆盖5大类 | 微信: chenganp | 邮箱: [email protected]
中国数据核验 MCP Server | 身份核验/企业查询/车辆信息/OCR识别/风险评估 | 10个Tool覆盖5大类 | 微信: chenganp | 邮箱: [email protected]
This server falls under the Security category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- 中国数据核验 MCP Server | 身份核验/企业查询/车辆信息/OCR识别/风险评估 | 10个Tool覆盖5大类
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx data-verifyConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Data Verify
Data Verify MCP Server provides 10 tools across 5 categories for Chinese data verification and compliance workflows, covering identity verification (ID card, three-element check, bank card validation, facial recognition), enterprise information lookup and risk scoring, vehicle license plate queries and risk assessment, OCR recognition for Chinese ID cards, bank cards, and driver's licenses, and multi-dimensional personal risk evaluation for credit and rental scenarios. It connects to authoritative Chinese data sources via a managed API and integrates with Claude, Cursor, or any MCP client using a single access token. A free tier provides 100 API calls per day without registration.
Prerequisites
- Node.js 18 or newer installed for the npx runner
- A DATA_VERIFY_ACCESS_TOKEN from the service provider (free tier: 100 calls/day without token, unlimited with token)
- An MCP-capable client: Claude Desktop, Claude Code, or Cursor
- For production use: a registered account with the data verification service provider
Test without a token using the free tier
Run the server with npx without any access token to use the free 100 calls/day tier. This is useful for evaluation.
npx -y data-verify-mcpRegister and obtain an access token
For production use or more than 100 daily calls, register with the data verification service provider and obtain a DATA_VERIFY_ACCESS_TOKEN.
Add the server to Claude Code
Register the data-verify server with Claude Code, passing your access token as an environment variable.
claude mcp add data-verify -- npx -y data-verify-mcpOr install globally and run
Install the package globally with npm to run it without npx overhead.
npm install -g data-verify-mcp
DATA_VERIFY_ACCESS_TOKEN=your_token data-verify-mcpAdd to Claude Desktop config
Edit your claude_desktop_config.json to include the data-verify server with your access token.
Data Verify Examples
Client configuration (Claude Desktop)
Configure Claude Desktop to use the Data Verify MCP server with your access token.
{
"mcpServers": {
"data-verify": {
"command": "npx",
"args": ["-y", "data-verify-mcp"],
"env": {
"DATA_VERIFY_ACCESS_TOKEN": "your_access_token_here"
}
}
}
}Prompts to try
These prompts map to the 10 tools across the 5 verification categories.
- "Verify this Chinese ID card number matches the name Zhang Wei"
- "Check if this bank card number is valid for the given name and ID"
- "Look up basic information for the enterprise with business registration number 91110000XXXXXXXX"
- "Query vehicle information for license plate 京A12345"
- "Perform OCR on this image of a Chinese driver's license"
- "Run a risk assessment for this individual for a rental application"Troubleshooting Data Verify
API calls fail after 100 requests per day
The free tier without a token is limited to 100 calls/day. Register with the service provider to obtain a DATA_VERIFY_ACCESS_TOKEN and set it as an environment variable for unlimited access.
npx command not found or package install fails
Ensure Node.js 18+ is installed. Run 'node --version' and 'npm --version' to verify. If npx fails to download the package, check your network connection and try 'npm install -g data-verify-mcp' instead.
Verification tools return errors for valid-looking data
This server connects to Chinese data sources and requires correctly formatted Chinese ID numbers, business registration numbers, and license plates. Ensure inputs follow the exact format expected by Chinese standards (18-digit resident ID, standard plate formats, etc.).
Frequently Asked Questions about Data Verify
What is Data Verify?
Data Verify is a Model Context Protocol (MCP) server that 中国数据核验 mcp server | 身份核验/企业查询/车辆信息/ocr识别/风险评估 | 10个tool覆盖5大类 | 微信: chenganp | 邮箱: [email protected] It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Data Verify?
Follow the installation instructions on the Data Verify GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Data Verify?
Data Verify works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Data Verify free to use?
Yes, Data Verify is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Data Verify Alternatives — Similar Security Servers
Looking for alternatives to Data Verify? Here are other popular security servers you can use with Claude, Cursor, and VS Code.
Casdoor
★ 13.6kAn open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD
ghidraMCP
★ 9.0kAn Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through
HexStrike AI
★ 8.9kHexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly b
IDA Pro MCP
★ 8.7kEnables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.
Anthropic Cybersecurity Skills
★ 6.6k754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platform
Hooker
★ 5.1k🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL u
Browse More Security MCP Servers
Explore all security servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Data Verify in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Data Verify?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.