Authentication

Authentication

Token Access

Your MCP token is provided directly in your Brevo account settings alongside your API key. Simply:

  1. Access your Brevo account settings
  2. Navigate to the API Keys section
  3. Click on Generate a new API key
  4. Toggle "ON" Create MCP server API key
  5. Make sure to copy a safely store your credential. It has access to all read/write the operations under your account.


Example token format:

mcp_token_abc123000456ghi789jkl012mno345sss678stu000vwx234yz

Token Structure

The MCP token is a secure, pre-generated credential that provides authenticated access to your Brevo account through the MCP protocol.

🔐

Security note

The token provides full access to your Brevo account. Store securely and never expose in client-side code.


What’s Next