An MCP server that provides Email, Phone and Address Validation Services from Byteplant
服务器配置
{
"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>"
}
}
}
}