Voxplo
ai.voxplo/voxploGive AI agents a phone: outbound AI calls that return a summary, transcript, and extracted fields.
Tools · 4
Place an outbound AI phone call toward an objective. Returns a callId immediately; the call is conducted asynchronously. Poll get_call with that callId until status is terminal (completed | no_answer …
Place an outbound AI phone call to set up a meeting. The assistant calls the person, agrees a time, and the result (poll get_call) carries outcome (appointment_set | callback_requested | declined | no…
Get the status and result of a call by id. status is one of queued | ringing | in_progress (still running, poll again) or completed | no_answer | voicemail | declined | failed (terminal). Returns summ…
List recent calls placed by your account (most recent first).
Resources · 6
Index of Voxplo documentation for agents: product, Agent calling API, MCP server, SDKs, webhooks, dashboard.
https://www.voxplo.ai/llms.txt
The complete Voxplo developer documentation in one text file: API, MCP, SDKs, webhooks, pricing, code examples.
https://www.voxplo.ai/llms-full.txt
What Voxplo is, who it is for, and the three ways to connect (REST, MCP, SDKs).
https://www.voxplo.ai/index.md
How an AI agent should use Voxplo to place and track real phone calls, with limits and safety rails.
https://www.voxplo.ai/agents.md
Machine-readable OpenAPI 3.1 description of the Agent calling API at https://api.voxplo.ai/v1.
https://www.voxplo.ai/openapi.json
Agent authentication for the hosted Voxplo MCP server: discovery, dynamic registration, authorization code flow, tokens.
https://mcp.voxplo.ai/auth.md
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"voxplo": {
"url": "https://mcp.voxplo.ai/mcp",
"transport": "streamable-http"
}
}
}