Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Io.Github.Stucchi/Telnyx

FreeNot checked

Enables interaction with the Telnyx API for billing, phone numbers, and messaging.

GitHubEmbed

About

Enables interaction with the Telnyx API for billing, phone numbers, and messaging.

README

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

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

from github.com/stucchi/telnyx-mcp

Installing Io.Github.Stucchi/Telnyx

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/stucchi/telnyx-mcp

FAQ

Is Io.Github.Stucchi/Telnyx MCP free?

Yes, Io.Github.Stucchi/Telnyx MCP is free — one-click install via Unyly at no cost.

Does Io.Github.Stucchi/Telnyx need an API key?

No, Io.Github.Stucchi/Telnyx runs without API keys or environment variables.

Is Io.Github.Stucchi/Telnyx hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Io.Github.Stucchi/Telnyx in Claude Desktop, Claude Code or Cursor?

Open Io.Github.Stucchi/Telnyx on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Io.Github.Stucchi/Telnyx with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs