xpay tools logo
  • Tools
  • Collections
  • Skills
  • Docs
  • xpay.sh
  1. Home
  2. ›
  3. Providers
  4. ›
  5. Telnyx

Telnyx logo

Telnyx

3 tools

$0.01/call

SMS, voice calls, phone numbers, cloud storage, and AI assistants via Telnyx API

​
​
How it works ↓
Get Api Endpoint Schema
get_api_endpoint_schema

Get the schema for an endpoint in the Telnyx TypeScript API. You can use the schema returned by this tool to invoke an endpoint with the `invoke_api_endpoint` tool.


flat

$0.01/call

List Api Endpoints
list_api_endpoints

List or search for all endpoints in the Telnyx TypeScript API


flat

$0.01/call

Invoke Api Endpoint
invoke_api_endpoint

Invoke an endpoint in the Telnyx TypeScript API. Note: use the `list_api_endpoints` tool to get the list of endpoints and `get_api_endpoint_schema` tool to get the schema for an endpoint.


flat

$0.01/call

Connect Telnyx tools
​
​

Cursor

Claude Code

Claude Desktop

Windsurf

VS Code

Cline

Roo Code

ChatGPT

Gemini CLI

Amazon Q

Goose

Augment

n8n

API / cURL

AI SDK

TypeScript SDK

Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "telnyx": {
      "url": "https://telnyx.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
Or connect all tools

Access all tools (including Telnyx) through a single MCP connection.

https://mcp.xpay.sh/mcp?key=***
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
Agent Discovery

Machine-readable catalogs for LLM agents and automation.

llms.txt — Human-readable tool catalog
curl https://xpay.tools/llms.txt
agents.txt — Structured JSON for agents
curl https://xpay.tools/agents.txt
skill.md — Claude Code skill
curl https://xpay.tools/skill.md
Pricing

Pay per tool call. No subscriptions.

3 Telnyx tools available
About Telnyx

Telnyx on xpay — Communications APIs without the account friction

Telnyx is a carrier-grade communications platform offering SMS, voice calls, phone number management, cloud storage, and AI assistants. Developers typically use Telnyx to add programmable voice and messaging to applications, manage virtual phone numbers, or build AI-powered call handling systems. On xpay, you call Telnyx endpoints directly through MCP without signing up for a Telnyx account—xpay holds the credentials and bills per call.

What's available

  • list_api_endpoints — Discover and search all available endpoints in the Telnyx TypeScript API. Useful for exploring what's callable before you invoke it.
  • get_api_endpoint_schema — Retrieve the full schema (parameters, response shape, required fields) for any Telnyx endpoint. Use this to understand what arguments an endpoint expects.
  • invoke_api_endpoint — Execute any Telnyx endpoint with your chosen arguments. This is the primary tool for sending SMS, initiating calls, managing phone numbers, or accessing other Telnyx capabilities.

When Telnyx is the right tool

  • You need to send SMS or MMS messages programmatically at scale.
  • You're building a voice application (inbound/outbound calls, IVR, call recording).
  • You need to provision, manage, or port virtual phone numbers.
  • You want to integrate AI-powered call handling or transcription.
  • You're prototyping a communications feature and want to avoid account setup overhead.
  • You need a carrier-grade SLA and global routing for voice and messaging.

When to choose something else

  • You need email delivery—use SendGrid, Resend, or Mailgun instead.
  • You only need basic HTTP webhooks or event streaming—a simpler event bus may suffice.
  • You need SMS at extreme scale with custom carrier relationships—consider direct carrier APIs or Twilio's enterprise tier.
  • Your use case is one-off testing and you don't need persistent phone numbers—a temporary SMS service like Temp Mail may be faster.
  • You need video conferencing—Telnyx does not offer this; use Daily, Twilio Video, or Jitsi.

Pricing snapshot

ToolPrice per call
list_api_endpoints$0.01
get_api_endpoint_schema$0.01
invoke_api_endpoint$0.01

Note: The $0.01 per-call price on xpay covers the MCP wrapper and xpay infrastructure. Actual Telnyx service costs (SMS, voice minutes, phone number rental) are billed separately by Telnyx and depend on your usage. xpay pricing is transparent and per-call—no subscription, no minimums.

Quickstart

Install the Telnyx MCP in Claude Code:

claude mcp add --transport http telnyx "https://telnyx.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"

Replace YOUR_XPAY_KEY with your xpay API key (get one free at https://xpay.tools after email or Google signup).

Once connected, ask Claude to use list_api_endpoints to find what you can call, then get_api_endpoint_schema to see the parameters, then invoke_api_endpoint to execute. For example: "Use list_api_endpoints to find SMS endpoints, then show me the schema for sending an SMS, then send a test message."

Alternative: Connect all xpay providers at once

claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"

With the unified endpoint, use xpay_discover("telnyx") to find Telnyx tools, xpay_details("telnyx/invoke_api_endpoint") to inspect them, and xpay_run("telnyx/invoke_api_endpoint", {...}) to call them.

For Cursor, Windsurf, Cline, or VS Code (Copilot):

Add this entry to your mcp.json file:

{
  "mcpServers": {
    "telnyx": {
      "url": "https://telnyx.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}

Why route Telnyx through xpay?

  • No Telnyx signup. xpay holds the credentials; you authenticate once with your xpay key and immediately access Telnyx endpoints.
  • Pay per call, not per month. No subscription, no minimum spend. A single exploratory API call costs $0.01; scale up only when you're ready.
  • MCP-native integration. Telnyx tools appear as native MCP resources in Claude Code, Cursor, and other MCP clients—no custom wrappers or SDK installation needed.
  • Unified billing across providers. If you also use Tavily, Apollo, or other xpay providers, one invoice covers everything.
  • Transparent pricing. See exactly what each call costs before you make it. No surprise bills or hidden tiers.

FAQ

See the FAQ section below for common questions about setup, pricing, and use cases.

Frequently Asked Questions

Telnyx is a carrier-grade communications platform for SMS, voice calls, phone numbers, and AI-powered call handling. Developers use it to add programmable messaging and voice to applications, manage virtual phone numbers globally, or build AI assistants that handle inbound calls. It's ideal for customer communication workflows, two-factor authentication, call centers, and IVR systems.

No. xpay holds the Telnyx credentials on your behalf. You sign up once with xpay (email or Google), get an API key, and immediately access Telnyx endpoints through MCP. You never create a Telnyx account or manage Telnyx credentials yourself.

Each call to a Telnyx endpoint (list, schema lookup, or invoke) costs $0.01 on xpay. This covers the MCP wrapper and xpay infrastructure. Underlying Telnyx service costs (SMS delivery, voice minutes, phone number rental) are billed separately by Telnyx based on your actual usage and are not included in the $0.01 per-call xpay fee.

Run `claude mcp add --transport http telnyx "https://telnyx.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"` in your terminal, replacing `YOUR_XPAY_KEY` with your xpay API key from https://xpay.tools. Once added, Claude will have access to Telnyx tools and can invoke them by name.

Yes. Add an entry to your `mcp.json` configuration file with the URL `https://telnyx.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY`. Cursor, Windsurf, Cline, and VS Code with Copilot will then recognize Telnyx tools as available MCP resources.

`list_api_endpoints` discovers all callable Telnyx endpoints, `get_api_endpoint_schema` retrieves the parameters and response format for any endpoint, and `invoke_api_endpoint` executes the endpoint with your chosen arguments. Together, they let you explore and call any Telnyx capability—SMS, voice, phone numbers, and more.

Use Telnyx for SMS, MMS, voice calls, phone number management, and AI-powered call handling. Use SendGrid or Resend for email, Twilio Video for video conferencing, or a simpler event bus if you only need webhooks. Telnyx is best when you need carrier-grade reliability and global routing for voice and messaging.

Yes. Run `claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"` to connect the unified xpay endpoint. Then use `xpay_discover()` to find tools across all providers, `xpay_details()` to inspect them, and `xpay_run()` to invoke them. This is useful if you want to mix Telnyx with other APIs like Tavily or Apollo in the same conversation.

xpay tools logo

Marketplace for AI Capabilities. Run agents, tools & prompts with pay-per-use micropayments.

or ask your AI app
Popular Tools
FirecrawlTavilyExaHunterPerplexityRecraftIdeogramFlux
Collections
AI Image & MediaContent & ResearchDev ToolsFinanceLead GenWeb ScrapingCompetitive Intel
Developers
DocumentationAPI ReferenceQuickstartSDKsSkillsskill.mdllms.txt
Resources
The Agentic EconomyAgentic CommerceAgent Frameworksx402 ProtocolBlog
Company
About xpayxpay.shGitHubDiscordTwitter / X

© 2026 Agentically Inc. All rights reserved.
Privacy PolicyTerms of Service
✦
xpay Assistant
Telnyx Tools

Ask me about tools, pricing, or how to connect

What tools does Telnyx offer?
How do I connect via MCP?
Show me pricing
DocsCollectionsExplore