Skip to main content
Glama
CCCpan

Data Verify MCP Server

by CCCpan

verify_bank_card

Verifies bank card ownership by matching name, ID card, and bank card number. Supports optional phone number for 4-element verification. Used for payment validation and financial KYC.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPerson's real name in Chinese (姓名)
id_cardYes18-digit Chinese ID card number (身份证号码)
bank_cardYes15-19 digit bank card number (银行卡号)
phoneNoOptional: 11-digit phone number for 4-element verification (四要素验证时填写)
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Install Server

Other Tools

Latest Blog Posts

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/data-verify-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server