Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💬 Communication
  3. Email Validator AI MCP
Email Validator AI MCP logo
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 9/22/2026, 2:16:30 PM

Email Validator AI MCP

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
emailvalidationmcpdeveloper-tools

Validates email addresses, checks MX records, and detects disposable email addresses over MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for email-validator-ai-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives💬 More in Communication

Overview

email-validator-ai-mcp MCP server exposes email validation functions through the Model Context Protocol. It provides tools for validating email addresses, checking MX records, and identifying disposable email domains. Configure it as a stdio server with the published `uvx` command or install the Python package. Reach for it when an MCP-compatible assistant needs basic email quality checks before registration, outreach, or data processing.

Use cases

•Validate email addresses before processing contact data
•Check MX records for email domains
•Detect disposable addresses during signup workflows
•Screen email inputs through an MCP-compatible assistant

Key features

•Email address validation
•MX record checks
•Disposable email detection
•MCP-compatible stdio transport
•Python package distribution

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Email Validator AI MCP.

Extracted Tool Capabilities
Email address validation
MX record checks
Disposable email detection
MCP-compatible stdio transport
Python package distribution

How Email Validator AI MCP works

What email-validator-ai-mcp MCP server does

email-validator-ai-mcp MCP server provides email-focused checks to MCP clients. The documented capabilities cover three operations: validating an email address, checking its mail-exchange records, and detecting whether an address belongs to a disposable email service.

These operations are useful when an assistant needs to assess email data during a workflow. For example, an agent can validate an address before using it, check whether the associated domain publishes MX records, or identify disposable addresses that may not be suitable for a signup or contact list.

The repository describes the project as MCP protocol compliant and publishes it under the MIT license. It also links to separate documentation and an API reference, but the supplied README does not specify detailed response schemas or validation rules.

How it works

The server communicates through MCP and is configured as a stdio process. An MCP client starts the published email-validator-ai-mcp command, then exposes the server's functions to an assistant. The README gives the tool names validate_email, check_mx, and detect_disposable as examples of how to invoke the capabilities through an assistant.

The material does not document an external API key, OAuth flow, database, or other service dependency. It also does not describe whether MX checks use DNS directly or another implementation detail, so those behaviors should not be assumed from the listing alone.

Setup and configuration

The package can be installed from PyPI with pip install email_validator_ai_mcp. The README's MCP configuration uses uvx and the package command:

config.json
{
  "mcpServers": {
    "email-validator-ai-mcp": {
      "command": "uvx",
      "args": ["email-validator-ai-mcp"]
    }
  }
}

The shown configuration is intended for claude_desktop_config.json or another MCP client configuration file. The README also states that the package can be installed with pip and then run using the email-validator-ai-mcp command with stdio transport.

No environment variables or credential settings are listed in the provided material. The repository includes a Smithery installation example, but the direct package and stdio setup are the relevant options when configuring the project itself.

Tools and capabilities

The documented tools are:

  • validate_email: validates an email address.
  • check_mx: checks MX records for an email domain.
  • detect_disposable: detects disposable email addresses.

These names are shown in the README as example requests to an assistant. The available material does not define input parameters, return values, error behavior, rate limits, or batch-processing support.

Limitations and notes

email-validator-ai-mcp MCP server is narrowly focused on email checks. The README does not claim mailbox existence verification, email delivery, enrichment, spam scoring, syntax policy customization, or bulk processing, so those functions should not be expected without additional documentation.

The project advertises broader compliance information and paid MEOK ecosystem offerings, but those references do not establish that this package requires a subscription or a paid API key. The repository identifies the software license as MIT. For exact tool schemas and implementation behavior, consult the linked project documentation or API reference before integrating it into production workflows.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Communication View all alternatives
  • Emailmd logoEmailmd

    Write and preview emails from your assistant. Renders markdown into email-safe HTML that holds up in Outlook and Gmail, lints drafts for deliverability problems, and returns a live preview link. Hosted with no API key, or run it locally with npx emailmd mcp.

    💬 Communication2 views
    Compare vs Emailmd →
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    💬 Communication11 views
    Compare vs Line Bot MCP Server →
  • Slack MCP Server logoSlack MCP Server

    The most powerful MCP server for Slack Workspaces.

    💬 Communication1 views
    Compare vs Slack MCP Server →
  • Mailverdict logoMailverdict

    Keyless email checks: disposable, role, and free-provider detection, MX, and typo suggestions.

    💬 Communication4 views
    Compare vs Mailverdict →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

npm downloads
45
Package downloads in the last 30 days.
Last commit
21d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Email Validator AI MCP

Install the Python package with `pip install email_validator_ai_mcp`, or configure the server with `uvx` using the `email-validator-ai-mcp` package command.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEmail Validator AI MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/email-validator-ai-mcp?style=directory)](https://allmcps.com/mcp/email-validator-ai-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/email-validator-ai-mcp"><img src="https://allmcps.com/api/badge/email-validator-ai-mcp?style=directory" alt="Email Validator AI MCP on AllMCPs" /></a>

Technical Specs & Signals

Category💬Communication
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
7/14 checks healthy over the last 46d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit21d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 4, 2026
npm downloads45/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
26Quality signal: Emerging · 26/100How this signal is calculated ▾
Server availability0/25
Verified ownership8/20
Documentation & tools13/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 8/18/2026 via OSV.dev

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💬 Communication →Best MCP servers for Slack & Communication →Alternatives to Email Validator AI MCP →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients