io.github.platfone-com/platfone✓
io.github.platfone-com/platfone · v1.1.8
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.platfone-com/platfone",
"description": "Virtual phone numbers for AI agents — rent numbers in 200+ countries, receive SMS.",
"repository": {
"url": "https://github.com/platfone-com/mcp",
"source": "github"
},
"version": "1.1.8",
"packages": [
{
"registryType": "npm",
"identifier": "@platfone/mcp",
"version": "1.1.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Platfone API key from https://platfone.com/app/api",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PLATFONE_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.platfone.com/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}