Telnyx
docker-mcp/telnyxEnables interaction with powerful telephony, messaging, and AI assistant APIs.
Tools · 6
Get the schema for an endpoint in the Telnyx TypeScript API. You can use the schema returned by this tool to invoke an endpoint with the `invoke_api_endpoint` tool.
List or search for all endpoints in the Telnyx TypeScript API
Invoke an endpoint in the Telnyx TypeScript API. Note: use the `list_api_endpoints` tool to get the list of endpoints and `get_api_endpoint_schema` tool to get the schema for an endpoint.
Open the Telnyx Number Intelligence MCP App for phone number lookup, validation, and enrichment workflows.
Open the Telnyx Usage & Cost Explorer MCP App for usage and cost analysis.
Open the Telnyx Voice Monitor MCP App for observing and troubleshooting voice traffic.
Resources · 3
Open the Telnyx Number Intelligence MCP App for phone number lookup, validation, and enrichment workflows.
ui://number-intelligence/index.html
Open the Telnyx Usage & Cost Explorer MCP App for usage and cost analysis.
ui://usage-cost-explorer/index.html
Open the Telnyx Voice Monitor MCP App for observing and troubleshooting voice traffic.
ui://voice-monitor/index.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"telnyx": {
"url": "https://api.telnyx.com/v2/mcp",
"transport": "streamable-http"
}
}
}