← percolateapp.com

INDIVIDUAL MCP TOOL

what_to_brew

A coffee suggestion for right now, based on time of day (evening picks lean decaf), mood, and the brew method you're using — scored over Percolate's tasting profiles.

percolateapp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://wmpiabzlcaqyrzxvfihi.supabase.co/functions/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for what_to_brew and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

percolateapp.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.percolate]
url = "https://wmpiabzlcaqyrzxvfihi.supabase.co/functions/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "percolate": {
      "type": "http",
      "url": "https://wmpiabzlcaqyrzxvfihi.supabase.co/functions/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: percolate
Remote MCP URL: https://wmpiabzlcaqyrzxvfihi.supabase.co/functions/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "percolate": {
      "url": "https://wmpiabzlcaqyrzxvfihi.supabase.co/functions/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "percolate": {
      "type": "http",
      "url": "https://wmpiabzlcaqyrzxvfihi.supabase.co/functions/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "percolate",
  "transport": "streamable-http",
  "url": "https://wmpiabzlcaqyrzxvfihi.supabase.co/functions/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_coffees — Search 1,100+ curated specialty coffees in the Percolate database.
  • get_coffee — Detailed record for one coffee: roast level, body/acidity/sweetness profile, flavor notes, suited brew methods, food and brew pairings, price, and retailer links.
  • find_similar — Coffees with a similar profile to a given one, ranked by shared flavor notes and roast/body/acidity/sweetness proximity.
  • get_recommendations — Personalized coffee picks from flavor preferences (e.
  • compare_coffees — Side-by-side comparison: roast, body/acidity/sweetness, shared and distinct flavors, brew methods, and price difference.
  • trending_coffees — Coffees Percolate users are adding to their collections most over the last 30 days (falls back to catalog popularity when live activity data is unavailable).
  • dial_in_suggestion — Brew guidance for a specific coffee: curated recipes from the Percolate catalog (ratio, temperature, grind) when available, or a roast-based starting point.