Percolate for AI agents (MCP)

The Percolate MCP server gives AI assistants read-only access to our specialty coffee database: 1,100+ curated coffees with roast, body, acidity, and sweetness profiles, flavor notes, and curated brew recipes (ratio, temperature, grind) per coffee. Ask your AI for coffee recommendations, brewing guidance for a specific bag, or beans similar to ones you love — and it can answer from real catalog data instead of guessing.

Connect in one minute

Claude — one click, then confirm the connector:

Connect to Claude

Claude Desktop (and other clients that launch local servers) — add to your MCP config:

{
  "mcpServers": {
    "percolate": { "command": "npx", "args": ["-y", "percolate-mcp"] }
  }
}

Remote clients (web agents, Cursor, anything that takes a URL) — use the hosted endpoint, no install or API key:

https://mcp.percolateapp.com

What tools does the Percolate MCP server provide?

ToolWhat it does
search_coffeesSearch by name, category, roast, brew method, and price
get_coffeeFull tasting profile, pairings, and retailers for one coffee
find_similarCoffees with a similar profile
get_recommendationsPicks from flavors, budget, roast, and your brew gear
compare_coffeesSide-by-side comparison
trending_coffeesWhat users are adding to collections right now
dial_in_suggestionCurated brew recipe for a specific coffee
what_to_brewA coffee for right now — evenings lean decaf

What can an AI answer with it?

Access, privacy, and attribution

All tools are read-only and public — no account, API key, or authentication is required. Requests are rate-limited to 60 calls per minute. Every response includes source attribution and data freshness dates; quote freely with attribution to Percolate (percolateapp.com). Anonymous usage telemetry (tool name, arguments, client name, timing) is logged to operate the service and purged after 90 days; no user identity or conversation content is collected.

For developers