Give AI agents a phone. Voxplo places real outbound AI phone calls: the AI calls a person, conducts the conversation toward an objective,
and returns a summary, transcript, and structured extracted fields. Connect the hosted server at https://mcp.voxplo.ai/mcp (Streamable HTTP
+ OAuth) or run locally with npx voxplo-mcp. Tools: place_call, set_appointment, get_call, list_calls. Docs:
https://voxplo.ai/docs/agent-api/mcp
服务器配置
{
"mcpServers": {
"voxplo": {
"type": "streamable-http",
"url": "https://mcp.voxplo.ai/mcp"
}
}
}