INDIVIDUAL MCP TOOL
place
One venue in full by id (read-only): every field, provenance, hours, open_now_utc, the booking link and three nearby venues.
LIVE ENDPOINT
https://corkandcurve.com/mcp
Connect to this endpoint to inspect the live schema for place 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
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.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.
Related tools
search_places— Search verified venues (read-only).plan_day— Compose 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.festivals— Wine festivals with their next resolved dates (read-only).experiences— Bookable wine tours, tastings, cellar visits and tickets for a region.stays— Hotels 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.car_hire— Car hire partners that verifiably cover a city (read-only): one entry per partner with the pickup facts we checked and a tracked booking link.dishes— Signature wines of a region and the producer to visit (read-only).itineraries— Editorial day-by-day wine itineraries for a city (read-only): every venue resolved to an id, address, hours and page URL.