Skip to main content
Glama

email-validator

Server Details

Validates email syntax and MX records. x402 payment required (testnet USDC).

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
URL

Available Tools

1 tool
email_validatoremail_validatorAInspect

Validates email syntax and MX records. x402 payment required (Base mainnet USDC).

ParametersJSON Schema
NameRequiredDescriptionDefault
emailsYesEmail addresses to validate
checkMxNoLook up the domain's MX records (set false to only check syntax)
paymentNox402 payment payload (base64 JSON), signed EIP-712 exact/transferWithAuthorization. Omit on the first call — the tool will return payment requirements (accepts[]) as an error result.

TDQS

A3.7/5.0
Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It states 'x402 payment required,' but fails to disclose the two-step flow (first call without payment returns accepts[] requirements), which is critical for successful invocation. It also omits return value expectations.

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 with no filler, and the core purpose is front-loaded before the payment caveat. Every word 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?

The schema provides detailed parameter semantics, but no output schema exists and the description does not explain return values or the payment error flow. The payment parameter description partially compensates, but the top-level description is not fully complete for a tool with a non-obvious payment gate.

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 coverage is 100%, and each parameter has a description. The tool description doesn't add semantic detail beyond the schema, such as formatting or constraints, so baseline 3 is appropriate.

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 uses the specific verb 'validates' with a clear resource: 'email syntax and MX records.' This precisely identifies the tool's core function, leaving no ambiguity about what it does.

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 clearly implies the tool is for email address validation, and the payment note signals a precondition. There are no sibling tools, so no alternatives or when-not-to-use conditions are needed; however, no explicit usage context is provided.

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. Dates show when Glama detected each change.

  1. 1 tool update
    • First observedemail_validator

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Real-time email verification API with syntax, MX, disposable detection, role-based flags, quality score 0-100. Built for agent outreach pipelines with pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables sending transactional emails with text or HTML body, delivery status, and message ID via Resend. Pay-per-call using x402 micropayments (USDC on Base L2), no API key or signup required.
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables MCP agents to verify email addresses using prepaid credits, with balance checks and receipt retrieval via a Streamable HTTP endpoint.
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to verify email addresses in real-time, checking syntax, DNS, MX records, and SMTP handshake, returning verdicts and deliverability scores without sending actual emails.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Only one tool exists, so there is no possibility of confusion with other tools. Its purpose is clearly distinct by default.

Naming Consistency5/5

The single tool name 'email_validator' directly mirrors the server name and follows a clear snake_case convention. With only one tool, naming consistency is trivially maintained.

Tool Count3/5

The server is extremely minimal with only one tool. While this feels thin, it aligns with the narrow purpose of email validation, making the count borderline but not inappropriate.

Completeness5/5

The tool covers both syntax validation and MX record checking, which are the core operations for the stated domain. No obvious missing functionality for a basic email validator.

Resources