Telnyx Messaging Hosted Java

🌐Community
by team-telnyx · vlatest · Repository

Send and receive SMS messages via Telnyx's hosted Java SDK for robust backend integration.

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-messaging-hosted-java npx -- -y @trustedskills/telnyx-messaging-hosted-java
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "telnyx-messaging-hosted-java": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/telnyx-messaging-hosted-java"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides a Java library for interacting with the Telnyx Hosted Messaging API. It allows AI agents to send and receive SMS messages programmatically, enabling features like automated notifications, two-factor authentication, and conversational messaging experiences. The hosted nature of this service removes the need for managing your own SMS infrastructure.

When to use it

  • Automated Notifications: Send order confirmations or shipping updates to customers via SMS.
  • Two-Factor Authentication (2FA): Implement secure 2FA using SMS verification codes.
  • Conversational Messaging: Build interactive chatbots that communicate with users through text messages.
  • Appointment Reminders: Automatically send reminders for upcoming appointments.

Key capabilities

  • Sending SMS messages
  • Receiving incoming SMS messages
  • Java library integration
  • Hosted messaging service (no infrastructure management)

Example prompts

  • "Send an SMS to +15551234567 with the message 'Your order has shipped!'"
  • "Check for new SMS messages."
  • "Compose a reply to the last received SMS: 'Thank you for your message.'"

Tips & gotchas

  • Requires a Telnyx account and API key.
  • Familiarity with Java programming is necessary to integrate this skill effectively.

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.