Telnyx Voice Java

🌐Community
by team-telnyx Β· vlatest Β· Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add telnyx-voice-java npx -- -y @trustedskills/telnyx-voice-java
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
team-telnyx
Installs
6

🌐 Community

Passed automated security scans.