Structured experience data for AI agents

Travel Experiences Knowledge for AI Agents

Give your AI agents access to structured data on attraction tickets, tours, and many more experiences worldwide.

What TicketLens provides

  • Check availability and prices for tickets, tours, and experiences in one search
  • Hosted MCP server plus versioned REST API
  • GitHub docs, OpenAPI, and ready-to-run examples

Why AI agents need structured travel data

AI travel workflows work better when attraction tickets, tours, and experiences are available as structured records instead of ambiguous text strings.

Compare tickets, tours, and activities with one search

Search across many websites at once so your agent can find the right experience without hopping between providers.

Check availability and prices fast

In high season, finding available tickets across providers is a hassle. TicketLens lets your agent check availability and prices for attraction tickets, tours, and many more experiences with one search.

Fetch detail only when needed

Retrieve a single returned experience with get_tour or the REST detail endpoint when your agent needs more context.

What TicketLens provides

TicketLens offers a free-to-use MCP server and REST API for agent workflows and direct integrations.

  • Check availability and prices for attraction tickets, tours, and experiences with one structured search.
  • Match attractions and aliases before running experience search.
  • Fetch detail for a returned experience.
  • Use the free TicketLens MCP server or REST API for the same experience data.

Travel experiences covered

Attraction and museum tickets
Guided tours and day tours
Hop-on hop-off bus products
Sports tickets
Event and admission products

Available via Model Context Protocol (MCP) and API

Start with hosted MCP for agent tools, or use the versioned API directly when you want standard HTTP integration.

Free TicketLens MCP server

Use the hosted server when your agent platform already supports MCP and you want TicketLens search and detail tools out of the box.

Public tools
  • search_tours
  • search_pois
  • get_tour
  • health_check
Short MCP example
codex mcp add ticketlens-experiences --url https://mcp.ticketlens.com/

Free TicketLens REST API

Use HTTPS endpoints directly when you want a standard API client, OpenAPI-driven tooling, or custom application logic.

Public endpoints
  • POST /v1/search/tours
  • GET /v1/tours/{tour_id}
  • POST /v1/search/pois
  • GET /v1/pois/{poi_id}
Short REST example
curl -sS https://api.ticketlens.com/v1/search/tours \
  -H 'content-type: application/json' \
  -d '{
    "query": "Eiffel Tower ticket",
    "city": "Paris",
    "languages": ["en"],
    "per_page": 5
  }'

Docs, examples, and GitHub

The public repository includes hosted connection details, OpenAPI artifacts, and example integrations for multiple clients.

Examples

Start from Codex, Cursor, Claude, curl, JavaScript, or Python examples and adapt them to your agent stack.

Start building

Use TicketLens when your AI agent needs free access to structured experience data plus fast availability and price checks through the TicketLens MCP server or API.

Language
English
Currency
© 2020-2026 TicketLens GmbH. All rights reserved. Made with love in Vienna.