eCommerce
coffeelist.co
An MCP server that searches and retrieves specialty coffee and roaster catalog data, including filters, prices, sorting, and detailed records.
ENDPOINT 1
https://www.coffeelist.co/mcp
MCP server metadata
- Name
- coffee-list
- Version
- 1.0.0
Use list_search_filters when filter IDs are unknown, search_coffees for full catalog discovery, and get_coffee/get_roaster for complete records. All tools are public and read-only.
Known tools 6
search_coffeesSearch the Coffee List catalog with the same hybrid relevance, filters, prices, sorting, and pagination as the website.
Inferred read-onlylist_search_filtersList authoritative, localized coffee-search filter IDs, labels, result counts, supported price currency, and current price range.
Inferred read-onlyget_coffeeRetrieve the complete public coffee detail record using its roaster and coffee URL slugs.
Inferred read-onlyget_roasterRetrieve a complete public roaster record, including coffees and physical locations, by slug.
Inferred read-onlysearch_locationsSearch public physical roaster locations by free text, roaster slug, country, location kind, or geographic radius.
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.coffee-list]
url = "https://www.coffeelist.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coffee-list": {
"type": "http",
"url": "https://www.coffeelist.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coffee-list
Remote MCP URL: https://www.coffeelist.co/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": {
"coffee-list": {
"url": "https://www.coffeelist.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coffee-list": {
"type": "http",
"url": "https://www.coffeelist.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coffee-list",
"transport": "streamable-http",
"url": "https://www.coffeelist.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.