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
Encrypted at rest, isolated from the model
Resolved from an AES-256-GCM vault at the moment of the call and attached to the request — the model never sees the secrets.
Try asking
Search the documentation at https://developers.brevo.com. Returns relevant doc passages with source URLs.
Brevo Docs MCP runs through a gateway that holds the credentials, scopes the access and records every call.
One endpoint, the same key, whichever client you use.
~/Library/Application Support/Claude/claude_desktop_config.json (Mac) · %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mewcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://gateway.mewcp.com/personal/mcp",
"--header",
"Authorization: Bearer API_KEY"
]
}
}
}Replace API_KEY with your own key.
Already have an "mcpServers" section in your config? Just add the server entry inside it.
Managed auth, hosted MCP servers, and every Gmail tool your agent needs.
Free to start.