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.
Give your AI agents access to structured data on attraction tickets, tours, and many more experiences worldwide.
AI travel workflows work better when attraction tickets, tours, and experiences are available as structured records instead of ambiguous text strings.
Search across many websites at once so your agent can find the right experience without hopping between providers.
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.
Retrieve a single returned experience with get_tour or the REST detail endpoint when your agent needs more context.
TicketLens offers a free-to-use MCP server and REST API for agent workflows and direct integrations.
Start with hosted MCP for agent tools, or use the versioned API directly when you want standard HTTP integration.
Use the hosted server when your agent platform already supports MCP and you want TicketLens search and detail tools out of the box.
search_tourssearch_poisget_tourhealth_checkcodex mcp add ticketlens-experiences --url https://mcp.ticketlens.com/
Use HTTPS endpoints directly when you want a standard API client, OpenAPI-driven tooling, or custom application logic.
POST /v1/search/toursGET /v1/tours/{tour_id}POST /v1/search/poisGET /v1/pois/{poi_id}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
}'The public repository includes hosted connection details, OpenAPI artifacts, and example integrations for multiple clients.
Browse the README, committed API artifact, MCP setup examples, and integration notes.
Use Swagger UI, ReDoc, or the raw OpenAPI JSON for direct API integration and tool generation.
Start from Codex, Cursor, Claude, curl, JavaScript, or Python examples and adapt them to your agent stack.
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.