@hasna/telephony
v0.1.11
Published
Telephony platform for AI agents — SMS, WhatsApp, voice calls, TTS/STT, real-time streaming
Maintainers
Readme
@hasna/telephony
Telephony platform for AI agents — SMS, WhatsApp, voice calls, TTS/STT, real-time streaming
Install
npm install -g @hasna/telephonyCLI Usage
telephony --helptelephony sms sendtelephony sms listtelephony whatsapp sendtelephony call maketelephony call list
MCP Server
telephony-mcp39 tools available.
HTTP mode
Shared Streamable HTTP transport (stateless, localhost only):
telephony-mcp --http
# or: MCP_HTTP=1 telephony-mcpDefault port 8839 (--port / MCP_HTTP_PORT). Endpoints: GET /health, POST /mcp.
REST API
telephony-serveCloud Sync
This package supports cloud sync via @hasna/cloud:
cloud setup
cloud sync push --service telephony
cloud sync pull --service telephonyData Directory
Data is stored in ~/.hasna/telephony/.
License
Apache-2.0 -- see LICENSE
