Telnyx

Telnyx

Telnyx is a communications platform offering voice, messaging, and data services through a global private network.

84VIEWS
2666USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app telnyxnpx @composio/cli add cursor --app telnyxnpx @composio/cli add cursor --app telnyxnpx @composio/cli add cursor --app telnyx

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Network

Tool to create a new network. use when you need to provision a fresh network resource before connecting devices.

Create Notification Channel

Tool to create a notification channel. use when you need to register a channel (sms, voice, email, or webhook) to receive notifications. e.g., create a webhook channel for event callbacks.

Create Notification Profile

Tool to create a notification profile. use when you need to register a new profile to group notification channels and define notification settings.

Create Notification Setting

Tool to add a notification setting. use after creating the event condition, profile, and channel.

Delete Network

Tool to delete a network by id. use when you have obtained the network's identifier and need to remove it permanently.

Delete Notification Channel

Tool to delete a notification channel by id. use when you have the channel's identifier and need to remove it permanently.

Delete Notification Profile

Tool to delete a notification profile by id. use when you have the profile's identifier and need to remove it permanently.

Delete Notification Setting

Tool to delete a notification setting by id. use when you need to permanently remove an existing notification setting before reconfiguration.

Get User Balance

Tool to retrieve the current user account balance and credit details. use after authenticating your account to check available balance.

List Audit Logs

Tool to retrieve a list of audit log entries for your account. use when you need to review recent resource changes with optional pagination and date filters.

List Connections

Tool to retrieve all connections in your account. use when you need to list connections with pagination, filtering, and sorting.

List Dynamic Emergency Endpoints

Tool to list dynamic emergency endpoints. use when you need to retrieve dynamic emergency endpoint records, optionally filtered by status or country. example: "list all activated endpoints in us".

List Messaging Profiles

Tool to list messaging profiles. use when you need to retrieve messaging profiles with optional pagination.

List Messaging Url Domains

Tool to list configured messaging url domains. use when you need to retrieve messaging url domains for a profile.

List Mobile Network Operators

Tool to list available mobile network operators. use when you need to discover operators optionally filtered by country code, operator name, or with pagination.

List Network Interfaces

Tool to list all network interfaces for a specified network. use after retrieving a network's id to enumerate its interfaces.

List Networks

Tool to list all networks in your account. use when you need to retrieve networks with optional pagination and filtering.

List Notification Channels

Tool to list all notification channels. use when you need to retrieve and paginate existing notification channels, optionally filtering by channel type.

List Notification Event Conditions

Tool to list all notification event conditions. use when you need to retrieve and paginate notification event conditions, optionally filtering by associated record type.

List Notification Events

Tool to list all notification events. use when you need to retrieve and paginate available notification events.

20 actions available