Telnyx Verify Python

🌐Community
by team-telnyx · vlatest · Repository

Verifies phone number validity and carrier information using Telnyx's API via Python for reliable contact data.

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-verify-python npx -- -y @trustedskills/telnyx-verify-python
2

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

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

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

About This Skill

What it does

The telnyx-verify-python skill allows AI agents to verify phone numbers using the Telnyx Verify API. It can initiate verification sessions, check the status of ongoing verifications, and ultimately confirm if a phone number is verified. This provides a reliable way to ensure users are who they say they are by confirming ownership of a given phone number.

When to use it

  • User Registration: Automatically verify user-provided phone numbers during account creation.
  • Two-Factor Authentication (2FA): Integrate with 2FA systems for enhanced security.
  • Order Confirmation: Verify the phone number associated with an order before processing payment.
  • Customer Support Verification: Confirm a customer's identity and access to their account during support interactions.

Key capabilities

  • Initiate phone number verification sessions via SMS.
  • Retrieve the status of active verification sessions.
  • Confirm successful phone number verification.

Example prompts

  • "Verify the phone number +15551234567."
  • "Check the status of verification session abcdefg12345."
  • "Start a verification for this user's phone number: +442012345678."

Tips & gotchas

  • Requires an active Telnyx account and API key to function. Ensure your environment variables are correctly configured with your Telnyx credentials.

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
5

🌐 Community

Passed automated security scans.