π°
Telnyx
http](https://api.telnyx.com/v2/mcp) and [sse](https://api.telnyx.com/mcp/sse) servers.
0 installs
Trust: 39 β Low
Finance
Ask AI about Telnyx
Powered by Claude Β· Grounded in docs
I know everything about Telnyx. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
telnyx-mcp
MCP server for the Telnyx API β billing, phone numbers, and messaging.
Tools
Billing
get_balanceβ Account balance, pending charges, credit limitlist_invoicesβ List all invoicesget_invoiceβ Get a specific invoiceget_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 accountget_phone_numberβ Get details of a specific phone numbersearch_available_numbersβ Search available numbers to purchaseorder_phone_numberβ Order/purchase a phone number
Messaging
send_messageβ Send an SMS messagelist_messagesβ List sent and received messageslist_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
