Command Palette

Search for a command to run...

UnylyUnyly
Browse all

BrewBoard CRM Server

FreeNot checked

Connects Claude.ai to the BrewBoard Supabase database for analytics and post-visit customer messaging, exposing tools like revenue summary, peak hours, orders,

GitHubEmbed

About

Connects Claude.ai to the BrewBoard Supabase database for analytics and post-visit customer messaging, exposing tools like revenue summary, peak hours, orders, and a simulated revisit message.

README

CRM MCP server for BrewBoard café app. Connects Claude.ai to the BrewBoard Supabase database for analytics and post-visit customer messaging.

Setup

  1. Clone this repo
  2. npm install
  3. Copy .env.example to .env and fill in values
  4. Run the Supabase migration in Section 4 of the implementation doc
  5. npm start

Tools exposed

Tool Type Description
get_revenue_summary READ Total revenue, orders, AOV for a date range
get_peak_hours READ Order volume by hour of day
get_orders_by_table READ Orders and revenue per table number
get_most_ordered_items READ Top items by quantity sold
get_busiest_days READ Order count by day of week
get_table_turnover READ Avg session duration per table
get_average_order_value READ Daily AOV trend
get_order_completion_time READ Kitchen completion time stats
send_revisit_message 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 CRM
  • URL: https://your-railway-url.up.railway.app/sse
  • Auth header: Authorization: Bearer YOUR_MCP_API_KEY

from github.com/ASHITA2005/crm_mcp

Installing BrewBoard CRM Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/ASHITA2005/crm_mcp

FAQ

Is BrewBoard CRM Server MCP free?

Yes, BrewBoard CRM Server MCP is free — one-click install via Unyly at no cost.

Does BrewBoard CRM Server need an API key?

No, BrewBoard CRM Server runs without API keys or environment variables.

Is BrewBoard CRM Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install BrewBoard CRM Server in Claude Desktop, Claude Code or Cursor?

Open BrewBoard CRM Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare BrewBoard CRM Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs