Skip to main content
Glama
0x-Professor

Twilio SMS MCP Server

by 0x-Professor

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TWILIO_AUTH_TOKENYesYour Twilio Auth Token from console.twilio.com
TWILIO_ACCOUNT_SIDYesYour Twilio Account SID from console.twilio.com
TWILIO_FROM_NUMBERYesYour Twilio phone number (e.g., +12015551234)
TWILIO_WEBHOOK_AUTH_TOKENNoOptional: Token that enables Twilio signature validation for incoming webhooks
TWILIO_MESSAGING_SERVICE_SIDNoOptional: Twilio Messaging Service SID for scheduled messages and better deliverability

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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sms_sendD
sms_send_bulkD
sms_scheduleD
sms_cancel_scheduledD
sms_list_sentD
sms_get_messageD
sms_delete_messageD
sms_list_inboxD
sms_get_conversationD
sms_mark_readD
sms_list_numbersD
sms_lookup_numberD
sms_account_infoA

Fetch account balance, status, and friendly name.

sms_redact_messageA

Redact the body of a delivered message. Twilio keeps metadata but clears the text for compliance / privacy.

sms_format_numberA

Validate a phone number and return its E.164 form, national format, and country code.

sms_usage_statsA

Retrieve daily SMS/MMS usage statistics for the account, useful for cost monitoring and analytics.

Prompts

Interactive templates invoked by user choice

NameDescription
draft_smsHelp the user draft an SMS to *to* about *topic*.
summarize_conversationSummarize all messages exchanged with *number*.

Resources

Contextual data attached and managed by the client

NameDescription
account_resourceHigh-level summary of the connected Twilio account.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0x-Professor/Twilio-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server