← Registry

General Tools

percolateapp.com

This MCP server provides coffee discovery and comparison tools, including search, detailed records, similarity matching, personalized recommendations, and side-by-side comparisons of specialty coffees.

1 endpoint8 known toolsFirst detected August 22, 2026Last detected September 6, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
percolate
Version
1.0.0
Capabilities
tools.listChanged

Known tools 8

search_coffees

Search 1,100+ curated specialty coffees in the Percolate database.

Inferred read-only
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.

Inferred read-only
find_similar

Coffees with a similar profile to a given one, ranked by shared flavor notes and roast/body/acidity/sweetness proximity.

Inferred read-only
get_recommendations

Personalized coffee picks from flavor preferences (e.

Inferred read-only
compare_coffees

Side-by-side comparison: roast, body/acidity/sweetness, shared and distinct flavors, brew methods, and price difference.

Inferred read-only
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).

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for supabase.co was fetched 2026-08-24T06:42:13.245Z.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.