wine_pairing
ActiveTool of mcp-spoonacular
Fetch wine pairing suggestions for a `food` dish or ingredient (e.g. "salmon", "pasta primavera") with optional `maxPrice` filter. Returns paired wine types and specific product recommendations with name, price, and description.
Parameters schema
{
"type": "object",
"examples": [
{
"food": "salmon"
},
{
"food": "steak",
"maxPrice": 50
}
],
"required": [
"food"
],
"properties": {
"food": {
"type": "string"
},
"maxPrice": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-spoonacular
https://github.com/pipeworx-io/mcp-spoonacular
2/7 registries