# Telnyx MCP Node

> Access Telnyx MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/telnyxmcp-node

## Content

## Description
Access Telnyx MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `telnyxmcp_get_api_endpoint_schema`
* `telnyxmcp_invoke_api_endpoint`
* `telnyxmcp_list_api_endpoints`
* `telnyxmcp_open_number_intelligence`
* `telnyxmcp_open_usage_cost_explorer`
* `telnyxmcp_open_voice_monitor`

## Use Cases
1. **Automate Telnyx MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.