# Cellarion Wine Registry MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/app-cellarion-wine-registry
- Repository: https://github.com/jagduvi1/Cellarion
- Website: https://cellarion.app

## Install
- Endpoint: https://cellarion.app/api/mcp/public
- Auth: Not captured

## Setup notes
- Remote endpoint: https://cellarion.app/api/mcp/public

## Tools
- get_source_info (About this Cellarion instance) - 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 open source, where to find / contribute to the code — or how to support the project. Endpoint: https://cellarion.app/api/mcp/public
- search_registry (Search the shared wine 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 recommending, or to check whether a wine exists in the registry. This searches ALL known wines — use search_bottles for what the user owns. Endpoint: https://cellarion.app/api/mcp/public
- get_wine (Get one registry 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 the vintage). Call after search_registry when the user wants depth on a specific wine. Endpoint: https://cellarion.app/api/mcp/public
- find_similar_wines (Find similar wines ("more like this")) - 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. Call for "more like this", "what else is like my favourite Barolo", or to seed purchase ideas from a wine the user loves. Only wines that have been embedded are searchable — an empty result does not mean nothing similar exists. Endpoint: https://cellarion.app/api/mcp/public
- drink_window_for (Drink window for a wine) - 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> <vintage>", aging questions, or buy-now-drink-later advice. Only sommelier-REVIEWED vintages are returned — an empty result means no curated window exists yet (reason from grape/region/structure yourself, and say it is an estimate). Endpoint: https://cellarion.app/api/mcp/public
- list_guides (List wine guides & articles) - 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 for the full text. Endpoint: https://cellarion.app/api/mcp/public
- read_guide (Read a guide / article) - 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. Endpoint: https://cellarion.app/api/mcp/public

## Resources
- cellarion://about - About Cellarion What Cellarion is: open-source wine cellar management, licence, source repository, this instance's version. MIME type: text/markdown

## Prompts
Not captured

## Metadata
- Owner: app.cellarion
- Version: 1.82.4
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 18, 2026
- Source: https://registry.modelcontextprotocol.io
