Twilio MCP server icon

Twilio

by Twilio

Communication2 toolsNo Auth Required

Twilio's MCP server searches Twilio's documentation and API specifications. Two read-only tools, no sign-in. It cannot send an SMS, place a call, or touch your account — verified live 2026-08-17.

Verified connector

Listed by Anthropic as a partner connector in its Connectors Directory.

Connection checked by Agentman on .

Anthropic states this reflects the level of review a connector received, not a security audit.

Connect Twilio via MCP

https://mcp.twilio.com/docs

Works in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.

Twilio Tools & Capabilities (2)

twilio__retrieveRead-only

Fetch full parameter schemas and response details for one or more Twilio API operations or documentation articles. Use this after twilio__search to get the complete request body fields, path/query parameters, response schema, and curator guidance needed to actually call the API. Pass the id values exactly as returned by twilio__search.

twilio__searchRead-only

Search Twilio documentation and API operations by natural language query. Use source="docs" for conceptual guides and setup questions, source="api" for finding specific API endpoints and operations, or source="all" (default) when unsure. Returns ranked documentation snippets and/or API operation summaries. Use twilio__retrieve with an id from API results to get full parameter schemas.

Read from the server on 2026-08-17, including each tool's own safety annotations.

Limits

  • It reads documentation; it does not run anything. Twilio's Limitations section states the server does not execute API calls on your behalf. No tool on the live surface sends a message, places a call, provisions a number, or reads an account.
  • Public specs only. Twilio states the index covers publicly available API specifications, published in the twilio/twilio-oai repository. An API absent from a public OpenAPI spec is absent from the index, and no private or account-scoped material is reachable.
  • Public Beta, with no SLA. Twilio's own notice states that Public Beta products are not covered by the Twilio Support Terms or the Twilio Service Level Agreement, and that features may change before general availability. Support runs through a feedback email address and GitHub issues rather than standard channels.
  • Result quality depends on your model. Twilio names this as a limitation in its own words: search result quality and how well your agent uses the results depend on the AI model powering the coding agent.
  • Version defaults can mislead. Search returns the latest version unless you pin one. Twilio's worked example is Programmable Messaging, where v2010 is legacy and v1 current — an agent that does not pin gets v1 and may write code against the wrong generation.
  • Ten IDs per retrieve, ten results per search. twilio__retrieve caps ids at 10 items; twilio__search caps limit at 10 with a default of 5, and topics at 4 of the 8 corpora. There is no pagination cursor on either tool.
  • Retrieve cannot lead. Its IDs must come verbatim from a prior search. There is no way to look up an operation by name, path, or a guessed ID.
  • No idempotency or open-world declaration. Neither tool carries idempotentHint or openWorldHint. Those axes are unstated by the server, not denied.
  • The endpoint count is inconsistent across Twilio's own pages. The MCP documentation and the directory entry both say more than 1,800 endpoints; Twilio's "Building with AI" overview page says 1,500+ twice. We report both figures rather than picking one, and neither is verifiable from the handshake.
  • We did not call either tool. Our check was a read-only tools/list handshake. Every behavioural claim above comes from the server's own schemas and descriptions, or from Twilio's published documentation.

Frequently asked questions

Can the Twilio MCP server send an SMS or place a call?

No. The server exposes exactly two tools, twilio__search and twilio__retrieve, and we read both schemas live on 2026-08-17. Neither takes a phone number, a message body, or an account credential. Twilio's own documentation states the limitation directly under a Read-only heading: the server does not execute API calls on your behalf. It returns specifications, not messages.

Do you need a Twilio account to use the Twilio MCP server?

No. Twilio's documentation lists no authentication as a feature and states that no Twilio account or API keys are needed, because the server indexes public API specifications only. Our anonymous handshake on 2026-08-17 returned both tool definitions with no credential, and the server publishes no OAuth protected resource descriptor. The prerequisites are a supported agent and network access.

What is the difference between twilio__search and twilio__retrieve?

Search takes a natural-language question and returns ranked results with IDs. Retrieve takes those IDs and returns full parameter and response schemas. Twilio calls this a search-then-retrieve workflow and says the two-step design keeps context usage efficient by fetching full detail only for operations your agent actually needs. Retrieve cannot be called first, because its IDs come from search.

Why are the tools named with a double underscore?

Twilio namespaced them itself rather than relying on the client. Both tools use generic verbs, search and retrieve, which would collide with any other connector exposing the same words. Prefixing twilio__ into the tool name makes the routing unambiguous at the model's decision point regardless of whether your MCP client adds its own server prefix. It is a defensive naming choice.

Is the Twilio MCP server covered by Twilio's SLA?

No. Twilio labels both the MCP server and Twilio Skills as Public Beta products, and states that Public Beta products are not covered by the Twilio Support Terms or the Twilio Service Level Agreement. The same notice appears on the docs page and in the twilio/ai repository, and warns that features may change before general availability.

Which Twilio products does the MCP server cover?

Publicly documented ones. The live search schema enumerates 42 product values including messaging, voice, verify, video, flex, taskrouter, sendgrid and lookups. Twilio's documentation says the index covers all publicly available Twilio OpenAPI specs plus Twilio docs, support articles, SendGrid documentation and Segment documentation. Anything absent from a public OpenAPI spec is not indexed.

Will the Twilio MCP server ever be able to call Twilio APIs directly?

Twilio says that is planned, not shipped. Its documentation lists execute-ready, OAuth-authenticated MCP tools under What's next, alongside Twilio Skills and expanded documentation coverage. Treat the read-only boundary as the current scope of this connector rather than a permanent guarantee, and re-check the tool list after any Public Beta milestone.

Sources

Use in Agentman

Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.

Open in Agentman Studio

Server Info

Category
Communication
Developer
Twilio
Tools
2
Domain
mcp.twilio.com

Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.