# Telnyx (verified)

Cloud communications platform. Send messages, make calls, manage phone numbers, and configure networking APIs.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add telnyx

# Browse available tools
npx -y @smithery/cli@latest tool list telnyx

# Get full schema for a tool
npx -y @smithery/cli@latest tool get telnyx get_api_endpoint_schema

# Call a tool
npx -y @smithery/cli@latest tool call telnyx get_api_endpoint_schema '{}'
```

## Direct MCP Connection

Endpoint: `https://telnyx.run.tools`

## Tools (3)

- `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 …
- `list_api_endpoints` — List or search for all endpoints in the Telnyx TypeScript API
- `invoke_api_endpoint` — Invoke an endpoint in the Telnyx TypeScript API. Note: use the `list_api_endpoints` tool to get the list of endpoints a…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get telnyx <tool-name>
```
