Billing and connected clients
Manage Sommont Pro and the MCP clients Luca can use to read or write your tasting data.
0 connected agents
Subscription state, authorized agents, and the access boundary that lets Luca save tasting and cellar evidence.
Subscription required
Sign in to start or manage a Sommont Pro subscription.
Access boundary
Pro unlocks Luca, journal entries, label images, recommendations, profile summaries, monthly reports, and export.
Connected agents get scoped access. Keep only agents you recognize linked to this account.
Connected Agents
Luca clients appear here after their first successful MCP request.
No connected agents have accessed Sommont yet.
Connect Luca with OAuth
Use ChatGPT first for mobile Luca capture when the app is available. Claude and other OAuth-capable MCP clients should follow the same Sommont boundary: chat in the client, review and edit records here.
Until the OpenAI review is complete, test Luca as a developer-mode MCP app in ChatGPT. Sommont requires OAuth before any private journal, cellar, profile, or route tool can run.
- In ChatGPT, open Settings, then Security and login, and turn on Developer mode.
- Open ChatGPT Plugins, choose the plus button, and create a developer-mode app.
- Use MCP endpoint
https://mcp-dev.sommont.com/mcp. - Choose OAuth authentication and complete the Sommont sign-in and consent flow.
- In a chat, choose Developer mode from the composer tools and select Luca.
Start Pro before linking external Luca agents to private journal data.
Developer mode exposes read and write tools for testing. Keep Luca selected only when you intend to work with Sommont data, and review write actions before confirming.
Codex and MCP package
Installers can use the GitHub package or inspect the production manifest. Use the prompts below for the normal agent-assisted install.
Install PROD
Install the Sommont Luca Codex plugin from GitHub.
Use this public marketplace repo:
https://github.com/wisewoodholdings-eng/sommont-luca-plugin
Install the production plugin, not the DEV plugin.
Run:
codex plugin marketplace add wisewoodholdings-eng/sommont-luca-plugin --ref main
codex plugin add sommont-luca@sommont
Then verify codex plugin list shows:
sommont-luca@sommont installed, enabled
After install, tell me to start a new Codex task/thread so the plugin tools are loaded.Install DEV
Install the Sommont Luca DEV Codex plugin from GitHub.
Use this public marketplace repo:
https://github.com/wisewoodholdings-eng/sommont-luca-plugin
Install the DEV plugin for pre-production testing, not the production plugin.
Run:
codex plugin marketplace add wisewoodholdings-eng/sommont-luca-plugin --ref main
codex plugin add sommont-luca-dev@sommont
Then verify codex plugin list shows:
sommont-luca-dev@sommont installed, enabled
After install, tell me to start a new Codex task/thread so the plugin tools are loaded.