Skip to main content
Glama

Server Details

The Telnyx MCP server is an official implementation of the Model Context Protocol that enables AI clients (like Claude Desktop, Cursor, and OpenAI Agents) to interact with Telnyx's telephony, messaging, and AI assistant APIs. It provides comprehensive capabilities including making and managing phone calls, sending SMS/MMS messages, purchasing and configuring phone numbers, creating AI assistants with custom instructions, managing cloud storage buckets, scraping and embedding website content, and handling integration secrets. The server exists as both a local implementation and a remotely hosted version, allowing developers to integrate real-world communication infrastructure directly into AI applications.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 6 of 6 tools scored. Lowest: 3.2/5.

Server CoherenceA
Disambiguation5/5

All tools have distinct purposes: the first three are for inspecting and invoking the Telnyx API endpoints, while the last three launch separate MCP apps for specific domains. There is no overlap or ambiguity.

Naming Consistency4/5

Tool names follow two consistent patterns: 'verb_api_endpoint' for API operations and 'open_<app_name>' for launching apps. While patterns differ, they are each internally consistent and clearly indicate the tool's category.

Tool Count5/5

With 6 tools, the server is well-scoped. The API exploration tools cover essential operations (list, schema, invoke), and the app launcher tools provide access to specialized features without overloading the tool list.

Completeness5/5

The server provides a complete surface for its purpose: full API endpoint discovery and invocation, plus launching dedicated apps for number intelligence, usage/cost analysis, and voice monitoring. No obvious gaps.

Available Tools

6 tools
get_api_endpoint_schema
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
endpointYesThe name of the endpoint to get the schema for.
invoke_api_endpoint
Destructive
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
argsYesThe arguments to pass to the endpoint. This must match the schema returned by the `get_api_endpoint_schema` tool.
endpoint_nameYesThe name of the endpoint to invoke.
list_api_endpoints
Read-onlyIdempotent
Inspect

List or search for all endpoints in the Telnyx TypeScript API

ParametersJSON Schema
NameRequiredDescriptionDefault
search_queryNoAn optional search query to filter the endpoints by. Provide a partial name, resource, operation, or tag to filter the endpoints returned.
open_number_intelligence
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
actionNoOptional no-op app opener action; omit to open the app.open
open_usage_cost_explorer
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
actionNoOptional no-op app opener action; omit to open the app.open
open_voice_monitor
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
actionNoOptional no-op app opener action; omit to open the app.open

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources