Invoke Api Endpoint
invoke_api_endpointInvoke 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.
When to Use
Use this tool when you need to 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.. This is part of the Telnyx provider on xpay✦.
MCP Connection
Connect to xpay✦ to access this tool (and 2+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
How to Execute
Use the xpay✦ meta-tools to run this tool:
xpay_details— Get full input schema:xpay_details("telnyx/invoke_api_endpoint")xpay_run— Execute:xpay_run("telnyx/invoke_api_endpoint", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
args | object | Yes | The arguments to pass to the endpoint. This must match the schema returned by the get_api_endpoint_schema tool. |
endpoint_name | string | Yes | The name of the endpoint to invoke. |
Pricing
- Cost: $0.01/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- Telnyx (all tools) — 3 tools
- Get Api Endpoint Schema — $0.01/call
- List Api Endpoints — $0.01/call
Links
- Tool page: https://xpay.tools/telnyx/invoke-api-endpoint/
- Provider: https://xpay.tools/telnyx/
- All tools: https://xpay.tools/explore
How to Execute
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
args | object | Yes | The arguments to pass to the endpoint. This must match the schema returned by the `get_api_endpoint_schema` tool. |
endpoint_name | string | Yes | The name of the endpoint to invoke. |
Related Tools from Telnyx
Install Skill
Pricing
Cost
$0.01/call
Model
Flat rate
Provider
Telnyx

