Documentation
¶
Overview ¶
Package main is the entry point for the agentcall MCP server.
agentcall is a Claude Code MCP plugin that enables voice calls via phone. It showcases the agentplexus stack:
- omnivoice: Voice abstraction layer (TTS, STT, Transport, CallSystem interfaces)
- omnivoice-twilio: Twilio implementation of omnivoice interfaces
- mcpkit: MCP server runtime with ngrok integration
Usage:
export AGENTCALL_PHONE_ACCOUNT_SID=your_twilio_sid export AGENTCALL_PHONE_AUTH_TOKEN=your_twilio_token export AGENTCALL_PHONE_NUMBER=+15551234567 export AGENTCALL_USER_PHONE_NUMBER=+15559876543 export NGROK_AUTHTOKEN=your_ngrok_token ./agentcall
Click to show internal directories.
Click to hide internal directories.