You're viewing a demo portfolio

Join the waitlist
PRSM

wine_pairing

Active

Tool of mcp-spoonacular

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-spoonacular

https://github.com/pipeworx-io/mcp-spoonacular

2/7 registries
View full server →
wine_pairing — mcp-spoonacular — PRSM MCP