Data Verify MCP Server
This server provides Chinese identity, enterprise, and vehicle data verification and risk assessment services.
Identity Verification
ID Card Verification: Verify if a name matches an 18-digit Chinese ID card number, returning gender, age, birth date, and province (50 free/day)
Phone Three-Element Verification: Verify name, ID card, and phone number match, including carrier info (50 free/day)
Bank Card Verification: Verify name, ID card, and bank card (3- or 4-element with phone); returns bank name and card type (50 free/day)
Face Comparison: Compare two base64-encoded face photos with a similarity score (0–100) and confidence level (30 free/day)
Enterprise Verification
Enterprise Information Query: Look up company registration details (legal representative, registered capital, business scope) by name or social credit code (30 free/day)
Enterprise Risk Query: Check blacklists, penalties, business abnormalities, dishonesty records, and litigation history (30 free/day)
Vehicle Verification
Vehicle Information Query: Query vehicle details by license plate (brand/model, VIN, engine number, registration date) (30 free/day)
Vehicle Risk Score: Get a risk score (0–100) based on speeding, accidents, violations, and insurance status (30 free/day)
Document & Risk Tools
OCR Recognition: Extract structured text from Chinese documents (ID card, bank card, driver license, vehicle license) via base64 images (20 free/day)
Personal Risk Assessment: Evaluate personal credit risk using name and ID card, returning risk score, multi-loan index, court records, and risk tags (20 free/day)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Data Verify MCP ServerVerify identity for 张三, ID 110101199001011234"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
部署代码
在线运行,代码可私有化部署、baidu飞桨 100+fork
Related MCP server: mcp-tw-company
目录
功能演示
身份证字段识别提取
证件提取矫正
滑动验证码自动完成
如何使用
支持微调finetune
私聊我WX: chenganp
方式一:API
方式二:谷歌浏览器插件
1:下载安装包:
浏览器插件下载地址 build.zip 点击下载 下载失败访问
2:打开 Chrome 浏览器的扩展程序页面:
在 Chrome 浏览器中,点击右上角的三点菜单。 选择“更多工具” > “扩展程序”。 或者,您可以在浏览器地址栏中输入 chrome://extensions/ 并按回车键。
3:启用“开发者模式” :
在扩展程序页面的右上角,您会看到一个“开发者模式”开关。 点击这个开关以启用开发者模式。
4:加载已解压的扩展程序:
在开发者模式开启后,页面上会出现几个新的按钮。 点击“加载已解压的扩展程序”按钮。 在弹出的文件选择对话框中,导航到您刚下载的build.zip解压文件,然后选择该文件夹。
5:安装完成如下图
6:刷新浏览器
常见问题
欢迎留言讨论
Available Tools
10 toolsface_compareA
Compare two face photos to determine if they belong to the same person (人脸比对/人像对比). Returns similarity score (0-100), same-person judgment, confidence level, and face quality scores. Use for identity verification with photo, face authentication, or liveness detection scenarios. Images must be base64 encoded. Free tier: 30 requests/day.
| Name | Required | Description | Default |
|---|---|---|---|
| image_base64_1 | Yes | First face photo in base64 encoding (第一张人脸照片的base64编码) | |
| image_base64_2 | Yes | Second face photo in base64 encoding (第二张人脸照片的base64编码) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided; description fills in by disclosing return data, input requirements, and rate limit. Does not contradict any annotations. Could add details on error handling or precision, but sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, front-loaded with purpose, then details. No unnecessary words. Highly efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, description covers input, output, use cases, and constraints. Complete for a simple two-parameter tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 100% coverage with descriptions but they are basic ('first face photo in base64 encoding'). Description adds context of use and requirement, enhancing the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool compares two face photos to determine if they belong to the same person, specifies returned data (similarity score, judgment, confidence, quality scores), and lists use cases. Distinct from sibling tools like verify_identity or ocr_recognize.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly advises use for identity verification, face authentication, and liveness detection. Mentions required base64 encoding and free tier limit. Does not state when not to use, but context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ocr_recognizeA
OCR recognition for Chinese documents - extract structured text from ID cards, bank cards, driver licenses, and vehicle licenses (证件OCR识别). Returns recognized fields with confidence score. Supports: id_card_front (身份证正面), id_card_back (身份证背面), bank_card (银行卡), driver_license (驾驶证), vehicle_license (行驶证). Use for document digitization, automated form filling, or identity document processing. Free tier: 20 requests/day.
| Name | Required | Description | Default |
|---|---|---|---|
| image_base64 | Yes | Document image in base64 encoding (证件图片的base64编码) | |
| type | Yes | Document type: id_card_front(身份证正面), id_card_back(身份证背面), bank_card(银行卡), driver_license(驾驶证), vehicle_license(行驶证) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It states returns recognized fields with confidence score, but lacks details on read-only nature, authentication, error handling, or response format. Adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is concise with front-loaded purpose, lists types, gives use cases, and includes rate limit. Every sentence adds value. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers purpose, supported types, use cases, and rate limit. But lacks details about return structure (format of fields and confidence score), image constraints, and error handling. Adequate for a simple tool but could be more complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and description adds Chinese translations for document types. Since schema already describes parameters, description adds marginal value beyond schema. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states 'OCR recognition for Chinese documents - extract structured text' and lists specific document types, distinguishing it from sibling tools which deal with face comparison, enterprise risk, etc. Verb and resource are specific.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states use cases: 'document digitization, automated form filling, or identity document processing.' Mentions free tier limit. No explicit exclusions, but sibling tools are unrelated so no confusion.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
query_enterprise_riskA
Check enterprise risk status including blacklist, administrative penalties, business abnormalities, dishonesty records and litigation (企业风险查询). Returns risk level, penalty records, abnormal count, dishonest count, lawsuit count and risk score. Use for enterprise credit assessment, supply chain risk management, or investment due diligence. Free tier: 30 requests/day.
| Name | Required | Description | Default |
|---|---|---|---|
| enterprise_name | No | Enterprise name in Chinese (企业名称) | |
| credit_code | No | 18-digit unified social credit code (统一社会信用代码) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It discloses return fields (risk level, penalty records, etc.) and a free tier limit (30 requests/day), giving good insight into behavior beyond the basic query.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences: purpose and outputs, use cases, limit. No wasted words, front-loaded with core functionality. Ideal structure.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 2 parameters and no output schema, the description explains both what it checks and what it returns (risk level, records, counts, score). The free tier limit is also mentioned, making it complete for operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 100% of parameters (enterprise_name, credit_code) with descriptions. The description adds a Chinese translation hint but does not enrich semantics beyond what schema provides, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states it checks enterprise risk status and lists specific risk types (blacklist, penalties, etc.), clearly distinguishing from siblings like face_compare or ocr_recognize. It also includes use cases, making purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It lists use cases (credit assessment, risk management, due diligence) but does not explicitly exclude alternatives or mention when not to use. Among siblings, verify_enterprise might be more appropriate for basic verification, but no comparison is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
query_vehicle_infoA
Query vehicle information by license plate number (车辆信息查询). Returns vehicle brand/model, type, engine number, VIN, registration date, usage type, fuel type, status and estimated mileage. Use for used car evaluation, vehicle background check, or fleet management. Supports standard Chinese license plates. Free tier: 30 requests/day.
| Name | Required | Description | Default |
|---|---|---|---|
| plate_number | Yes | Chinese license plate number (车牌号), e.g. '京A12345', '沪B67890' | |
| plate_color | No | License plate color (车牌颜色): 蓝色(default)/黄色/绿色/白色 | 蓝色 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It discloses that the tool is a query (read-only) and lists the returned fields. Also mentions rate limit. Does not detail error handling or authorization requirements, but the behavioral traits are sufficiently communicated for a simple query tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is two sentences plus a final note, each sentence purposeful. First sentence defines function and outputs, second gives use cases, third adds constraints. No wasted words, well-structured and front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple parameter set (2 params) and no output schema, the description covers return fields, use cases, and limits. It lacks error handling details or status codes, but is generally complete enough for an agent to use correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, with descriptions for both parameters including examples. The description repeats the same information about plate_number and plate_color, adding no new semantics beyond what the schema already provides. Thus baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool queries vehicle information by license plate number, listing specific fields returned (brand, model, VIN, etc.). It distinguishes from sibling tools like face_compare and ocr_recognize which are unrelated, and from vehicle_risk_score which is a different operation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states use cases: used car evaluation, vehicle background check, fleet management. Also mentions support for standard Chinese plates and free tier limit (30 requests/day). Lacks explicit when-not-to-use or differentiation from sibling tools like vehicle_risk_score, but context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
risk_assessmentA
Comprehensive personal risk assessment based on name and ID card (个人综合风险评估). Returns risk score (0-100), risk level, multi-loan index, court execution records, overdue risk, credit suggestion, risk tags and detailed analysis. Use for personal credit evaluation, loan risk assessment, or customer risk profiling. Phone number is optional but improves accuracy. Free tier: 20 requests/day.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Person's real name in Chinese (姓名) | |
| id_card | Yes | 18-digit Chinese ID card number (身份证号码) | |
| phone | No | Optional: 11-digit phone number for enhanced risk analysis (手机号码,可选,提供后评估更准确) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, but the description covers the return values (risk score, level, multi-loan index, court records, etc.) and mentions the free tier limit (20 requests/day). It does not discuss rate limiting or data handling beyond that, but is sufficient for understanding behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences cover purpose, outputs, use cases, and additional note on phone and free tier. No wasted words, front-loaded with key information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Without an output schema, the description lists many return fields, and covers inputs and use cases. Lacks details on response format and error scenarios, but is fairly complete for the tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with each parameter well described. The description adds minimal extra value (optional phone improves accuracy). Baseline 3 is appropriate as the schema already provides meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it is a personal risk assessment based on name and ID card, listing specific outputs. However, it does not explicitly differentiate from sibling risk tools like query_enterprise_risk or vehicle_risk_score, but the context makes it clear it's for individuals.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly lists use cases (personal credit evaluation, loan risk assessment, customer risk profiling) and notes that phone number is optional but improves accuracy. No explicit when-not-to-use or alternatives, but usage is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vehicle_risk_scoreA
Get vehicle risk assessment score by license plate number (车辆风控评分). Returns risk score (0-100), risk level, speeding/fatigue/accident/violation counts, night driving ratio, and insurance status. Use for fleet risk management, logistics risk control, or vehicle insurance assessment. Free tier: 30 requests/day.
| Name | Required | Description | Default |
|---|---|---|---|
| plate_number | Yes | Chinese license plate number (车牌号), e.g. '京A12345' | |
| plate_color | No | License plate color (车牌颜色): 蓝色(default)/黄色/绿色/白色 | 蓝色 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so description carries full burden. It discloses rate limit ('Free tier: 30 requests/day') and output fields. However, it does not mention required permissions, side effects (none expected for a read tool), or whether the tool is read-only or destructive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, each adding value: purpose + output, use cases, rate limit. No wasted words. Efficient and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema or annotations, the description covers purpose, parameters, output, and rate limit. It could mention authentication or API key needs, but overall it is sufficiently complete for a simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so schema already documents both parameters with examples and defaults. The description adds little beyond schema, though it reinforces the Chinese license plate context and rate limit.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Get vehicle risk assessment score by license plate number'. It specifies input (license plate) and output (risk score, counts, etc.), making it distinct from siblings like query_vehicle_info which likely returns basic info.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit use cases are provided: 'Use for fleet risk management, logistics risk control, or vehicle insurance assessment.' However, it lacks explicit when-not-to-use guidance or direct comparisons to sibling tools like risk_assessment or query_vehicle_info.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_bank_cardA
Verify if a person's name, ID card, and bank card number match (银行卡三/四要素验证). Supports both 3-element (name+ID+card) and 4-element (name+ID+card+phone) verification. Returns match result, bank name, card type and level. Use for payment verification, bank account validation, or financial KYC. Free tier: 50 requests/day.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Person's real name in Chinese (姓名) | |
| id_card | Yes | 18-digit Chinese ID card number (身份证号码) | |
| bank_card | Yes | 15-19 digit bank card number (银行卡号) | |
| phone | No | Optional: 11-digit phone number for 4-element verification (四要素验证时填写) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses return values (match result, bank name, card type, level) and a rate limit (50 requests/day free tier). No contradictions with missing annotations. For a verification tool, this provides adequate transparency about behavior and limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three concise sentences: purpose, parameter variants/output, use cases and rate limit. Every sentence adds essential information without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers purpose, parameter usage, output details, and rate limit. Though no output schema, description hints at return fields. Sibling tools are not compared, but given schema coverage and tool complexity, it is reasonably complete for an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds context by explaining the two verification modes (3-element vs 4-element) and how the optional phone parameter activates 4-element verification, adding value beyond schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool verifies a name, ID card, and bank card match, using the Chinese term for 3/4-element verification. It distinguishes itself from sibling tools like verify_identity and verify_phone_three by focusing on bank card validation and mentioning specific use cases.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly recommends usage for payment verification, bank account validation, and financial KYC. While it doesn't explicitly state when not to use or directly compare with siblings, the use cases provide clear guidance on appropriate contexts.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_enterpriseA
Query Chinese enterprise/company registration information by name or unified social credit code (企业工商信息查询). Returns company name, legal representative, registered capital, establishment date, business status, address, business scope, and industry. Use for business partner due diligence, company background check, or enterprise KYC. Free tier: 30 requests/day.
| Name | Required | Description | Default |
|---|---|---|---|
| enterprise_name | No | Enterprise name in Chinese (企业名称), e.g. '阿里巴巴集团控股有限公司' | |
| credit_code | No | 18-digit unified social credit code (统一社会信用代码), e.g. '91330100799655058B' |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It discloses the rate limit (30 requests/day) and lists return fields, but does not explain behavior on errors (e.g., not found), authentication needs, or whether the tool is read-only (readOnlyHint not provided).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise with two sentences plus a use-case list. It is front-loaded with purpose and every sentence contributes value without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description lists return fields and use cases. The tool is low complexity (2 params, no nested objects). However, it could mention error handling or prerequisites for completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for both parameters. The description adds no additional semantics beyond the schema, aligning with the baseline score of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool queries Chinese enterprise registration info by name or credit code, lists return fields (company name, legal representative, etc.), and provides use cases (due diligence, background check, KYC). It distinguishes from siblings like query_enterprise_risk through specific focus on basic registration info.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states use cases (due diligence, background check, KYC) and mentions a free tier limit. However, it does not provide when-not-to-use guidance or explicitly name alternatives among siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_identityA
Verify if a person's name matches their Chinese ID card number (实名认证/身份证二要素验证). Returns match result, gender, age, birth date, province, issuing authority and validity period. Use when users need KYC identity verification, real-name authentication, or ID card validation. Requires 18-digit Chinese ID card number. Free tier: 50 requests/day.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Person's real name in Chinese (姓名), e.g. '张三' | |
| id_card | Yes | 18-digit Chinese ID card number (身份证号码), e.g. '110101199001011234' |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It discloses return fields (match result, gender, age, etc.) and daily request limit. Could mention error handling or failure behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences with no redundancy. First sentence states core purpose, second adds use case, third adds constraints. Well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, description covers return fields and usage. Could mention edge cases (e.g., name matching accuracy) but sufficient for a simple verification tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 100% with descriptions. Description adds context: 'real name in Chinese' and '18-digit Chinese ID number', enhancing meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool's purpose: verifying if a name matches a Chinese ID card number, and lists specific return fields. It distinguishes from siblings like face_compare (face matching) and ocr_recognize (OCR).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description specifies when to use (KYC, real-name authentication), mentions the free tier limit, and requires an 18-digit ID. However, it does not explicitly state when not to use it or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_phone_threeA
Verify if a person's name, ID card number, and phone number match (手机三要素验证). Returns match result, carrier info, phone region and status. Use for phone number ownership verification, telecom fraud prevention, or user registration validation. Free tier: 50 requests/day.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Person's real name in Chinese (姓名) | |
| id_card | Yes | 18-digit Chinese ID card number (身份证号码) | |
| phone | Yes | 11-digit Chinese mobile phone number (手机号码), e.g. '13800138000' |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, but description covers return content (match result, carrier info, phone region, status) and mentions free tier limit. Could add error handling details, but current info is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, no wasted words, front-loaded with purpose and key information. Each sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, but description explains what fields are returned. For a verification tool, this is fairly complete, though output format details are missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with detailed descriptions, min/max lengths, and examples. Description adds no additional parameter meaning beyond what schema provides, so baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool verifies if a person's name, ID card number, and phone number match. The specific verb 'verify' and resource 'phone three elements' distinguishes it from siblings like verify_identity or verify_bank_card.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit use cases: phone number ownership verification, telecom fraud prevention, user registration validation. No when-not or alternatives, but context is clear from the use cases and sibling names.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
Each tool targets a distinct domain: face comparison, OCR, enterprise risk, vehicle info, personal risk assessment, vehicle risk, bank card verification, enterprise info, identity verification, and phone verification. There is no functional overlap between any tools.
All tool names follow a consistent verb_noun pattern using lowercase and underscores: face_compare, ocr_recognize, query_enterprise_risk, query_vehicle_info, risk_assessment, vehicle_risk_score, verify_bank_card, verify_enterprise, verify_identity, verify_phone_three. The pattern is uniform and predictable.
10 tools is well within the 3-15 range for a focused server. Each tool serves a distinct need in the data verification and risk assessment domain, and none seem redundant or unnecessary.
The set covers core verification and risk assessment workflows: identity, phone, bank, enterprise, vehicle, and personal risk. Minor gaps exist (e.g., no direct personal credit score query or driving record check), but the major use cases are addressed.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv.
McDonald's China MCP Server with event calendar, coupon inquiries and redemption features.
An MCP server that provides tools to validate an email address using Dilli Email Validation API.
Remote MCP server for China brand visibility, destination demand, and KOL discovery workflows.
Related MCP Servers
- AlicenseBqualityDmaintenanceA server based on Model Context Protocol (MCP) that provides query and search functions for Chinese card information of Wanzhi brand.62Apache 2.0
- AlicenseAqualityDmaintenanceAn MCP server for querying Taiwan company registry open data, enabling search by name, number, directors, business items, and branch offices.91MIT
- AlicenseBqualityBmaintenanceAn MCP server that integrates HandaaS data APIs for industrial chain analysis, enabling enterprise search, supply chain prospecting, patent analytics, and bidding intelligence.243MIT
- AlicenseAqualityCmaintenanceMCP server for querying ICP filing information and illegal blacklist data for websites, apps, mini-programs, and quick apps.41MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CCCpan/Gebaini'
If you have feedback or need assistance with the MCP directory API, please join our Discord server