Endpoints
- Personal (your own cellar, requires sign-in): https://cellarion.app/api/mcp — Streamable HTTP, OAuth 2.1 with PKCE, or a personal bearer token.
- Public (shared wine reference, no account): https://cellarion.app/api/mcp/public — Streamable HTTP, no authentication, read-only.
- Discovery: https://cellarion.app/.well-known/oauth-protected-resource/api/mcp
Claude (web, desktop and mobile)
Settings, then Connectors, then Add custom connector, and paste https://cellarion.app/api/mcp. Sign in with your Cellarion account and choose an access level.
ChatGPT
Settings, then Connectors, then Advanced, enable Developer mode, choose Create and paste https://cellarion.app/api/mcp with authentication set to OAuth.
Claude Code
Run: claude mcp add --transport http cellarion https://cellarion.app/api/mcp
VS Code, Cursor and Windsurf
Add https://cellarion.app/api/mcp as an HTTP MCP server in mcp.json.
Gemini CLI
Add https://cellarion.app/api/mcp as an httpUrl MCP server in ~/.gemini/settings.json.
Claude Desktop, LM Studio and other stdio clients
Run the published bridge with: npx -y cellarion-mcp, setting CELLARION_TOKEN to a personal API token from Settings, then API tokens.
No account needed
A public endpoint at https://cellarion.app/api/mcp/public serves the shared wine registry, grape and region profiles, sommelier drink windows and published guides to any AI, with no sign-up and no personal data.