---
name: "xpay-telnyx"
description: "SMS, voice calls, phone numbers, cloud storage, and AI assistants via Telnyx API"
version: "1.0.0"
provider: "Telnyx"
tools: 3
---

# Telnyx

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

## Telnyx

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

### Available Tools

- **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. — $0.01/call
- **list_api_endpoints**: List or search for all endpoints in the Telnyx TypeScript API — $0.01/call
- **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. — $0.01/call

### Quick Start

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

### Pricing

Pay per tool call from your XPay wallet. No subscriptions, no minimums.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 3
**Category:** Communication APIs

## When to Use

Use Telnyx tools when you need to sms, voice calls, phone numbers, cloud storage, and ai assistants via telnyx api. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools

- **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. — $0.01/call — [SKILL.md](https://xpay.tools/skills/telnyx/get-api-endpoint-schema/SKILL.md)
- **List Api Endpoints** — List or search for all endpoints in the Telnyx TypeScript API — $0.01/call — [SKILL.md](https://xpay.tools/skills/telnyx/list-api-endpoints/SKILL.md)
- **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. — $0.01/call — [SKILL.md](https://xpay.tools/skills/telnyx/invoke-api-endpoint/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("telnyx")`
2. **`xpay_details`** — Get input schema: `xpay_details("telnyx/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("telnyx/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/telnyx/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
