bguillow-rgb/percolate-mcp
by Various
MCP server for the Percolate specialty coffee database — read-only catalog, brew recipes, and pairings for AI assistants
MCP
bguillow-rgb/percolate-mcp
Added 16 Sept 2026
Overview
MCP server for the Percolate specialty coffee database. Exposes read-only catalog data, brew recipes, and pairings to AI assistants through the Model Context Protocol. Written in TypeScript.
Best for
Best for
Developers building AI assistants that need curated specialty coffee reference data
Use cases
- Add specialty coffee reference data to an AI assistant
- Look up brew recipes for specific coffees
- Retrieve food pairings for coffee catalog entries
How to use
Install
npx -y percolate-mcp Tools exposed
search_coffeesget_coffeefind_similarget_recommendationscompare_coffeestrending_coffeesdial_in_suggestionwhat_to_brew
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "percolate": {\n "command": "npx",\n "args": ["-y", "percolate-mcp"]\n }\n }\n} Notes
MCP server for the Percolate specialty coffee database. Exposes read-only catalog data, brew recipes, and pairings to AI assistants through the Model Context Protocol. Written in TypeScript.
0 stars on GitHub. Last updated 2026-09-07. Licensed MIT.
Use cases
- Add specialty coffee reference data to an AI assistant
- Look up brew recipes for specific coffees
- Retrieve food pairings for coffee catalog entries
Pros
- Read-only design avoids accidental data modification
- Standard MCP protocol works with many AI assistants
- TypeScript codebase is approachable for most developers
Cons
- Zero stars indicate no proven community adoption
- Limited to the Percolate database, not a general coffee API
- No write or update capabilities by design
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Read-only design avoids accidental data modification
- Standard MCP protocol works with many AI assistants
- TypeScript codebase is approachable for most developers
Cons
- Zero stars indicate no proven community adoption
- Limited to the Percolate database, not a general coffee API
- No write or update capabilities by design
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
