An open source Model Context Protocol server for Asterisk and FreeSWITCH. It gives an AI assistant a structured way to look at a live phone system: channels, registrations, queues, endpoints and call state.
It talks to Asterisk over AMI and ARI, and to FreeSWITCH over the Event Socket, so it works with what you already run rather than needing something new installed on the switch.
The tool surface is deliberately narrow and read-oriented. An assistant that can answer whether an extension is registered, or what is on hold right now, is useful every day. One that can hang up a customer call by accident is not, so anything that changes state sits behind explicit configuration.
Published on npm, in the MCP Registry and as a Docker image. MIT licensed.
Features
- Read-only view of channels, registrations, queues and call state