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.

Follow AllMCPs on X (opens in a new tab)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
  • 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
  • X (@AllMCPs) β†— (opens in a new tab)
  • 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. Byteplant MCP
B
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Byteplant MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

An MCP server that provides Email, Phone and Address Validation Services from Byteplant

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.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "byteplant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "byteplant-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Documentation Overview

Byteplant Validator MCP Server

Email, Phone Number, and Address Validation for the Model Context Protocol (MCP)

This package provides an MCP server that uses Byteplant’s Email-Validator, Phone-Validator, and Address-Validator APIs to deliver real-time live validation in any MCP-compatible client.

Features

  • Email validation
  • Phone number validation
  • Postal address validation
  • Fast studio MCP server
  • Local execution
  • Easy integration with Claude Desktop

Requirements

  • Python β‰₯ 3.12
  • A Byteplant API key (one for each validator). You can register to get one here
  • MCP Client (e.g. Claude Desktop)

MCP Configuration (Claude Desktop)

1. Installation

First, install the python module. You can use local installation (like venv) or global.

Terminal
pip install byteplant-mcp

2. Configuration

Next, add the MCP server to Claude configuration.

config.json
{
	"mcpServers": {
		"byteplant": {
			"command": "path/to/python/installation",
			"args": ["-m", "byteplant-mcp"],
			"env": {
				"EV_TOKEN": "<EMAIL VALIDATOR API TOKEN>",
				"PV_TOKEN": "<PHONE VALIDATOR API TOKEN>",
				"AV_TOKEN": "<ADDRESS VALIDATOR API TOKEN>"
			}
		}
	}
}	

Byteplant's Email, Phone, and Address Validation Tools

1. validate_email

Real-Time Email Validation API

The Email Validation API returns the deliverability status and detailed information for the email that is provided as input.


API Endpoint

ParameterValue
API URLhttps://api.email-validator.net/api/verify
MethodGET or POST

Example API Request (GET)

https://api.email-validator.net/api/verify?EmailAddress=support@byteplant.com&APIKey=your API key


Input Parameters

ParameterDescription
EmailAddressEmail address to validate (string).
APIKeyYour API key (string).
TimeoutTimeout in seconds (int). Default: 10 (min 5, max 300).

API Result (JSON)

ParameterDescription
statusAPI result code. 401, 118, 119 indicate API errors:
β€’ 401 β†’ Email address missing
β€’ 118 β†’ Rate Limit Exceeded
β€’ 119 β†’ API Key Invalid or Depleted
infoShort status description.
detailsFull status description.
freemailIndicates if email is from a freemail provider (true / false).
ratelimit_remainRemaining API requests before rate limit is reached (default: 100 requests / 300s).
ratelimit_secondsSeconds remaining in the current rate-limit interval.

2. validate_phone

Real-Time Phone Validation API

The Real-Time Phone Verification API validates a single phone number in real-time.
It returns the status (VALID_CONFIRMED, VALID_UNCONFIRMED, INVALID) as well as details such as line type, carrier/operator, and location.


API Endpoint

ParameterValue
API URLhttps://api.phone-validator.net/api/v2/verify
MethodGET or POST

Example API Request (GET)

https://api.phone-validator.net/api/v2/verify?PhoneNumber=09874-322466&CountryCode=de&APIKey=your API key


Input Parameters

ParameterDescription
PhoneNumberPhone number to validate (string, URL encoded). Accepts national format or international format with leading + (+ β†’ %2B, space β†’ %20).
CountryCodeTwo-letter ISO 3166-1 country code (string). Optional if number is in international format.
LocaleIETF language tag for geocoding (string). Optional; default: en-US.
ModeValidation mode (string): express (static checks) or extensive (full validation). Optional; default: extensive.
APIKeyYour API key (string).
TimeoutTimeout in seconds (int). Optional; default: 10 (min 5, max 300).

API Result (JSON)

ParameterDescription
statusVALID_CONFIRMED, VALID_UNCONFIRMED, INVALID, DELAYED, RATE_LIMIT_EXCEEDED, API_KEY_INVALID_OR_DEPLETED
linetypeFIXED_LINE, MOBILE, VOIP, TOLL_FREE, PREMIUM_RATE, SHARED_COST, PERSONAL_NUMBER, PAGER, UAN, VOICEMAIL
locationGeographical location (city, county, state).
countrycodeTwo-letter ISO 3166-1 country code.
formatnationalPhone number in national format.
formatinternationalPhone number in international format.
mccMobile Country Code (GSM/UMTS/LTE).
mncMobile Network Code (GSM/UMTS/LTE).
ratelimit_remainRemaining API requests before rate limit is hit (default limit: 100 requests / 300s).
ratelimit_secondsSeconds remaining in current rate-limit interval.

3 validate_address

Real-Time Address Validation API

The Address Validation API returns the deliverability status and detailed information for the address that is provided as input.


API Endpoint

ParameterValue
API URLhttps://api.address-validator.net/api/verify
MethodGET or POST

Example API Request (GET)

https://api.address-validator.net/api/verify?StreetAddress=Heilsbronner Str. 4&City=Neuendettelsau&PostalCode=91564&CountryCode=de&Geocoding=true&APIKey=your API key

Input Parameters

ParameterDescription
CountryCodeTwo-letter ISO 3166-1 country code (string). Use 'XX' for international.
StreetAddressStreet/house number/building; may include unit/apartment info (string).
StreetNumberHouse number/building (optional) (string).
House number/building may be part of StreetAddress or provided separately.
AdditionalAddressInfoBuilding/unit/apt/floor etc. (optional) (string)
CityCity or locality (city, district) (optional) (string)
PostalCodeZIP / postal code (optional) (string)
StateState/province (optional) (string)
GeocodingEnable Geocoding (true/false); default: false (optional)
LocaleOutput language for countries with multiple postal languagesβ€”use only for translation; leave empty for validation. Default: local language (optional)
OutputCharsetOutput character set: us-ascii or utf-8 (default). (optional)
APIKeyYour API key (string)
TimeoutTimeout in seconds (default: 10s, min 5s, max 300s) (int)

General Usage Notes

Always use commas (",") to separate address elements where needed.

StreetAddress may contain the complete address; optional fields may be left empty.

China / Japan / Korea

Native script: Use big β†’ small order for all fields.

English script: Use small β†’ big order for all fields.

API Result (JSON)

ParameterDescription
statusVALID: address is correct and deliverable.
SUSPECT: address is incorrect and needs corrections to be deliverable, a suggested correction is provided.
INVALID: address is incorrect and not deliverable - either there is no match at all in the reference data or the address is ambiguous and there are many matches. In these cases automatic correction suggestions are not available.
DELAYED, NO_COUNTRY, RATE_LIMIT_EXCEEDED, API_KEY_INVALID_OR_DEPLETED, RESTRICTED, INTERNAL_ERROR
formattedaddressFull address in standardized format.
supplementAdditional address details (building / unit / apt / suite etc.).
streetStreet address in standardized format.
streetnumberStreet number in standardized format.
postalcodeZIP / postal code in standardized format.
cityCity in standardized format.
typeAddress type: S = Street address / P = P.O. Box, Pick-Up, or other delivery service.
rdiResidential Delivery Indicator (Commercial / Residential).
districtDistrict in standardized format.
countyCounty in standardized format.
stateState / province in standardized format.
countryTwo-letter ISO 3166-1 country code.
latitudeLatitude (for valid addresses if Geocoding is enabled).
longitudeLongitude (for valid addresses if Geocoding is enabled).
diagnosticsDetailed diagnostic hints, indicating errors in the address input.
correctionsDetailed correction hints, indicating which parts of the address input have been fixed.
ratelimit_remainNumber of API requests remaining before the API rate limit is reached (default API rate limit allows 100 API requests in 300s).
ratelimit_secondsNumber of seconds remaining in the current rate limit interval.

Environment Variables

  • EV_TOKEN: Your Email Validator API Token
  • PV_TOKEN: Your Phone Validator API Token
  • AV_TOKEN: Your Address Validator API Token You may use only the tokens for the services you use (e.g. only Email Validator), in that case leave the others tokens empty.

Contact

  • Website: https://www.byteplant.com

  • Get your API key: https://www.byteplant.com/account/

  • Email: contact@byteplant.com

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Communication View all alternatives
  • Abnormal Security MCP logoAbnormal Security MCP

    Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

    πŸ’¬ Communication0 views
    Compare vs Abnormal Security MCP β†’
  • MCP Enrichment logoMCP Enrichment

    Multi-source entity enrichment: company data, contacts, email verification, and phone validation

    πŸ’¬ Communication0 views
    Compare vs MCP Enrichment β†’
  • SenderKit logoSenderKit

    Build and send email, SMS, and push straight from your AI agent.

    πŸ’¬ Communication2 views
    Compare vs SenderKit β†’
  • LayerCall logoLayerCall

    Score an IP, email, phone, domain or device for fraud in one call, with the signals behind it.

    πŸ’¬ Communication3 views
    Compare vs LayerCall β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Byteplant MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "byteplant-mcp": { "command": "npx", "args": ["-y", "byteplant-mcp"] } }

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 PreviewByteplant MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/byteplant-mcp?style=directory)](https://allmcps.com/mcp/byteplant-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/byteplant-mcp"><img src="https://allmcps.com/api/badge/byteplant-mcp?style=directory" alt="Byteplant MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
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.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/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.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your 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 and attach your website β€” 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 Byteplant MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code