Skip to main content
Glama
stucchi

io.github.stucchi/telnyx

by stucchi

telnyx-mcp

MCP server for the Telnyx API — billing, phone numbers, and messaging.

Tools

Billing

  • get_balance — Account balance, pending charges, credit limit

  • list_invoices — List all invoices

  • get_invoice — Get a specific invoice

  • get_charges_breakdown — Charges breakdown for a date range (max 60 days)

  • get_charges_summary — Charges summary for a date range

Phone Numbers

  • list_phone_numbers — List all phone numbers on the account

  • get_phone_number — Get details of a specific phone number

  • search_available_numbers — Search available numbers to purchase

  • order_phone_number — Order/purchase a phone number

Messaging

  • send_message — Send an SMS message

  • list_messages — List sent and received messages

  • list_messaging_profiles — List messaging profiles

Related MCP server: Telnyx MCP Server

Installation

uvx telnyx-mcp

Claude Code

{
  "mcpServers": {
    "telnyx": {
      "command": "uvx",
      "args": ["telnyx-mcp"],
      "env": {
        "TELNYX_API_KEY": "<your-api-key>"
      }
    }
  }
}

Get your API key from portal.telnyx.com.

License

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stucchi/telnyx-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server