MCP.so
Sign In
B

Byteplant Mcp

@byteplant-dev

About Byteplant Mcp

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

Basic information

Category

Other

Transports

stdio

Publisher

byteplant-dev

Submitted by

byteplant-dev

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Byteplant Mcp?

Byteplant Mcp is an MCP server that integrates Byteplant's Email-Validator, Phone-Validator, and Address-Validator APIs to provide real-time validation in any MCP-compatible client. It is intended for developers and businesses needing to verify contact data directly from tools like Claude Desktop.

How to use Byteplant Mcp?

Install the Python package with pip install byteplant-mcp, then add a server entry to your MCP client configuration (e.g., Claude Desktop's mcpServers JSON) specifying the Python interpreter and the module -m byteplant-mcp. Set environment variables EV_TOKEN, PV_TOKEN, and AV_TOKEN with the corresponding Byteplant API tokens.

Key features of Byteplant Mcp

  • Email validation with deliverability status and details
  • Phone number validation (status, line type, carrier, location)
  • Postal address validation with standardized output
  • Local execution as a fast MCP server
  • Easy integration with Claude Desktop
  • Supports multiple validation APIs in one toolset

Use cases of Byteplant Mcp

  • Validate email addresses in real time during customer sign-up
  • Verify phone numbers and determine line type (mobile, landline, etc.)
  • Standardize and geocode postal addresses for shipping or CRM
  • Check contact data quality directly from an AI assistant or workflow

FAQ from Byteplant Mcp

What API keys are required?

You need Byteplant API keys: EV_TOKEN for Email Validator, PV_TOKEN for Phone Validator, and AV_TOKEN for Address Validator. Tokens for unused services can be left empty.

What are the runtime requirements?

Python 3.12 or higher and an MCP-compatible client (e.g., Claude Desktop). The server runs locally and communicates via stdin/stdout.

How do I configure Byteplant Mcp in Claude Desktop?

Add an entry to the mcpServers object in Claude Desktop's configuration JSON, with the command pointing to your Python interpreter and arguments ["-m", "byteplant-mcp"], plus environment variables for the API tokens.

What information does the email validation return?

The validation returns a status code, short and full descriptions, an indicator of whether the email is from a freemail provider, and rate-limit usage details.

Are all three API tokens mandatory?

No. Only the tokens for the validation services you intend to use are necessary; you can omit or leave empty the others.

Comments

More Other MCP servers