Catalog
ai.voxplo/voxplo
OfficialVoxplo
Give AI agents a phone: outbound AI calls that return a summary, transcript, and extracted fields.
Makes outbound AI calls and returns summaries, transcripts, and extracted data.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
VOXPLO_API_KEYrequiredsecretVoxplo Agent API key (starts with bys_ak_). Create one at https://voxplo.ai/account/developers
claude_desktop_config.json
{
"mcpServers": {
"voxplo": {
"command": "npx",
"args": [
"-y",
"voxplo-mcp@0.1.1"
],
"env": {
"VOXPLO_API_KEY": "<YOUR_VOXPLO_API_KEY>"
}
}
}
}