Skip to content
Back to search
100
MCP live v0.1.1 MCP 2025-11-25 streamable-http

Voxplo

ai.voxplo/voxplo

Give AI agents a phone: outbound AI calls that return a summary, transcript, and extracted fields.

Uptime
100.0%
1 direct probes · 30d
Response
278ms
last probe
Tools
4
callable
Resources
6
readable
Prompts
0
available

Tools · 4

place_call

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 …

set_appointment

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_call

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_calls

List recent calls placed by your account (most recent first).

Resources · 6

llms-txt

Index of Voxplo documentation for agents: product, Agent calling API, MCP server, SDKs, webhooks, dashboard.

https://www.voxplo.ai/llms.txt
llms-full-txt

The complete Voxplo developer documentation in one text file: API, MCP, SDKs, webhooks, pricing, code examples.

https://www.voxplo.ai/llms-full.txt
index-md

What Voxplo is, who it is for, and the three ways to connect (REST, MCP, SDKs).

https://www.voxplo.ai/index.md
agents-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
openapi-json

Machine-readable OpenAPI 3.1 description of the Agent calling API at https://api.voxplo.ai/v1.

https://www.voxplo.ai/openapi.json
auth-md

Agent authentication for the hosted Voxplo MCP server: discovery, dynamic registration, authorization code flow, tokens.

https://mcp.voxplo.ai/auth.md

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "voxplo": {
      "url": "https://mcp.voxplo.ai/mcp",
      "transport": "streamable-http"
    }
  }
}