Wine pairing intelligence for AI assistants. Ask any MCP-compatible client (Claude, Cursor, Windsurf) for wine recommendations and get scored matches
Rogertheunissenmerge Oss MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Rogertheunissenmerge Oss MCP directly instead of describing what you should do. Wine pairing intelligence for AI assistants. Ask any MCP-compatible client (Claude, Cursor, Windsurf) for wine recommendations and get scored matches from a sommelier-grade algorithm. Supports API key and x402 (USDC on Base) payment.
Installation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Once Rogertheunissenmerge Oss MCP is connected, these are the calls the assistant has available:
pair_wine_with_ingredients — Find wines for a list of ingredients (e.g. "salmon, lemon, dill")pair_wine_with_meal — Find wines for a dish name (e.g. "risotto ai funghi")find_meals_for_wine — Find dishes that pair with a wine style (e.g. "Barolo")search_ingredients — Search the ingredient databasesearch_meals — Search the meal databasepair_wine_with_recipe_url — Extract ingredients from a recipe URL and pair winesgroup_pairing — Find the best wine across multiple dishes (e.g. 3-course dinner)Tier — Daily LimitFree — 50 callsEnterprise — 10,000 callsYou will need 2 environment variables: SOMMELIERX_API_KEY, SOMMELIERX_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Rogertheunissenmerge Oss MCP's toolset — pair_wine_with_ingredients, pair_wine_with_meal, find_meals_for_wine and 7 more — is a fair guide to whether it matches your workflow. It is maintained by rogertheunissenmerge-oss; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| pair_wine_with_ingredients | Find wines for a list of ingredients (e.g. "salmon, lemon, dill") |
| pair_wine_with_meal | Find wines for a dish name (e.g. "risotto ai funghi") |
| find_meals_for_wine | Find dishes that pair with a wine style (e.g. "Barolo") |
| search_ingredients | Search the ingredient database |
| search_meals | Search the meal database |
| pair_wine_with_recipe_url | Extract ingredients from a recipe URL and pair wines |
| group_pairing | Find the best wine across multiple dishes (e.g. 3-course dinner) |
| Tier | Daily Limit |
| Free | 50 calls |
| Enterprise | 10,000 calls |
{
"mcpServers": {
"sommelierx": {
"command": "npx",
"args": ["@sommelierx/mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SOMMELIERX_API_KEY | Credential the server authenticates with. | Yes |
| SOMMELIERX_API_URL | Endpoint or connection string the server talks to. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.