Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Cellarion Wine Registry

app.cellarion/wine-registry

Public wine registry and guides: search wines, grapes, regions, appellations. No account.

Uptime
100.0%
1 direct probes · 30d
Response
503ms
last probe
Tools
7
callable
Resources
1
readable
Prompts
0
available

Tools · 7

get_source_info

Returns what Cellarion is, the version this instance is running, the open-source repository, and the license. Call this when the user asks what Cellarion is, which version they are on, whether it is o…

search_registry

Searches Cellarion's shared wine database (vintage-neutral wines, community data) by name, producer, region or grape. Returns up to 10 matches. Call to identify a wine the user mentions, before recomm…

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. Vintage-neutral (bottles carry t…

find_similar_wines

Given a registry wine_id (or, on an authenticated connection, one of the user's bottle_ids), returns wines with the closest taste/style profile from the shared registry, using vector similarity over w…

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. Call for "when should I drink <wine> <vintag…

list_guides

Cellarion's published guides and blog articles (cellar management, drink windows, storage, buying) — title, slug, excerpt and tags. Call when the user wants a how-to or background reading; follow with…

read_guide

The full text of one published Cellarion guide or blog article, by slug (from list_guides). Public website content — quote or summarise freely, and link the public_url when pointing the user to it.

Resources · 1

about

What Cellarion is: open-source wine cellar management, licence, source repository, this instance's version.

cellarion://about

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "cellarion_wine_registry": {
      "url": "https://cellarion.app/api/mcp/public",
      "transport": "streamable-http"
    }
  }
}