callmcp

CallMCP/callmcp
★ 0 stars TypeScript AI/LLM Updated 4d ago
One MCP server, any call provider — fully local, fully hosted, or bring your own frontier model. Universal telephony driver contract for AI agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "callmcp": {
      "command": "npx",
      "args": [
        "-y",
        "CallMCP/callmcp"
      ]
    }
  }
}

README Excerpt

CallMCP is a single [Model Context Protocol](https://modelcontextprotocol.io) server that defines **one** tool contract — 14 tools, identical schemas, identical error shapes — for outbound/inbound telephony: calls, SMS, recordings, transcripts, and phone-number lifecycle. Point it at a hosted backend, a fully local backend, or a bring-your-own-key composed backend, and your agent code doesn't change. What changes is *which* tools are present (via capability-gated dynamic discovery), never the sh

Tools (4)

buy_numberend_callget_recordingsend_sms