Voxplo

by allexp1

363 downloads
Not rated
GitHub

About

Give AI agents a phone. Voxplo places real outbound AI phone calls: the AI calls a person, conducts the conversation toward an objective,

Details

Author
allexp1
Downloads
363
Categories
Other, AI

- Places real outbound AI phone calls
- Conducts conversations toward an objective
- Returns summary, transcript, and structured extracted fields
- Tools: place_call, set_appointment, get_call, list_calls
- Supports Streamable HTTP with OAuth

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Voxplo
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Connect to the hosted server at https://mcp.voxplo.ai/mcp using Streamable HTTP with OAuth, or run locally with the command npx voxplo-mcp. The server provides the tools place_call, set_appointment, get_call, and list_calls.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.