# Tripuck > Tripuck is a flight meta-search and travel platform operating a public, read-only Model Context Protocol (MCP) connector for AI assistants such as ChatGPT and Claude. The connector provides flight search, price calendars, popular routes, flight details, and a "Meeting Point" feature (cheapest common destination for 2-5 travelers departing from different origins). ## MCP / AI Connector - [MCP Endpoint](https://mcp.tripuck.com/mcp): JSON-RPC 2.0 over Streamable HTTP. Tools: `search_flights`, `cheapest_dates`, `popular_routes`, `flight_details`, `find_meeting_point`. All read-only. - [MCP Health](https://mcp.tripuck.com/health): liveness probe, returns `{"status":"ok","service":"tripuck-api"}`. - [Privacy Policy — AI Assistant Connector section](https://tripuck.com/en/privacy-policy): structured arguments we receive, data we explicitly do NOT receive (account ID, conversation history, fingerprint, cookies), rate limits (30 req/min, 2000/day per fingerprint), KVKK rights, how to opt out. ## About - [Home](https://tripuck.com/en): Flight meta-search homepage with deal explorer. - [About](https://tripuck.com/en/about): Tripuck Tourism Limited Company, Antalya, Turkey. - [Contact](https://tripuck.com/en/contact): Customer Support `support@tripuck.com`. Office: Antalya, Turkey. - [Terms of Service](https://tripuck.com/en/terms-of-service) ## Booking & Search (web) - [Flight Search](https://tripuck.com/en/search): Live flight prices. - [Flight Tickets](https://tripuck.com/en/flight-tickets): Popular routes, airlines, cities, airports — SEO landing pages. - [Hotels](https://tripuck.com/otel/): Hotel search. - [eSIM](https://tripuck.com/esim): International data plans. ## Operating principles - The MCP connector is read-only — it never books, pays, or mutates account state. - All booking flows complete on tripuck.com, not through the AI chat. - Tripuck's data feeds are public; results returned to AI chat contain no personal information. - AI crawlers (ChatGPT-User, GPTBot, OAI-SearchBot, ClaudeBot, Claude-User, anthropic-ai) are explicitly allowed in robots.txt and at the WAF layer.