MCP profile
Github Byteplant Dev Byteplant Mcp
An MCP server that provides Email, Phone and Address Validation Services from Byteplant
Developer ToolsPackagePythonOpen SourceExternal
Last updated
March 16, 2026
Visibility
Public
ByRegistry
About This 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.
Capabilities
Email validationPhone number validationPostal address validationFast studio MCP serverLocal executionEasy integration with Claude Desktop
Tools & Endpoints
Example Workflow
https://api.email-validator.net/api/verify?EmailAddress=support@byteplant.com&APIKey=your
What Problems It Solves
- Always use commas (",") to separate address elements where needed.
- StreetAddress may contain the complete address; optional fields may be left empty.
Why Use Github Byteplant Dev Byteplant Mcp?
- Email validation
- Phone number validation
- Postal address validation
- Fast studio MCP server
- Local execution
- Easy integration with Claude Desktop
Specifications
Status
live
Industry
Developer Tools
Category
General
Server type
Package
Language
Python
License
Open Source
Verified
Yes
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)
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
1
Install
Install command
Python
pip install byteplant-mcp2
Configure
Configuration
json
{
"mcpServers": {
"byteplant": {
"command": "path/to/python/installation",
"args": ["-m", "byteplant-mcp"],
"env": {
"EV_TOKEN": "<EMAIL VALIDATOR API TOKEN>",
"PV_TOKEN": "",
"AV_TOKEN": ""
}
}
}
}Performance
Usage
Quick Reference
- Name
- Github Byteplant Dev Byteplant Mcp
- Function
- An MCP server that provides Email, Phone and Address Validation Services from Byteplant
- Transport
- Package
- Language
- Python
- Install
- pip install byteplant-mcp
- Source
- External (Registry)
- License
- Open Source
Get started
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.