BrewBoard CRM MCP Server
Provides tools to access BrewBoard café analytics (revenue, peak hours, orders, etc.) and send simulated post-visit customer messages via the Supabase database.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BrewBoard CRM MCP ServerShow me yesterday's revenue summary"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
brewboard-crm-mcp
CRM MCP server for BrewBoard café app. Connects Claude.ai to the BrewBoard Supabase database for analytics and post-visit customer messaging.
Setup
Clone this repo
npm installCopy
.env.exampleto.envand fill in valuesRun the Supabase migration in
Section 4of the implementation docnpm start
Related MCP server: mcp-postgres-query
Tools exposed
Tool | Type | Description |
| READ | Total revenue, orders, AOV for a date range |
| READ | Order volume by hour of day |
| READ | Orders and revenue per table number |
| READ | Top items by quantity sold |
| READ | Order count by day of week |
| READ | Avg session duration per table |
| READ | Daily AOV trend |
| READ | Kitchen completion time stats |
| WRITE | Simulated post-visit message |
Endpoints
GET /health— health check (no auth)GET /sse— SSE connection for Gemini/MCP client (requires Bearer token)POST /message?sessionId=X— MCP tool call handler (requires Bearer token)
Connect to Gemini / MCP Client
Configure your Gemini/MCP-compatible client with the following details:
Name:
BrewBoard CRMURL:
https://your-railway-url.up.railway.app/sseAuth header:
Authorization: Bearer YOUR_MCP_API_KEY
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/ASHITA2005/crm_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server