INDIVIDUAL MCP TOOL
get_coffee
Retrieve the complete public coffee detail record using its roaster and coffee URL slugs.
LIVE ENDPOINT
https://www.coffeelist.co/mcp
Connect to this endpoint to inspect the live schema for get_coffee and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.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.
Related tools
search_coffees— Search the Coffee List catalog with the same hybrid relevance, filters, prices, sorting, and pagination as the website.list_search_filters— List authoritative, localized coffee-search filter IDs, labels, result counts, supported price currency, and current price range.search_roasters— Search specialty-coffee roasters by name and catalog content.get_roaster— Retrieve a complete public roaster record, including coffees and physical locations, by slug.search_locations— Search public physical roaster locations by free text, roaster slug, country, location kind, or geographic radius.