Orchestrate enterprise customer engagement with Braze — track users, send messages, manage campaigns, and analyze segments from AI.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"braze": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-braze",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify braze credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Orchestrate enterprise customer engagement with Braze — track users, send messages, manage campaigns, and analyze segments from AI.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-braze
This MCP server gives AI agents access to Braze via 16 tools. Connect it to any Aerostack workspace and your agents can interact with Braze directly.
| Tool | Description |
|---|---|
track_users | Track user attributes, events, and purchases in Braze |
get_user_profile | Export user profiles by external IDs |
delete_user | Delete user profiles from Braze |
send_message | Send a message to users via email, push, or SMS |
create_campaign | Trigger a campaign send to recipients |
list_campaigns | List all campaigns |
get_campaign | Get details for a specific campaign |
list_segments | List all audience segments |
get_segment_details | Get details for a specific segment |
create_email_template | Create a new email template |
list_email_templates | List all email templates |
track_event | Track a specific event for a user |
list_subscription_groups | Get subscription group statuses for a user |
update_subscription_status | Update subscription group status for a user |
send_transactional_email | Send a transactional email via a campaign |
get_app_group_info | Get app group info including timezone and currency |
| Variable | Required | Description |
|---|---|---|
BRAZE_API_KEY | Yes | Your BRAZE API KEY from the service's developer settings |
BRAZE_INSTANCE_URL | Yes | See provider documentation |
Add the following secrets under Project → Secrets:
BRAZE_API_KEYBRAZE_INSTANCE_URLOnce added, every AI agent in your workspace can use Braze tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-braze \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-BRAZE-API-KEY: your-braze-api-key' \
-H 'X-Mcp-Secret-BRAZE-INSTANCE-URL: your-braze-instance-url' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"track_users","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-braze
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
Yes. The Braze MCP includes a create_campaign tool that lets Claude create campaigns in your Braze account from a plain-English prompt. You can also update and delete campaigns — no Braze UI needed.
Yes. The Braze MCP includes tools to list and retrieve campaigns from your Braze account. Claude can filter, sort, and summarize campaigns based on your instructions.
Yes. The Braze MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 16 Braze tools are available everywhere you connect it — install once on Aerostack.
Yes. The Braze MCP includes tools to update subscription status in your Braze account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Braze API.