Twilio for your agents.
Connect Twilio once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 17 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Twilio.
What agents can do with Twilio
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
twilio_send_smsSend an SMS. `From` is a Twilio number you own; `To` is E.164 like +14155550100. Account SID goes in the path (use the same AC... value as the username).
twilio_list_messagesList recent messages on the account.
twilio_list_phone_numbersList the phone numbers on the account.
twilio_get_messageFetch a single message by its SID, including delivery status and error info.
twilio_list_callsList recent voice calls on the account.
twilio_make_callPlace an outbound voice call. `From` is a Twilio number you own; `To` is E.164; `Url` returns TwiML that controls the call.
twilio_get_balanceReturn the account's current balance and currency.
twilio_search_available_numbersSearch Twilio's inventory for local phone numbers to buy in a country. Filter by `AreaCode` or `Contains` (a digit pattern).
twilio_get_callGet details of a specific voice call by its SID.
twilio_update_callModify an in-progress call (e.g. redirect, end, mute).
twilio_list_recordingsList transcriptions/recordings for the account.
twilio_get_recordingGet metadata for a single recording by its SID.
twilio_delete_recordingDelete a recording by its SID.
twilio_list_conferencesList conferences on the account.
twilio_get_conferenceGet details of a single conference by its SID.
twilio_list_conference_participantsList participants in a conference.
twilio_buy_phone_numberPurchase a phone number and add it to the account.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open the Twilio Console. On the dashboard, copy your Account SID and Auth Token.
- The username is your Account SID (starts with AC).
- The password is your Auth Token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Twilio to Even: call connect_begin("twilio") on the even-connect MCP and walk me through it.
Twilio sends SMS messages and makes voice calls, lists recent messages, and tracks communication history.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.