io.github.byteplant-dev/byteplant-mcp✓
io.github.byteplant-dev/byteplant-mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.byteplant-dev/byteplant-mcp",
"description": "An MCP server that provides Email, Phone and Address Validation Services from Byteplant",
"repository": {
"url": "https://github.com/byteplant-dev/byteplant-mcp",
"source": "github"
},
"version": "1.0.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}