Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Telnyx

docker-mcp/telnyx

Enables interaction with powerful telephony, messaging, and AI assistant APIs.

Uptime
100.0%
1 direct probes · 30d
Response
972ms
last probe
Tools
6
callable
Resources
3
readable
Prompts
0
available

Tools · 6

get_api_endpoint_schema

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_api_endpoints

List or search for all endpoints in the Telnyx TypeScript API

invoke_api_endpoint

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_number_intelligence

Open the Telnyx Number Intelligence MCP App for phone number lookup, validation, and enrichment workflows.

open_usage_cost_explorer

Open the Telnyx Usage & Cost Explorer MCP App for usage and cost analysis.

open_voice_monitor

Open the Telnyx Voice Monitor MCP App for observing and troubleshooting voice traffic.

Resources · 3

Number Intelligence

Open the Telnyx Number Intelligence MCP App for phone number lookup, validation, and enrichment workflows.

ui://number-intelligence/index.html
Usage & Cost Explorer

Open the Telnyx Usage & Cost Explorer MCP App for usage and cost analysis.

ui://usage-cost-explorer/index.html
Voice Monitor

Open the Telnyx Voice Monitor MCP App for observing and troubleshooting voice traffic.

ui://voice-monitor/index.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "telnyx": {
      "url": "https://api.telnyx.com/v2/mcp",
      "transport": "streamable-http"
    }
  }
}