@ktmcp-cli/vonagevoice
v1.0.0
Published
Production-ready CLI for Vonage Voice API
Downloads
108
Maintainers
Readme
"Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI."
— Peter Steinberger, Founder of OpenClaw Watch on YouTube (~2:39:00) | Lex Fridman Podcast #491
Vonage Voice CLI
⚠️ Unofficial CLI - Not officially sponsored or affiliated with Vonage.
The Voice API lets you create outbound calls, control in-progress calls, stream audio, and get information about historical calls from your Vonage account.
Installation
npm install -g @ktmcp-cli/vonagevoiceQuick Start
vonagevoice config set --api-key YOUR_API_KEY --api-secret YOUR_API_SECRET
vonagevoice --helpCommands
Calls
vonagevoice calls list # List all calls
vonagevoice calls list --status answered # Filter by status
vonagevoice calls get <callId> # Get call details
vonagevoice calls create --to +15551234567 --from +15559876543 --answer-url https://example.com/ncco
vonagevoice calls hangup <callId> # Terminate a callStreams
vonagevoice streams start <callId> --url https://example.com/audio.mp3Config
vonagevoice config set --api-key KEY --api-secret SECRET
vonagevoice config showWhy CLI > MCP?
No server to run. No protocol overhead. Just install and go.
License
MIT — Part of the Kill The MCP project.
