wine_recommendation
ActiveTool of mcp-spoonacular
Fetch specific wine product recommendations for a wine type name (e.g. "merlot", "chardonnay") with optional `minRating`, `price` target, and `number` of results. Returns product name, price, average rating, and description.
Parameters schema
{
"type": "object",
"examples": [
{
"wine": "Cabernet Sauvignon"
},
{
"wine": "Pinot Grigio",
"number": 5,
"minRating": 4
}
],
"required": [
"wine"
],
"properties": {
"wine": {
"type": "string"
},
"price": {
"type": "string"
},
"number": {
"type": "number"
},
"minRating": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-spoonacular
https://github.com/pipeworx-io/mcp-spoonacular
2/7 registries