{
  "markdown": "<!-- mcp-name: io.github.stucchi/telnyx -->\n\n# telnyx-mcp\n\nMCP server for the [Telnyx API](https://developers.telnyx.com) — billing, phone numbers, and messaging.\n\n## Tools\n\n### Billing\n- `get_balance` — Account balance, pending charges, credit limit\n- `list_invoices` — List all invoices\n- `get_invoice` — Get a specific invoice\n- `get_charges_breakdown` — Charges breakdown for a date range (max 60 days)\n- `get_charges_summary` — Charges summary for a date range\n\n### Phone Numbers\n- `list_phone_numbers` — List all phone numbers on the account\n- `get_phone_number` — Get details of a specific phone number\n- `search_available_numbers` — Search available numbers to purchase\n- `order_phone_number` — Order/purchase a phone number\n\n### Messaging\n- `send_message` — Send an SMS message\n- `list_messages` — List sent and received messages\n- `list_messaging_profiles` — List messaging profiles\n\n## Installation\n\n```bash\nuvx telnyx-mcp\n```\n\n### Claude Code\n\n```json\n{\n  \"mcpServers\": {\n    \"telnyx\": {\n      \"command\": \"uvx\",\n      \"args\": [\"telnyx-mcp\"],\n      \"env\": {\n        \"TELNYX_API_KEY\": \"<your-api-key>\"\n      }\n    }\n  }\n}\n```\n\nGet your API key from [portal.telnyx.com](https://portal.telnyx.com/#/app/api-keys).\n\n## License\n\nMIT\n",
  "bytes": 1239,
  "sha": "30d1b5f79f04cbfd7459fb3fee113d94a704ac8b54c404b1bbdb516637f21c00",
  "repo_slug": "stucchi/telnyx-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_stucchi_telnyx_44a3bc42/readme"
}