General Tools
openwein.de
Provides detailed information about German wine regions, wineries, and upcoming wine events.
ENDPOINT 1
https://www.openwein.de/mcp
MCP server metadata
- Name
- openwein.de
- Version
- 1.0.0
openwein.de is an open directory of German winemakers, online since 1998: 13 wine regions, ~660 wine towns and ~5.900 wineries with addresses, opening hours and visitor comments, plus a calendar of wine festivals. Use list_regions to orient, search_wineries and search_towns to find places (by name, postal code or a radius around coordinates), and list_events for upcoming Weinfeste across all regions.
Known tools 8
list_regionsLists 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.
Inferred read-onlyget_regionFull description of one wine region: its history, grape varieties and terroir, plus its wine towns and upcoming events.
Inferred read-onlyget_wineryEverything held about one winery: address, contact, opening hours, average rating, recent visitor comments and its upcoming events.
Inferred read-onlylist_eventsUpcoming German wine events — Weinfeste, Hoffeste, Weinproben, Weinwanderungen — across all regions, or filtered by region, town or a radius around a point.
Inferred read-onlysearch_townsFind German wine towns by name, region, postal code or around a point.
Inferred read-onlysearchFree-text search across the whole directory — winery names, owners, towns and description texts.
Inferred read-onlyget_townOne wine town in full: its description and wine history, every winery listed there, its upcoming events and the neighbouring wine towns.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.