Skip to main content
Glama

Cellarion Wine Registry

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
jagduvi1/Cellarion
GitHub Stars
14

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

7 tools
drink_window_forDrink window for a wine
Read-only
Inspect

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 ", 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).

ParametersJSON Schema
NameRequiredDescriptionDefault
vintageNoOne vintage year; omit for all curated vintages of the wine
wine_idYesRegistry wine id (from search_registry)
find_similar_winesFind similar wines ("more like this")
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
wine_idNoRegistry wine id (from search_registry or a bottle's wine)
bottle_idNoAlternatively: one of the user's bottle ids
get_source_infoAbout this Cellarion instance
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_wineGet one registry wine
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
wine_idYesRegistry wine id from search_registry or a bottle's wine
list_guidesList wine guides & articles
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagNoFilter by tag
limitNo
offsetNo
read_guideRead a guide / article
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesArticle slug from list_guides
search_registrySearch the shared wine registry
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesWine name, producer, appellation or grape

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.