← cellarion.app

INDIVIDUAL MCP TOOL

list_guides

Cellarion's published guides and blog articles (cellar management, drink windows, storage, buying) — title, slug, excerpt and tags.

cellarion.appnone authenticationAvailability not checked

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 endpoint

cellarion.app

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.cellarion-public]
url = "https://cellarion.app/api/mcp/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cellarion-public": {
      "type": "http",
      "url": "https://cellarion.app/api/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cellarion-public
Remote MCP URL: https://cellarion.app/api/mcp/public

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": {
    "cellarion-public": {
      "url": "https://cellarion.app/api/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cellarion-public": {
      "type": "http",
      "url": "https://cellarion.app/api/mcp/public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cellarion-public",
  "transport": "streamable-http",
  "url": "https://cellarion.app/api/mcp/public"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_source_info — Returns what Cellarion is, the version this instance is running, the open-source repository, and the license.
  • search_registry — Searches Cellarion's shared wine database (vintage-neutral wines, community data) by name, producer, region or grape.
  • get_wine — Full registry record for one wine: producer, region, appellation, classification, grapes, community rating, and the AI tasting profile when the wine has been enriched.
  • find_similar_wines — Given a registry wine_id (or one of the user's bottle_ids), returns wines with the closest taste/style profile from the shared registry, using vector similarity over wine embeddings.
  • drink_window_for — Sommelier-curated drink windows for a registry wine: per vintage, when it is young, at peak, and in late maturity, with where the vintage stands right now.
  • read_guide — The full text of one published Cellarion guide or blog article, by slug (from list_guides).