twilio-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEDALUS_AS_URL | Yes | URL of the Dedalus API server (e.g., https://as.dedaluslabs.ai). | |
| TWILIO_TEST_TO | No | Optional: Test phone number to send to (for local testing). | |
| TWILIO_TEST_FROM | No | Optional: Test phone number to send from (for local testing). | |
| TWILIO_AUTH_TOKEN | No | Your Twilio Auth Token. Use together with TWILIO_ACCOUNT_SID to derive TWILIO_BASIC_AUTH if not provided directly. | |
| TWILIO_BASIC_AUTH | No | Base64-encoded string of TWILIO_ACCOUNT_SID:TWILIO_AUTH_TOKEN. Used for HTTP Basic authentication. Can be derived from TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN if not set. | |
| TWILIO_ACCOUNT_SID | Yes | Your Twilio Account SID (e.g., ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx). Required for authentication and API calls. | |
| TWILIO_TEST_CALL_URL | No | Optional: Test call URL (for local testing). | |
| TWILIO_TEST_MESSAGE_SID | No | Optional: Test Message SID (for local testing). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/chenzhaoxuan0/twilio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server