MCP servers for
SIP infrastructure
Hosted Model Context Protocol servers that give LLMs access to SIP documentation and tools. Connect Claude, GPT, or any MCP-compatible client in seconds.
View ServersAvailable Servers
Each server is hosted and ready to use. Point your MCP client at the URL and start building.
Kamailio Docs
LiveComplete Kamailio module documentation across 7 versions and 220+ modules, converted from DocBook XML to Markdown.
More coming soon
Additional SIP-related MCP servers are in development. Stay tuned.
Kamailio Docs MCP
Kamailio module documentation sourced directly from the official git repository, pre-converted from DocBook XML to Markdown, and served over the MCP Streamable HTTP transport.
Get Started
Claude Code
claude mcp add kamailio-docs --transport http https://kamailio-doc.sipmcp.com
Claude Desktop / Other MCP Clients
{
"mcpServers": {
"kamailio-docs": {
"url": "https://kamailio-doc.sipmcp.com"
}
}
}
Tools
Enumerate all supported Kamailio versions.
["6.1", "6.0", "5.8", "5.7", "5.6", "5.5", "5.4"]
List all documented modules for a specific version, sorted alphabetically.
["acc", "alias_db", "app_lua", "auth", ...]
Retrieve the full admin guide for a module as Markdown. Contains parameters, functions, examples, and more.
# ACC Module\n\nTransaction accounting module...
Find modules by name with case-insensitive substring matching.
["dialog", "dialog_ng"]