← Registry

eCommerce

coffeelist.co

An MCP server that searches and retrieves specialty coffee and roaster catalog data, including filters, prices, sorting, and detailed records.

1 endpoint6 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://www.coffeelist.co/mcp

No auth detected

MCP server metadata

Name
coffee-list
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

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_coffees

Search the Coffee List catalog with the same hybrid relevance, filters, prices, sorting, and pagination as the website.

Inferred read-only
list_search_filters

List authoritative, localized coffee-search filter IDs, labels, result counts, supported price currency, and current price range.

Inferred read-only
get_coffee

Retrieve the complete public coffee detail record using its roaster and coffee URL slugs.

Inferred read-only
search_roasters

Search specialty-coffee roasters by name and catalog content.

Inferred read-only
get_roaster

Retrieve a complete public roaster record, including coffees and physical locations, by slug.

Inferred read-only
search_locations

Search public physical roaster locations by free text, roaster slug, country, location kind, or geographic radius.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.