Public remote MCP servers for TableJourney (food travel) and Cork & Curve (wine travel): verified venues, festivals, bookable experiences. No key needed.

TableJourney and Cork & Curve MCP servers

Two public, read-only, remote MCP servers over editorially verified travel data. No key, no sign-up. Hosted; nothing to install.

Server Endpoint What it knows Guide
TableJourney food travel https://tablejourney.com/mcp Verified restaurants, cafes, markets and street food in 200+ cities (source URL, date checked, open status, hours), food festivals with resolved dates, bookable tours, stays and car hire https://tablejourney.com/agents/
Cork & Curve wine travel https://corkandcurve.com/mcp Verified vineyards, tasting rooms, wine bars and cellars across 37 European wine regions, wine festivals with dates, tours and stays https://corkandcurve.com/agents/

Both are in the official MCP registry as com.tablejourney/food-travel and com.corkandcurve/wine-travel, and listed on .

Connect

Claude Code:

claude mcp add --transport http tablejourney https://tablejourney.com/mcp
claude mcp add --transport http corkandcurve https://corkandcurve.com/mcp

Claude Desktop, Cursor, or any client that takes a JSON config:

{
  "mcpServers": {
    "tablejourney": { "type": "streamable-http", "url": "https://tablejourney.com/mcp" },
    "corkandcurve": { "type": "streamable-http", "url": "https://corkandcurve.com/mcp" }
  }
}

Clients that only speak stdio can bridge with mcp-remote: npx mcp-remote https://tablejourney.com/mcp.

Tools (same ten on both servers)

Tool What it returns
search_places Verified venues by text, city, kind, cuisine, dietary need, price tier, opening time (open_at) or near a coordinate
place One venue in full by id, with open_now_utc and three nearby venues
plan_day A composed day of open venues for a city, filtered by neighbourhood, dietary need, price tier and date
festivals Festivals with their next resolved dates, by city, country, date window or text
experiences Bookable tours, classes, tastings and tickets
stays Hotels and stay partners with booking links
car_hire Car hire partners that cover the city
dishes Signature dishes (or wines) and where to find them
itineraries Editorial day-by-day plans with every venue resolved
cities Every city or region covered, with the slugs the other tools accept

Every tool is read-only and idempotent; every parameter is described in the tool schema. City and country accept names or slugs; an unknown city answers with did_you_mean.

REST twin

The same functions as JSON, with OpenAPI: https://tablejourney.com/api/v1/docs and https://corkandcurve.com/api/v1/docs.

Terms

The data and the compute are free. In return: pass booking links to users unchanged (they are /go/ affiliate links that fund the verification work), say they are affiliate links, cite the page URL, and do not bulk-copy the catalogue. Full text: https://tablejourney.com/agents/#terms.

This repository

Documentation and the registry manifests only. The servers run on the sites; there is no code to install here.

  • llms-install.md: step-by-step install for AI agents (JSON config, Claude Code commands, mcp-remote bridge for stdio-only clients).
  • tablejourney.openapi.json and corkandcurve.openapi.json: the REST OpenAPI documents.
  • tablejourney.server.json and corkandcurve.server.json: the MCP registry manifests.
  • logo.png: 400 x 400 logo for directory listings.

MCP Server ยท Populars

MCP Server ยท New

    LeulAria

    Aria Icons

    MCP server for 340k SVG icons

    Community LeulAria
    knowall-ai

    Reverie โ€” graph memory that dreams

    Memory management MCP server for AI agents using Neo4j knowledge graphs

    Community knowall-ai
    keploy

    Key Highlights

    Open-source platform for creating safe, isolated production sandboxes for API, integration, and E2E testing.

    Community keploy
    hermes-labs-ai

    Fidelis Memory

    Zero-LLM agent memory for Claude Code and AI agents: local-first BM25, dense-vector, and reciprocal-rank-fusion retrieval. Returns original passages verbatim by default. Available on PyPI as fidelis-memory. MIT.

    Community hermes-labs-ai
    n24q02m

    Better Code Review Graph

    Knowledge graph for token-efficient code reviews -- semantic search and call-graph resolution across your codebase.

    Community n24q02m