The travel MCP for AI
Keago is a remote Model Context Protocol server for travel. Point any MCP client at it and the model can search a real travel catalogue and write structured, editable trips — days, stops, routes, map, stays and transport — into the user's Keago account.
Endpoint: https://keago.app/mcp · Transport: Streamable HTTP · Auth: OAuth 2.1 with dynamic client registration.
Connect
- Add
https://keago.app/mcpas a custom / remote MCP server in your client (Claude, ChatGPT, Cursor, Codex, Copilot, Gemini CLI). - The client discovers
/.well-known/oauth-protected-resourceand registers itself dynamically. No API keys, no secrets to store. - The user authorises once with their Keago account. Every tool call then runs as that user, under row-level security — a client never sees other people's trips.
Step-by-step per client: keago.app/conectar. Spec: modelcontextprotocol.io.
Tools
buscar_viajes— Search the Keago catalogue: cities, stage routes, trips.guia_destino— Read a destination guide: what to see, suggested days, season.mis_planes— List the signed-in user's trips with dates and share links.crear_plan— Create a trip with a day-by-day itinerary already built.anadir_itinerario— Add days, stops, times and stays to an existing trip.editar_plan— Edit title, dates, destination or summary.anadir_notas— Append practical notes (visas, tickets, what to pack).borrar_plan— Delete a trip — only with explicit confirmation.crear_lista— Create a spot list (eat, coffee, nightlife, see, sleep).anadir_sitios— Add rated spots to an existing list.mis_listas— Read the user's lists, or public community lists.lista_al_plan— Push chosen spots from a list into a trip's itinerary.
Read tools are idempotent and unconfirmed; borrar_plan is destructive and requires an explicit confirmar=true. Accommodation and transport are never invented: the server records what the user decided and the app links out to search.
Resources without a connector
- /llms.txt — short corpus describing Keago for assistants.
- /llms-full.txt — full catalogue of destinations and stage routes, as plain text.
- /keago.json — machine-readable index of the same catalogue.
Example prompt
Use the Keago connector. I want a 15-day trip through Japan, flying into Tokyo and out of Osaka. Build it in Keago with the day-by-day itinerary and give me the share link.
Not a developer? Connect your AI or read what a travel MCP is.