TicketLens gives a travel assistant one search surface over tours, museum and attraction tickets, sightseeing buses and event admissions, with a place-resolution step so "Eiffel Tower" becomes a real record before the search runs. It is a hosted connector, so there is nothing to deploy.
TicketLens Experiences is the official hosted remote MCP server for destination experiences, served at mcp.ticketlens.com. The same inventory is also available as a versioned REST API for clients that are not on MCP.
- `search_tours` — search across providers for attraction tickets, tours and experiences, with structured availability and pricing.
- `search_pois` — resolve an attraction name or alias to a canonical place before searching it.
- `get_tour` — fetch the detail behind an experience returned by a search.
- `health_check` — confirm service status.
- Coverage spans guided tours, attraction and museum tickets, hop-on hop-off buses, sports tickets and event admissions in one result set.
- Date filtering with ISO dates, for a single day or a range.
An MCP client that can add a remote HTTP connector, pointed at the public hosted URL. The current public setup needs no extra headers, and TicketLens describes the surface as free to use.
One command — codex mcp add ticketlens-experiences --url https://mcp.ticketlens.com/
