Skip to main content
Glama

Mailvett: Email Validation API for AI Agents

Server Details

Mailvett: validate emails. MX, provider, disposable/role/free flags, typo fix, verdict.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL
Repository
shawmena-dotcom/product-factory
GitHub Stars
0

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion or overlap between tools. The agent will always know exactly which tool to call for email validation.

Naming Consistency5/5

The tool name validate_emails follows a clear and predictable verb_noun pattern using snake_case. Even with just one tool, the naming is descriptive and consistent with common MCP conventions.

Tool Count2/5

A single tool feels too thin for a server claiming to be an email validation API for AI agents. While the tool does consolidate many checks into one call, the server would be better served by at least separating concerns or providing complementary tools for deeper investigation.

Completeness4/5

The tool covers a wide range of validation dimensions: syntax, MX, disposable, role, free provider, typo suggestion, domain age, SPF, and DMARC. The main gap is the lack of SMTP-level mailbox existence checking, though the description explicitly discloses this limitation, so agents can set expectations accordingly.

Available Tools

1 tool
validate_emailsValidate email addresses (no SMTP probing)A
Read-onlyIdempotent
Inspect

Check up to 10 email addresses: syntax, whether the domain exists and has mail servers (MX), mail provider, disposable, role account (info@, sales@), free provider, likely typo with a suggested fix, domain age, SPF and DMARC. Returns verdict (deliverable_likely/risky/undeliverable/invalid), score 0-100 and reason codes per address. Does not verify that the mailbox itself exists.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailsYesEmail addresses, also "Name <email>" or mailto: links. Up to 10.

TDQS

A4.1/5.0
Behavior4/5

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

The description goes beyond the annotations by disclosing that it does not verify mailbox existence (a key behavioral limitation) and specifying the output structure (verdict, score, reason codes). The title also clarifies no SMTP probing. This adds meaningful context on top of readOnlyHint and idempotentHint, though it does not mention potential network latency or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is informative but slightly long; each sentence contributes meaning (checks, output, limitation) and the structure is front-loaded with the action. It avoids redundancy and is organized logically, though it could be trimmed by merging some of the enumerated checks into a more compact list.

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?

Given there is no output schema, the description adequately explains the return format (verdict, score, reason codes) and the limitation of not verifying mailbox existence. It covers the key aspects an agent needs to call the tool correctly and interpret results. Missing details like error handling or timeouts are minor given the simplicity and the annotations.

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 input schema already provides 100% coverage for the 'emails' parameter, including accepted formats ('Name <email>' or mailto: links) and the 10-item limit. The description adds no new parameter details beyond reiterating 'up to 10', so it does not enhance the schema's semantic value.

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 a specific verb ('Check') and resource ('email addresses'), enumerating the exact checks performed (syntax, MX, provider, etc.) and the output format. This fully distinguishes the tool's purpose and is unambiguous, even without 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 provides clear context on when to use the tool (validating email deliverability) and explicitly states a limitation ('Does not verify that the mailbox itself exists'), which informs when not to use it. However, it does not name alternatives since there are no sibling tools, and it could be more explicit about use cases, but the limitation serves as guidance.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • First observedvalidate_emails

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Keyless email validation: disposable/burner, role-account, and free-provider detection, MX checks, and typo suggestions. Tools: check_email, check_domain.
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides email verification as an MCP tool, checking format, disposable domains, and mail server availability with structured results.
    -
  • A
    license
    A
    quality
    D
    maintenance
    Provides email validation and domain configuration auditing tools for AI assistants, enabling single address checks, bulk list cleaning, SPF verification, and full mail setup grading (A-F) with actionable fixes.
    4
    33 npm
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.