MCP Server Connects Claude to CellarTracker Wine Inventory

A developer has created an MCP server that connects Claude directly to CellarTracker accounts, eliminating the need for manual CSV exports when querying wine collections.
What It Does
The MCP server pulls inventory, tasting notes, purchase history, and drinking windows from CellarTracker and allows Claude to query this data conversationally. The developer previously relied on manually uploaded CSVs, which made data stale quickly and required tedious export/import processes.
Practical Use Cases
The developer shares specific examples of how they use the tool:
- "What whites do I have that pair well with seafood?"
- "Which wines should I drink in the next 2 months?"
- "Which wines should I move to my fridge so they're ready to drink soon?"
- "What are my top rated bottles from the past year?"
- "What should I open with dinner tonight?"
- "What Italian reds do I have?"
Technical Details
The tool works as either a one-click Desktop Extension or as a Claude Code plugin with additional skills for purchase evaluation. It's open source with an MIT license. Since CellarTracker has no official API (despite having approximately 1 million users), the MCP uses their documented CSV export endpoint.
The project started as a personal proof of concept, but the developer worked in Claude Code to make it robust and easy to install. They've shared it with communities who might find it useful.
📖 Read the full source: r/ClaudeAI
👀 See Also

Real-world comparison: Opus 4.6 vs MiMo-V2-Pro vs GLM-5 on OpenClaw setup
A developer tested three AI models on practical tasks including Turkish idiom translation, Python coding, spatial reasoning, and browser automation. MiMo-V2-Pro outperformed Opus 4.6 on coding tasks and cost 20x less, while Opus maintained advantages in non-English language understanding.

singularity-claude: A Self-Evolving Skill Engine for Claude Code
singularity-claude is an open-source Claude Code plugin that adds a recursive evolution loop to prevent skill rot. It scores skill executions, auto-repairs low-scoring skills, crystallizes high-performing versions, and detects capability gaps.

Am I OpenAI Compatible: Tool & Docs for Unified API Signatures
A new tool and documentation page documents OpenAI compatibility across open-source AI engines like vLLM and llama.cpp, including official and unofficial signatures.

Exploiting LLM Hidden Agency Signal (Â) for Better Tool Calling
A developer discovered that LLMs have a linearly separable hidden state direction called  that predicts tool calls with AUC > 0.94. Using this signal to force tool calls improved Qwen3-1.7B performance from 26.7% to 85% (+58% gain) and reduced no-tool failures from 43% to 2.6%.