MCP Server
MCP
io.github.byteplant-dev/byteplant-mcp
An MCP server that provides Email, Phone and Address Validation Services from Byteplant
Install
uvx byteplant-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "byteplant-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Email Validator API Token",
"format": "string",
"isSecret": true,
"name": "EV_TOKEN"
},
{
"description": "Address Validator API Token",
"format": "string",
"isSecret": true,
"name": "AV_TOKEN"
},
{
"description": "Phone Validator API Token",
"format": "string",
"isSecret": true,
"name": "PV_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment