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.
ENDPOINT 1
https://wmpiabzlcaqyrzxvfihi.supabase.co/functions/v1/mcp
MCP server metadata
- Name
- percolate
- Version
- 1.0.0
Known tools 8
get_coffeeDetailed 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-onlyfind_similarCoffees with a similar profile to a given one, ranked by shared flavor notes and roast/body/acidity/sweetness proximity.
Inferred read-onlycompare_coffeesSide-by-side comparison: roast, body/acidity/sweetness, shared and distinct flavors, brew methods, and price difference.
Inferred read-onlytrending_coffeesCoffees 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-onlydial_in_suggestionBrew guidance for a specific coffee: curated recipes from the Percolate catalog (ratio, temperature, grind) when available, or a roast-based starting point.
Inferred read-onlywhat_to_brewA 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.