engineer-mcp-server

Install and configure the Braze MCP server for Braze REST API access.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/delta-and-beta/braze-agency --skill engineer-mcp-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: engineer-mcp-server
Source: https://github.com/delta-and-beta/braze-agency/tree/main/skills/engineer-mcp-server
Command: npx skills add https://github.com/delta-and-beta/braze-agency --skill engineer-mcp-server

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Braze MCP server integration enables AI assistants to access Braze REST APIs programmatically through the Model Context Protocol, reducing manual setup and enabling automated workflows.

Core Features & Use Cases

  • MCP Server Setup: configure, authenticate, and run the MCP server locally or in a hosted environment.
  • MCP Server Usage: execute MCP functions, chain tool calls, and handle Braze responses within Claude Code workflows.
  • MCP Available API Functions: expose Braze endpoints for users, campaigns, analytics, catalogs, and more.

Quick Start

Install and configure the Braze MCP server, then register it with Claude Code to enable programmatic Braze API calls.

Frequently Asked Questions about engineer-mcp-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access Braze REST APIs through Claude Code workflows?

You can access Braze REST APIs in Claude Code by installing and configuring the Braze MCP server, which exposes programmatic endpoints for developer tooling, authentication, and tool calls. The server enforces proper authentication and returns structured Braze API responses or errors.

What is the Model Context Protocol server used for in Braze API integration?

The Model Context Protocol server is used to expose Braze REST API endpoints programmatically, enabling AI assistants to execute MCP functions, chain tool calls, and handle Braze responses for users, campaigns, analytics, and catalogs within automated workflows.

How do I set up and authenticate the Braze MCP server locally?

To set up the Braze MCP server, install and configure it locally or in a hosted environment, then register it with Claude Code. The skill enforces proper endpoint configuration and authentication, allowing you to run programmatic Braze API calls immediately.

Can I use the MCP server to chain multiple Braze API tool calls?

Yes, the MCP server supports executing MCP functions and chaining tool calls together. You can chain requests for users, campaigns, and analytics endpoints within Claude Code workflows, receiving structured Braze API responses or structured errors for each call.

Do I need a hosted environment to run the Braze MCP server?

No, you do not need a hosted environment. The Braze MCP server can be configured, authenticated, and run locally or in a hosted environment, providing flexibility for developer tooling and function discovery within your preferred infrastructure.

What Braze API endpoints are available through the MCP server?

The MCP server exposes Braze REST API endpoints for users, campaigns, analytics, catalogs, and more. It handles endpoint configuration and function discovery, returning Braze API responses or structured errors directly within Claude Code workflows.