← openwein.de

INDIVIDUAL MCP TOOL

search

Free-text search across the whole directory — winery names, owners, towns and description texts.

openwein.denone authenticationAvailability not checked

LIVE ENDPOINT

https://www.openwein.de/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search 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

openwein.de

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.openwein-de]
url = "https://www.openwein.de/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "openwein-de": {
      "type": "http",
      "url": "https://www.openwein.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: openwein-de
Remote MCP URL: https://www.openwein.de/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": {
    "openwein-de": {
      "url": "https://www.openwein.de/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "openwein-de": {
      "type": "http",
      "url": "https://www.openwein.de/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "openwein-de",
  "transport": "streamable-http",
  "url": "https://www.openwein.de/mcp"
}
MCP Inspector

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

Related tools

  • list_regions — Lists all 13 German wine regions (Anbaugebiete) with their character, the number of wine towns and wineries in each, and how many events are coming up.
  • get_region — Full description of one wine region: its history, grape varieties and terroir, plus its wine towns and upcoming events.
  • search_wineries — Search ~5.
  • get_winery — Everything held about one winery: address, contact, opening hours, average rating, recent visitor comments and its upcoming events.
  • list_events — Upcoming German wine events — Weinfeste, Hoffeste, Weinproben, Weinwanderungen — across all regions, or filtered by region, town or a radius around a point.
  • search_towns — Find German wine towns by name, region, postal code or around a point.
  • get_town — One wine town in full: its description and wine history, every winery listed there, its upcoming events and the neighbouring wine towns.