← winegenie.com

INDIVIDUAL MCP TOOL

compare

Side-by-side comparison of 2 to 5 products by product_id or slug: colour, style, grapes, origin, vintage, taste scales (body, acidity, tannin, sweetness, oak on 1–5), ABV, farming, food, drink window, decant, critic score, cheapest offer, data confidence.

winegenie.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://winegenie.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for compare and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

winegenie.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.winegenie]
url = "https://winegenie.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "winegenie": {
      "type": "http",
      "url": "https://winegenie.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: winegenie
Remote MCP URL: https://winegenie.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "winegenie": {
      "url": "https://winegenie.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "winegenie": {
      "type": "http",
      "url": "https://winegenie.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "winegenie",
  "transport": "streamable-http",
  "url": "https://winegenie.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_wine — Search UK merchant listings of wine by free text plus optional structured filters.
  • semantic_wine_search — Find wines from a description of the occasion, mood or style rather than exact attributes: "something obscure and natural for a picnic", "a crowd-pleaser for a barbecue that is not too heavy", "like Barolo but cheaper".
  • build_case — Assemble a mixed case that a SINGLE merchant can ship, so the buyer pays one delivery instead of one per bottle.
  • alternatives — Wines closest in taste and price to one you already have, for when it is out of stock, over budget, or the user wants something similar.
  • get_product — Full detail on one product by product_id (UUID) or slug from a previous result or a winegenie.com/wine/{slug} URL: every attribute with its provenance, all offers with delivery terms, drinking window, decanting, pairings, and the buy_url.
  • best_for — Curated shortlist (up to 8) for a dish ("roast lamb", "sushi", "cheese board") or an occasion ("gift", "Christmas", "BBQ", "dinner party", "midweek"), optionally within a budget ("under £20" or a number in GBP).