telesign-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TELESIGN_API_KEY | Yes | Your TeleSign API key | |
| TELESIGN_CUSTOMER_ID | Yes | Your TeleSign customer ID |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| phoneid_get_infoB | Get detailed information about a phone number including type (mobile/landline/VoIP), carrier, and location. See docs://telesign/phone-id for details. |
| intelligence_assess_riskA | Get fraud risk score (0-1000) for a phone number. Returns recommendation: allow/flag/block. See docs://telesign/intelligence for score interpretation. |
| verifyapi_send_otpA | Send a one-time passcode (OTP) to a phone number. Returns reference_id needed for verifyapi_check_code. Supports multiple fallback channels with fallback_time. See docs://telesign/verify-api. |
| verifyapi_check_codeA | Verify an OTP code that was sent to a user. Requires the reference_id from verifyapi_send_otp. |
| verifyapi_get_statusA | Retrieve details about a verification process in progress. Use this to check the current status of a verification including channel-by-channel delivery status. |
| messaging_send_smsC | Send an SMS message to a phone number. See docs://telesign/messaging-sms for message types and delivery codes. |
| docs_searchA | Search TeleSign documentation. Use for error codes, API details, best practices, etc. |
| docs_getB | Get complete documentation for a TeleSign topic. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| telesign-overview | TeleSign overview documentation |
| telesign-phone-id | TeleSign phone-id documentation |
| telesign-intelligence | TeleSign intelligence documentation |
| telesign-verify-api | TeleSign verify-api documentation |
| telesign-messaging-sms | TeleSign messaging-sms documentation |
| telesign-error-codes | TeleSign error-codes documentation |
| telesign-best-practices | TeleSign best-practices documentation |
TDQS
Scored across 8 tools
All tools have clearly distinct purposes: documentation retrieval/search, fraud risk assessment, SMS sending, phone number info, and OTP verification lifecycle. No overlap.
All tool names follow a consistent resource_action pattern in snake_case (e.g., docs_get, intelligence_assess_risk, verifyapi_send_otp). Perfectly predictable.
With 8 tools covering documentation, intelligence, messaging, phone ID, and verification, the set is well-scoped and not overwhelming. Each tool serves a clear need.
Covers core TeleSign services well, including OTP lifecycle and fraud risk. Missing voice verification or account management, but the core workflows are supported.