Braze MCP server functions
The Braze MCP server exposes read and write tools that map to specific Braze REST API endpoints. For more information, see Braze MCP server.

important
The remote Braze MCP server is in Early Access. The locally hosted Braze MCP server (beta) is deprecated, remains available for now, and will not receive additional updates.
Prerequisites
Before you can use this feature, you’ll need to set up the Braze MCP server.
Available Braze API functions
Your MCP client references these tools to interact with the Braze MCP server.
Workspaces
| Tool |
API endpoint |
Access |
Description |
get_workspaces |
N/A |
read |
Discover which Braze workspaces the current OAuth access token can reach. Call this first: each returned workspace id is the app_group_id every other tool requires. |
Campaigns
| Tool |
API endpoint |
Access |
Description |
get_campaign_list |
/campaigns/list |
read |
Export a list of campaigns with name, campaign API identifier, API-campaign flag, and tags. |
get_campaign_details |
/campaigns/details |
read |
Retrieve relevant information on a specified campaign by campaign_id. |
get_campaign_dataseries |
/campaigns/data_series |
read |
Daily series of campaign stats over time (sends, opens, clicks, conversions by channel). |
Canvases
| Tool |
API endpoint |
Access |
Description |
get_canvas_list |
/canvas/list |
read |
Export a list of Canvases with name, Canvas API identifier, and tags. |
get_canvas_details |
/canvas/details |
read |
Export Canvas metadata: name, time created, current status, and more. |
get_canvas_data_series |
/canvas/data_series |
read |
Export time series data for a Canvas. |
get_canvas_data_summary |
/canvas/data_summary |
read |
Export rollups of Canvas time series data for a concise results summary. |
Catalogs
Custom attributes
| Tool |
API endpoint |
Access |
Description |
get_custom_attributes |
/custom_attributes |
read |
Export custom attributes recorded for your app, in groups of 50, alphabetical. |
Custom events
| Tool |
API endpoint |
Access |
Description |
get_events |
/events |
read |
Export custom events recorded for your app, in groups of 50, alphabetical (cursor pagination). |
get_events_list |
/events/list |
read |
Export custom event names, in groups of 250, alphabetical (page pagination). |
get_events_data_series |
/events/data_series |
read |
Occurrences of a custom event over a designated time period. |
CDI integrations
KPI
| Tool |
API endpoint |
Access |
Description |
create_media_library_asset |
/media_library/create |
create |
Upload an asset to the Braze media library through external URL or base64 file content. Exactly one upload mode must be provided. |
Messages
| Tool |
API endpoint |
Access |
Description |
get_scheduled_broadcasts |
/messages/scheduled_broadcasts |
read |
List scheduled campaigns and entry Canvases between now and a designated end_time. |
Purchases
SDK authentication
Segments
| Tool |
API endpoint |
Access |
Description |
get_segment_list |
/segments/list |
read |
Export segments with name, Segment API identifier, and analytics-tracking flag. |
get_segment_details |
/segments/details |
read |
Retrieve relevant information on a segment by segment_id. |
get_segment_data_series |
/segments/data_series |
read |
Daily series of a segment’s estimated size over time. |
Sends
| Tool |
API endpoint |
Access |
Description |
get_send_data_series |
/sends/data_series |
read |
Daily stats for a tracked send_id (API campaigns). Braze stores send analytics for 14 days after the send. |
Sessions
| Tool |
API endpoint |
Access |
Description |
get_session_data_series |
/sessions/data_series |
read |
Number of sessions for your app over a designated time period. |
Subscription groups
| Tool |
API endpoint |
Access |
Description |
get_subscription_group_status |
/subscription/status/get |
read |
Subscription state of a user in a subscription group. |
get_user_subscription_groups |
/subscription/user/status |
read |
List a user’s subscription groups. |
Templates
| Tool |
API endpoint |
Access |
Description |
get_email_templates |
/templates/email/list |
read |
List available email templates in your Braze account. |
get_email_template_info |
/templates/email/info |
read |
Get information for a specific email template. Drag-and-drop editor templates are not accepted. |
create_email_template |
/templates/email/create |
create |
Create an email template on the Braze dashboard. |
update_email_template |
/templates/email/update |
update |
Update an existing email template. |
Content blocks
Legal disclaimer
How instructions and responses are handled
The Braze MCP server receives instructions from your Third-Party Provider MCP client, such as Claude, ChatGPT, Copilot, Gemini CLI, Codex, or Cursor, exactly as that provider’s underlying AI model formulates them. When you type a request in natural language, the AI model interprets your request and translates it into one or more specific tool calls to Braze. Braze receives and executes the tool call as sent. Braze does not see your original natural-language prompt and cannot verify that the generated tool call fully or accurately reflects your intended request.
When Braze returns data or a result, that response is sent back to your Third-Party Provider MCP client, which then interprets, formats, and presents it to you. Braze does not control how the AI model presents, summarizes, or describes returned information.
Braze is not liable for instructions generated by, or responses conveyed through, any Third-Party Provider MCP client. Braze recommends not using “auto-mode” if your Third-Party Provider MCP client offers it for automatic action implementation. Review AI-generated summaries against source data in your Braze dashboard and review any AI-proposed action before implementing it through your Third-Party Provider MCP client.