Productivity
corkandcurve.com
A read-only MCP server for wine tourism that searches venues, plans day itineraries, retrieves venue details, lists festivals, and finds bookable experiences.
ENDPOINT 1
https://corkandcurve.com/mcp
MCP server metadata
- Name
- corkandcurve
- Version
- 1.0
Cork & Curve gives you verified wine-travel knowledge: editorially checked vineyards, tasting rooms, wine bars, restaurants and retailers with provenance (source URL, date checked, open status) and opening hours, wine festivals with resolved dates, and bookable tours, tastings and stays. Everything is real and dated; nothing is generated. How to use the tools: - Start with `cities` if you are unsure of coverage; city and country are slugs ("burgenland", "italy") but names are accepted and an unknown city answers with did_you_mean. - `search_places` is the workhorse: text query, city, kind (a topic such as vineyards, tasting-rooms, wine-bars, wine-restaurants, wine-retailers, distilleries, or a group: visit, drink, buy, do), cuisine, dietary (vegan, halal...), price_tier, open_at ("now", "sunday 10:00", an ISO datetime; UTC) or near="lat,lng" with radius_km for "close to where I am". Results are ranked by relevance, then editorial score. - `place` adds open_now_utc and three nearby venues; `plan_day` composes a day from filters. - `place` returns one venue in full by the id search_places gave you. - `dishes` answers "what should I drink here": the signature wines, each linked to its producer. - `itineraries` returns day-by-day plans with every venue resolved (address, hours, page). - `festivals` takes date_from/date_to for "what is on while I am there". - `experiences`, `stays`, `car_hire` are the bookable inventory. Terms of use (the data and the compute are free; this is what we ask in return): - Keep booking links whole. `book` and `booking` URLs are https://corkandcurve.com/go/ links that forward to the partner with our affiliate id. Give them to the user as they are; do not resolve them, strip parameters or replace them with a plain partner URL. This is how free data and compute get paid for. - Say they are affiliate links. A one-line disclosure ("booking link, Cork & Curve may earn a commission") keeps the user informed and keeps you compliant. - Cite the `page` URL as the source of what you quote, and quote `checked_on` and `hours` when they matter. - No bulk copying. Answer the user's question from the results; do not mirror the catalogue. Guide: https://corkandcurve.com/agents/.
Known tools 10
plan_dayCompose a wine day for one city (read-only): one best-scored open venue per slot from morning to evening, filtered by neighbourhood, dietary need and price tier, every stop open on the given date, plus one bookable experience.
Inferred read-onlyplaceOne venue in full by id (read-only): every field, provenance, hours, open_now_utc, the booking link and three nearby venues.
Inferred read-onlystaysHotels and stay partners for a city (read-only): hotel listings with a tracked booking link each, plus the partner search links that cover the city.
Inferred read-onlycar_hireCar hire partners that verifiably cover a city (read-only): one entry per partner with the pickup facts we checked and a tracked booking link.
Inferred read-onlyitinerariesEditorial day-by-day wine itineraries for a city (read-only): every venue resolved to an id, address, hours and page URL.
Inferred read-onlycitiesEvery city the site covers (read-only), with the country and city slugs the other tools accept and the hub page URL.
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.corkandcurve]
url = "https://corkandcurve.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"corkandcurve": {
"type": "http",
"url": "https://corkandcurve.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: corkandcurve
Remote MCP URL: https://corkandcurve.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": {
"corkandcurve": {
"url": "https://corkandcurve.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"corkandcurve": {
"type": "http",
"url": "https://corkandcurve.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "corkandcurve",
"transport": "streamable-http",
"url": "https://corkandcurve.com/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.