Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

CellarTracker

NPM · CELLARTRACKER-MCP · SCANNED SEP 20

Read-only access to your CellarTracker wine cellar: inventory, drinking windows, purchases, notes.

Available components

0 this week 96 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to slavins-co/cellartracker-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 69 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability87
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1564 tokens (~71/item across 22 items; 13 tools + 9 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the CellarTracker MCP server?

CellarTracker runs locally as an npm package, launched with npx -y cellartracker-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · cellartracker-mcp

# add to Claude Code
claude mcp add slavins-co-cellartracker-mcp -- npx -y cellartracker-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "slavins-co-cellartracker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cellartracker-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "slavins-co-cellartracker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cellartracker-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add slavins-co-cellartracker-mcp -- npx -y cellartracker-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "slavins-co-cellartracker-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "cellartracker-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add slavins-co-cellartracker-mcp --command npx --arg -y --arg cellartracker-mcp
# ~/.hermes/config.yaml
mcp_servers:
  slavins-co-cellartracker-mcp:
    command: "npx"
    args: ["-y", "cellartracker-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "slavins-co-cellartracker-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "cellartracker-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add slavins-co-cellartracker-mcp -t stdio -c npx -a -y cellartracker-mcp
// mcp.json
{
  "mcpServers": {
    "slavins-co-cellartracker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cellartracker-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1
    • Security disclosure: unverified → pass functional
  • 11 Sept 26 0
    • Security disclosure: pass → unverified functional
  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/cellartracker-mcp@0.5.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo slavins-co/cellartracker-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/slavins-co/cellartracker-mcp/.github/workflows/publish.yml@refs/tags/v0.5.0
Rekor log index 2158848831
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:a8be7b5650551cf887475d010e388aff467498708f6f2a92e75d2d63a4ee2142095405ff28419e88ec267857fbccdb3a6783ba2233bdee90a82a11412

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 13 exposed · ~1,338 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
bottle-details ~304

Look up individual bottles from the Bottles table — the per-bottle view spanning both in-cellar and consumed bottles, with barcode, exact location/bin, and size. Filter by wine name, location, bin, size, or barcode; set state to 'cellar' (default 'all' includes consumed). If the user attaches a photo of a bottle or its barcode, read the barcode digits from the image and pass them as the barcode filter. Location and Bin are account-specific labels, not physical descriptions — if a location/bin filter finds nothing, use cellar-stats with group_by=location or group_by=bin to see the actual values in use. Returns up to max_results per page (default 25) — pass offset to page through more.

NameTypeReqDescription
barcodestringBottle barcode — e.g. read from a photo
binstringSpecific bin/position (e.g. 'Drawer 2', '1-3')
locationstringStorage location (e.g. 'Wine Fridge')
max_resultsnumberMaximum results (default 25)
offsetnumberResult offset for pagination (default 0)
querystringWine name search term
sizestringBottle format (e.g. '750ml', '1500ml')
statestringWhich bottles: 'cellar', 'consumed', or 'all' (default)
NameTypeReqDescription
bottlesarrayyes
countnumberyes
offsetnumberyes
totalnumberyes

No examples provided.

cellar-stats ~56

Get cellar statistics: total bottles, value, unique wines, and optional breakdowns. Valid group_by options: color, country, region, varietal, location, bin, category.

NameTypeReqDescription
group_bystringBreakdown dimension
NameTypeReqDescription
avgPerWinenumberyes
breakdownobject
totalBottlesnumberyes
totalValuenumberyes
uniqueWinesnumberyes

No examples provided.

clear-user-data ~65

Remove stored CellarTracker credentials and cached wine data from this machine. Use this to fully disconnect your account or free up disk space.

NameTypeReqDescription
clear_cachebooleanDelete cached CSV exports (default true)
clear_credentialsbooleanDelete saved credentials (default true)
NameTypeReqDescription
cacheFilesRemovednumberyes
credentialsstringyes

No examples provided.

consumption-history ~144

Search your consumption history — wines you've opened and drunk. Filter by wine name, color, or date range. Returns most recent consumptions first with tasting context, up to max_results per page (default 25) — pass offset to page through more.

NameTypeReqDescription
colorstringFilter by color (Red, White, Rosé)
date_fromstringStart date (YYYY-MM-DD)
date_tostringEnd date (YYYY-MM-DD)
max_resultsnumberMaximum results (default 25)
offsetnumberResult offset for pagination (default 0)
querystringWine name search term
NameTypeReqDescription
countnumberyes
offsetnumberyes
rowsarrayyes
totalnumberyes

No examples provided.

drinking-recommendations ~80

Get wine drinking recommendations sorted by urgency. Prioritizes wines that are past peak, then those with closing windows, then wines currently in their drinking window. Optionally filter by color.

NameTypeReqDescription
colorstringFilter by color
max_resultsnumberMaximum results (default 10)
occasionstringOccasion description
NameTypeReqDescription
recommendationsarrayyes

No examples provided.

get-wishlist ~39

View your CellarTracker wishlist wines. Optionally search by wine name, region, or varietal.

NameTypeReqDescription
querystringSearch term
NameTypeReqDescription
countnumberyes
winesarrayyes

No examples provided.

incoming-orders ~58

List wines ordered but not yet received, from the Pending table. Sorted oldest order first. Use this for 'what's on the way', unlike recent-deliveries which shows what has already arrived.

NameTypeReqDescription
storestringStore name filter
NameTypeReqDescription
rowsarrayyes
totalnumberyes

No examples provided.

purchase-history ~94

Search purchase history with spending summary. Filter by wine name, store, or date range (YYYY-MM-DD format). Shows total spent, average price, per-store breakdown, and recent purchases.

NameTypeReqDescription
date_fromstringStart date (YYYY-MM-DD)
date_tostringEnd date (YYYY-MM-DD)
querystringWine name search
storestringStore name filter
NameTypeReqDescription
avgPricenumberyes
bottleCountnumberyes
byStorearrayyes
recentarrayyes
totalSpentnumberyes

No examples provided.

recent-deliveries ~103

List wines actually delivered (received) in a date range, keyed on DeliveryDate. Defaults to the last 30 days. Use this for 'what just landed', unlike purchase-history which keys on order date.

NameTypeReqDescription
date_fromstringStart delivery date (YYYY-MM-DD). Defaults to 30 days ago.
date_tostringEnd delivery date (YYYY-MM-DD). Defaults to today.
storestringStore name filter
NameTypeReqDescription
mostRecentDeliverystring
rowsarrayyes
totalnumberyes

No examples provided.

refresh-data ~33

Force refresh all CellarTracker data from the server. Downloads fresh CSV exports for all 8 tables regardless of cache age.

Input schema present but exposes no named parameters.

NameTypeReqDescription
refreshedAtstringyes
serverVersionstringyes
tablesarrayyes

No examples provided.

search-cellar ~168

Search your wine cellar by name, color, region, varietal, location, or vintage range. The region parameter searches across Country, Region, SubRegion, Appellation, and Locale fields. Returns matching wines with details, up to 25 per page — pass offset to page through more.

NameTypeReqDescription
colorstringFilter by color (Red, White, Rosé)
locationstringStorage location
offsetnumberResult offset for pagination (default 0)
querystringWine name search term
regionstringRegion, country, or appellation
varietalstringGrape varietal
vintage_maxnumberMaximum vintage year
vintage_minnumberMinimum vintage year
NameTypeReqDescription
countnumberyes
offsetnumberyes
totalnumberyes
winesarrayyes

No examples provided.

setup-credentials ~69

Set up or update your CellarTracker login credentials. Validates credentials against CellarTracker before saving. Use this if you just installed the plugin or need to change your login.

NameTypeReqDescription
passwordstringyesYour CellarTracker password
usernamestringyesYour CellarTracker username
NameTypeReqDescription
envOverrideActivebooleanyes
statusstringyes

No examples provided.

tasting-notes ~125

Search your tasting notes and reviews. Filter by wine name, color, or minimum rating. Returns notes with ratings, scores, and tasting details, up to max_results per page (default 25) — pass offset to page through more.

NameTypeReqDescription
colorstringFilter by color (Red, White, Rosé)
max_resultsnumberMaximum results (default 25)
min_ratingnumberMinimum rating filter
offsetnumberResult offset for pagination (default 0)
querystringWine name search term
NameTypeReqDescription
countnumberyes
offsetnumberyes
rowsarrayyes
totalnumberyes

No examples provided.

Common questions

What is the CellarTracker MCP server?

CellarTracker is an MCP server listed in the public MCP registry as io.github.slavins-co/cellartracker-mcp. Read-only access to your CellarTracker wine cellar: inventory, drinking windows, purchases, notes. This page covers its npm package (cellartracker-mcp).

Is the CellarTracker MCP server safe to use?

CellarTracker scores 96 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the CellarTracker MCP server expose?

CellarTracker exposes 13 tools: search-cellar, drinking-recommendations, cellar-stats, purchase-history, recent-deliveries, and 8 more. Their descriptions and schemas cost roughly 1,338 tokens of context every time the server is loaded.

Is the CellarTracker MCP server still maintained?

CellarTracker is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the CellarTracker MCP server under?

CellarTracker declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.