← coffeelist.co

INDIVIDUAL MCP TOOL

list_search_filters

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

coffeelist.conone authenticationAvailability not checked

LIVE ENDPOINT

https://www.coffeelist.co/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_search_filters and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

coffeelist.co

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.
  • get_coffee — Retrieve the complete public coffee detail record using its roaster and coffee URL slugs.
  • 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.