Byteplant Mcp
@byteplant-dev
Byteplant Mcp について
An MCP server that provides Email, Phone and Address Validation Services from Byteplant
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
コメント