MCP Braze
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP server. | 3000 |
| NODE_ENV | No | Node environment. | production |
| LOG_LEVEL | No | Logging level. | info |
| SENTRY_DSN | No | Optional Sentry DSN. | |
| BRAZE_APP_ID | No | Optional Braze app identifier. | |
| BRAZE_API_KEY | Yes | Your Braze API key. | |
| CACHE_ENABLED | No | Enable caching. | true |
| CACHE_MAX_SIZE | No | Maximum cache size. | 1000 |
| CACHE_TTL_SECONDS | No | Cache TTL in seconds. | 300 |
| RATE_LIMIT_ENABLED | No | Enable rate limiting. | true |
| SENTRY_ENVIRONMENT | No | Sentry environment. | production |
| BRAZE_REST_ENDPOINT | Yes | Your Braze REST endpoint (e.g., https://rest.iad-01.braze.com). | |
| CIRCUIT_BREAKER_ENABLED | No | Enable circuit breaker. | true |
| CIRCUIT_BREAKER_THRESHOLD | No | Circuit breaker failure threshold. | 5 |
| CIRCUIT_BREAKER_RESET_TIMEOUT | No | Circuit breaker reset timeout in ms. | 60000 |
| RATE_LIMIT_REQUESTS_PER_SECOND | No | Rate limit requests per second. | 10 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/delta-and-beta/mcp-braze'
If you have feedback or need assistance with the MCP directory API, please join our Discord server