Your AI assistant knows a lot about wine. But it guesses.
Ask it "What wine goes with grilled salmon?" and you get a paragraph. But ask again tomorrow and the answer changes. There is no score. No explanation of why one wine works better than another.
That is because language models generate text. They do not calculate pairings. We built the calculation.
The SommelierX MCP server connects your AI assistant to a sommelier-grade wine pairing algorithm. One command:
npx @sommelierx/mcp-server
No signup. No API key for the free tier. 50 calls per day.
7 tools available:
Professional sommeliers helped profile 609 wine styles across 19 wine dimensions. The algorithm compares those profiles with 17 dish dimensions and returns a compatibility score from 0 to 100. It is deterministic: the same input produces the same result.
Add this to your MCP client configuration:
{
"mcpServers": {
"sommelierx": {
"command": "npx",
"args": ["@sommelierx/mcp-server"]
}
}
}
Works with Claude Desktop, Cursor, Windsurf, and any MCP client.