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 hand-scored 609 wine styles across 17 flavour dimensions. The algorithm matches flavour profiles and returns a compatibility score from 0 to 100. Deterministic -- same input, same result, every time.
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.