Loading languages...
TE

telephony-mcp-server

@khan2a3

A very simple no-fuss minimalist MCP Server with telephony tools like voice call and sms. This MCP Server can be integrated with LLM applications. Vonage API is used for calls, SMS, Speech-to-Text and Speech Recognition.

telephony
voice call
sms
vonage
llm integration
agentic ai

# mcpServer Config

{
  "mcpServers": {
    "telephony": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--init",
        "-e",
        "DOCKER_CONTAINER=true",
        "telephony-mcp-server"
      ]
    }
  }
}

# stdio

docker run -i --rm --init -e DOCKER_CONTAINER=true telephony-mcp-server
Transport:
stdio
ภาษา:
Python
สร้างเมื่อ:6/13/2025
อัปเดตเมื่อ:7/22/2025