Telnyx Numbers Services Python
Manages Telnyx phone numbers and related services programmatically using Python for automated provisioning and control.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-numbers-services-python npx -- -y @trustedskills/telnyx-numbers-services-python
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-numbers-services-python": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-numbers-services-python"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to Telnyx Numbers Services through a Python interface. It allows AI agents to programmatically manage phone numbers, including purchasing, releasing, and retrieving information about number status. This enables automated workflows for tasks like provisioning numbers for new users or managing inventory.
When to use it
- Automated Number Provisioning: Automatically assign phone numbers to newly registered users in an application.
- Inventory Management: Track available phone numbers and automatically release unused numbers to optimize costs.
- Dynamic Call Routing: Retrieve the status of a number before initiating a call, ensuring proper routing.
- Number Verification: Programmatically verify ownership or details associated with specific phone numbers.
Key capabilities
- Purchase Phone Numbers
- Release Phone Numbers
- Retrieve Number Status
- Python Interface for Telnyx Numbers Services
Example prompts
- "Find me available US phone numbers in the area code 212."
- "Release phone number +15551234567."
- "What is the status of phone number +15559876543?"
Tips & gotchas
- Requires a Telnyx API key to authenticate requests. Ensure this key is securely stored and accessible by the AI agent.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.