AgentPhone✓
io.github.AgentPhone-AI/agentphone · v0.5.2
{}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.AgentPhone-AI/agentphone",
"description": "Give AI agents real phone numbers, messages, and voice calls via MCP.",
"title": "AgentPhone",
"repository": {
"url": "https://github.com/AgentPhone-AI/agentphone-mcp",
"source": "github"
},
"version": "0.5.2",
"packages": [
{
"registryType": "npm",
"identifier": "agentphone-mcp",
"version": "0.5.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your AgentPhone API key. Get one at https://agentphone.to",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AGENTPHONE_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.agentphone.to/mcp",
"headers": [
{
"description": "Bearer token for AgentPhone API authentication (format: Bearer YOUR_API_KEY). Get your key at https://agentphone.to",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}