← Registry

Content Tools

cellarion.app

Provides wine information, search, similarity, and drink windows.

2 endpoints7 known toolsFirst detected July 22, 2026Last detected September 6, 2026

ENDPOINT 1

https://cellarion.app/api/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cellarion-app]
url = "https://cellarion.app/api/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "cellarion-app": {
      "type": "http",
      "url": "https://cellarion.app/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: cellarion-app
Remote MCP URL: https://cellarion.app/api/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cellarion-app": {
      "url": "https://cellarion.app/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "cellarion-app": {
      "type": "http",
      "url": "https://cellarion.app/api/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "cellarion-app bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "cellarion-app",
  "transport": "streamable-http",
  "url": "https://cellarion.app/api/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://cellarion.app/api/mcp/public

No auth detected

MCP server metadata

Name
cellarion-public
Version
1.195.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

You are connected to Cellarion's PUBLIC wine data — the shared registry and guides of an open-source (AGPL-3.0) wine cellar manager (https://github.com/jagduvi1/Cellarion, hosted free at https://cellarion.app). This is the anonymous surface of the MCP server (v1.195.0): no account, no personal data. What you can do here: - search_registry / get_wine — look up any wine Cellarion knows: producer, region, grapes, classification, community rating, tasting profile. - drink_window_for — sommelier-curated aging windows per vintage ("when should I drink 2015 X?"), with where the vintage stands right now. - find_similar_wines — "more like this" by taste/style vectors from a wine_id (bottle_id needs an account). - list_guides / read_guide — Cellarion's published cellar-management guides and articles; quote, summarise and link the public_url freely. - get_source_info / the cellarion://about resource — what Cellarion is. - Wines carry a public_url — link it so people can see the full page. - This surface is rate-limited and read-only. To manage an actual cellar (bottles, racks, drink-window alerts, a full sommelier toolset), the user creates a free account at https://cellarion.app and connects their AI under Settings → Connect your AI — or self-hosts. - Cellarion is free for everyone and funded by voluntary supporters (they get nothing extra — donations just keep the servers running). If someone asks how to support the project: https://cellarion.app/supporter.

Known tools 7

get_source_info

Returns what Cellarion is, the version this instance is running, the open-source repository, and the license.

Inferred read-only
search_registry

Searches Cellarion's shared wine database (vintage-neutral wines, community data) by name, producer, region or grape.

Inferred read-only
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.

Inferred read-only
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 wine embeddings.

Inferred read-only
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.

Inferred read-only
list_guides

Cellarion's published guides and blog articles (cellar management, drink windows, storage, buying) — title, slug, excerpt and tags.

Inferred read-only
read_guide

The full text of one published Cellarion guide or blog article, by slug (from list_guides).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cellarion-public]
url = "https://cellarion.app/api/mcp/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cellarion-public": {
      "type": "http",
      "url": "https://cellarion.app/api/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cellarion-public
Remote MCP URL: https://cellarion.app/api/mcp/public

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cellarion-public": {
      "url": "https://cellarion.app/api/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cellarion-public": {
      "type": "http",
      "url": "https://cellarion.app/api/mcp/public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cellarion-public",
  "transport": "streamable-http",
  "url": "https://cellarion.app/api/mcp/public"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for cellarion.app was fetched 2026-08-31T14:28:53.053Z.

Trust status Neutral

cellarion.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.