Skip to main content
Glama
D2Emerge

contact-verification-mcp

by D2Emerge

Server Quality Checklist

58%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation5/5

    Each tool targets a distinct resource (address, email, phone) or a batch wrapper that explicitly replaces the single-record tools. The descriptions clearly differentiate purposes (e.g., email verification ≠ identity check).

    Naming Consistency5/5

    All tool names follow the consistent pattern 'verify_' + a clear noun (postal_address, email, phone, batch). The convention is uniform and predictable.

    Tool Count5/5

    Four tools cover the core verification operations (address, email, phone, plus a batch version). This is well-scoped and avoids unnecessary bloat or redundancy.

    Completeness5/5

    The tool surface covers the essential contact verification methods (postal, email, phone) and adds batch processing for efficiency. The descriptions explicitly disclaim unsupported features (e.g., phone line type, identity confirmation), making the scope clear with no obvious gaps.

  • Average 4.4/5 across 4 of 4 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 2 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.

    If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.

    MCP servers without a LICENSE cannot be installed.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations, the description carries full responsibility and does well: it discloses that line type is not reported (a common expectation), that Premium mode is not assumed, and warns against using output for SMS deliverability. This goes beyond the basic 'validates' claim and informs the agent of significant behavioral limitations.

    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?

    The description is two sentences, front-loaded with the primary purpose, followed by critical limitations. Every sentence adds value, and it is compact without any filler.

    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?

    For a one-parameter verification tool with no output schema or annotations, the description covers validity checks, standardization, and critical exclusions. It stops short of specifying the exact return structure or error behavior, but given the simplicity, it is adequately complete for an agent to call it correctly.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    The single parameter phoneNumber is fully covered by the schema description ('any common format'). The tool description adds no additional parameter constraints or format details beyond the schema, so the baseline of 3 applies.

    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?

    The description clearly states the tool verifies phone number validity and returns a standardized version, with a specific verb and resource. It also distinguishes itself from siblings (verify_email, verify_postal_address) by focusing on phone, and explicitly notes a limitation (no line type detection). This allows an agent to select it correctly among siblings.

    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?

    The description gives a clear context of use: validating and standardizing phone numbers. It includes an explicit exclusion: 'Do not use this tool's output to infer SMS deliverability,' which prevents misuse. However, it does not directly reference alternative tools for other data types, so it leaves a small gap in routing to siblings.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals that the tool checks a local cache before calling Melissa and is subject to the same per-session call budget as the single-record tools. This adds meaningful context beyond a simple 'verify' action, though it does not mention return format or error behavior.

    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?

    The description is two sentences, tightly packed with actionable guidance. The primary usage directive is front-loaded, and the constraints (cache, budget, mutual exclusivity) follow logically. No filler or redundancy; every sentence earns its place.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness3/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Given the tool's complexity (batch verification, three mutually exclusive parameters, no annotations, no output schema), the description covers the essential context: when to use it, the mutual exclusivity rule, and key behavioral constraints. However, it omits the return structure, any batch size limits beyond the budget, and error semantics, so it is not fully complete.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 0%, so the description must compensate for parameter documentation. It clarifies that exactly one of the three arrays must be provided, which is a crucial semantic not encoded in the schema. However, it does not describe the structure of address objects or the format of email/phone strings, leaving much to the schema. This partially compensates for the coverage gap.

    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?

    The description clearly states the tool verifies addresses, emails, or phone numbers in batch, and explicitly contrasts it with the single-record siblings by saying 'Use this instead of calling verify_postal_address, verify_email, or verify_phone in a loop.' This distinguishes it from related tools and conveys a specific verb-resource pair.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines5/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    It gives an explicit directive: 'Use this instead of calling ... in a loop,' which tells the agent exactly when to choose this tool over the single-record ones. It also states the cardinality constraint, 'Provide exactly one of addresses, emails, or phoneNumbers,' covering a key usage rule that the schema does not enforce.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior5/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries the full burden of behavioral disclosure. It states the return values (verification level, corrected address, persistent identifier), discloses a limitation (cannot confirm newly built addresses), and interprets results ('not confirmed' means unknown, not fabricated). It also warns against misinterpreting verification as evidence of person association. This is thorough transparency.

    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?

    The description is comprehensive yet efficient. It opens with the core function, then covers return values, usage guidance, and important limitations without redundancy. Every sentence contributes to the agent's understanding, making it well-structured and appropriately sized for the tool's complexity.

    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?

    The tool has no output schema, and the description compensates by naming the three return components (verification level, corrected address, persistent identifier). It also covers usage, limitations, and interpretation. However, it doesn't describe the specific response structure or possible verification levels, which would be useful for full completeness. Overall, it provides sufficient context for correct invocation.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 80%, so the schema already documents most parameters. The description does not add parameter-specific semantics beyond the schema's descriptions; it only mentions 'using maintained postal reference data,' which pertains to data source rather than parameter meaning. This aligns with the baseline of 3 for high schema coverage.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly identifies the tool's function with a specific verb and resource: 'Checks whether a postal address exists and is deliverable.' It is unambiguous about the resource type, which inherently differentiates it from siblings like verify_email and verify_phone. However, it does not explicitly name or contrast itself against sibling tools, so it falls short of full explicit differentiation.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines5/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description provides explicit when-to-use guidance ('Call this before any action that depends on an address being real: shipping, billing, account creation, or writing an address to a system of record') and explicit when-not-to-use guidance ('Do NOT use this to look up who lives at an address, and do not treat a verified address as evidence that a particular person is associated with it'). It covers both positive and negative use cases clearly, even though it doesn't name alternative tools.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations, the description carries the full burden. It discloses the return values (confidence score 0-100 and result codes) and clarifies a key limitation (deliverable does not confirm control). It does not mention error handling, rate limits, or side effects, but for a read-only verification tool, these are minor. This is solid transparency for the core behavior.

    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?

    The description is three sentences, front-loading the core purpose, then covering return values, recommended usage, and a critical caveat. There is no fluff or repetition; each sentence earns its place. The structure is well organized and easy to scan.

    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?

    For a single-parameter tool with no output schema, the description covers the what, the return type, when to use, and a limitation. The only gap is not detailing the specific result codes or their meanings, but this may be acceptable given the lack of an output schema and the tool's simplicity. It is largely complete for an agent to call correctly.

    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% and the parameter is well-described ('Email address to verify'). The description adds semantic nuance by clarifying that the email is checked for deliverability, not just format, which goes beyond the schema's literal definition. This adds value without redundancy.

    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?

    The description states a specific action ('Checks whether an email address is deliverable, not merely well-formed') with a clear resource (email). It distinguishes from siblings by focusing on deliverability, not format validation, and the sibling names (verify_phone, verify_postal_address) clearly differ. It is unambiguous and specific.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines5/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description provides explicit when-to-use guidance ('Call this before sending anything time-sensitive or before treating an email address as a verified contact channel') and an explicit exclusion ('Do NOT use this as an identity check'). It also explains why the exclusion matters, which helps an agent choose correctly among alternatives.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

contact-verification-mcp MCP server

Copy to your README.md:

Score Badge

contact-verification-mcp MCP server

Copy to your README.md:

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/D2Emerge/contact-verification-mcp'

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