Inspect and control Asterisk (AMI) and FreeSWITCH (ESL) PBX servers from your AI assistant.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
pbx-mcp · npm · 0.1.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ictinnovations/pbx-mcp",
"description": "Inspect and control Asterisk (AMI) and FreeSWITCH (ESL) PBX servers from your AI assistant.",
"repository": {
"url": "https://github.com/ictinnovations/pbx-mcp",
"source": "github"
},
"version": "0.1.2",
"websiteUrl": "https://ictinnovations.com",
"packages": [
{
"registryType": "npm",
"identifier": "pbx-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Hostname or IP of the Asterisk server. Set this to enable the Asterisk tools.",
"format": "string",
"name": "ASTERISK_AMI_HOST"
},
{
"description": "Asterisk Manager Interface port. Defaults to 5038.",
"format": "number",
"default": "5038",
"name": "ASTERISK_AMI_PORT"
},
{
"description": "AMI username from manager.conf.",
"format": "string",
"name": "ASTERISK_AMI_USERNAME"
},
{
"description": "AMI secret from manager.conf.",
"format": "string",
"isSecret": true,
"name": "ASTERISK_AMI_PASSWORD"
},
{
"description": "Connect to AMI over TLS. Set true if tlsenable=yes in manager.conf.",
"format": "boolean",
"default": "false",
"name": "ASTERISK_AMI_TLS"
},
{
"description": "Hostname or IP of the FreeSWITCH server. Set this to enable the FreeSWITCH tools.",
"format": "string",
"name": "FREESWITCH_ESL_HOST"
},
{
"description": "FreeSWITCH inbound event socket port. Defaults to 8021.",
"format": "number",
"default": "8021",
"name": "FREESWITCH_ESL_PORT"
},
{
"description": "Event socket password from event_socket.conf.xml. Defaults to ClueCon, which you should change.",
"format": "string",
"isSecret": true,
"name": "FREESWITCH_ESL_PASSWORD"
},
{
"description": "Unlocks call control. When false the server is read-only and the originate and hangup tools are not registered at all. Placing a call on a live trunk costs real money, so leave this off unless you mean it.",
"format": "boolean",
"default": "false",
"name": "PBX_MCP_ALLOW_WRITE"
},
{
"description": "Per command timeout in milliseconds. Defaults to 10000.",
"format": "number",
"default": "10000",
"name": "PBX_MCP_TIMEOUT_MS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-12T05:42:42.345864Z",
"publishedAt": "2026-08-12T05:42:42.345864Z",
"updatedAt": "2026-08-12T05:42:42.345864Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.