Keago MCP · for developers

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

  1. Add https://keago.app/mcp as a custom / remote MCP server in your client (Claude, ChatGPT, Cursor, Codex, Copilot, Gemini CLI).
  2. The client discovers /.well-known/oauth-protected-resource and registers itself dynamically. No API keys, no secrets to store.
  3. 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

  1. buscar_viajes — Search the Keago catalogue: cities, stage routes, trips.
  2. guia_destino — Read a destination guide: what to see, suggested days, season.
  3. mis_planes — List the signed-in user's trips with dates and share links.
  4. crear_plan — Create a trip with a day-by-day itinerary already built.
  5. anadir_itinerario — Add days, stops, times and stays to an existing trip.
  6. editar_plan — Edit title, dates, destination or summary.
  7. anadir_notas — Append practical notes (visas, tickets, what to pack).
  8. borrar_plan — Delete a trip — only with explicit confirmation.
  9. crear_lista — Create a spot list (eat, coffee, nightlife, see, sleep).
  10. anadir_sitios — Add rated spots to an existing list.
  11. mis_listas — Read the user's lists, or public community lists.
  12. 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

  1. /llms.txt — short corpus describing Keago for assistants.
  2. /llms-full.txt — full catalogue of destinations and stage routes, as plain text.
  3. /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.