Telnyx Voice Java
Integrates Java applications with Telnyx's voice platform for programmatic call control and advanced telephony features.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-voice-java npx -- -y @trustedskills/telnyx-voice-java
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-voice-java": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-voice-java"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with the Telnyx voice API using Java. It allows for making and receiving phone calls programmatically, sending DTMF tones, and managing call state (e.g., answering, hanging up). This provides a robust foundation for building automated telephony applications within an AI agent workflow.
When to use it
- Automated Customer Service: An agent can initiate outbound calls to customers based on a queue or schedule.
- Interactive Voice Response (IVR): Build dynamic IVRs that respond to user input via voice commands and DTMF tones.
- Call Center Automation: Automate tasks like call routing, recording, and post-call summaries.
- Two-Factor Authentication: Send verification codes over the phone as part of a multi-factor authentication process.
Key capabilities
- Making outbound calls
- Receiving inbound calls
- Sending DTMF tones
- Managing call state (answer, hangup)
- Java API integration
Example prompts
- "Call John Doe at 555-123-4567."
- "Send the DTMF code '1234' to the active call."
- "Answer the incoming call and record it."
- βHang up the current call.β
Tips & gotchas
- Requires a Telnyx API key for authentication. Ensure this is securely provided to the agent.
- Familiarity with Java programming concepts will be helpful when integrating this skill into your AI agent's backend.
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.