Agent setup

Connect your AI coding agent to Brevo's docs so it always has current API, SDK, and CLI reference
View as Markdown

Brevo’s developer docs run on a live documentation-search MCP server. Connect your AI coding agent to it and it can look up current API endpoints, SDK methods, and CLI commands while you work — instead of guessing from training data that may be out of date.

The server is read-only and requires no API key — it only searches documentation, it never touches your Brevo account. For an MCP server that can act on your account (contacts, campaigns, deals), see the Brevo MCP Server instead.

Quick setup

If your agent can fetch and act on instructions, paste this one line in:

Fetch and execute the appropriate instructions to set me up for Brevo's developer docs from https://developers.brevo.com/docs/agent-setup.md

Otherwise, follow the manual steps for your tool below.

Manual setup

$claude mcp add --transport http --scope user brevo-docs https://developers.brevo.com/_mcp/server

Other ways to feed an agent Brevo docs

No MCP client available? Two more options work with any agent that can fetch a URL:

  • Any page as markdown — append .md to any docs URL, e.g. /docs/getting-started.md.
  • Full site indexllms.txt lists every page with a one-line summary and its .md link, so an agent can find the right page without searching first.