Agentic MCP Itinerary
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agentic MCP ItineraryPlan a 4-day trip to Tokyo with flights and hotels, budget $2500."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agentic MCP Itinerary PoC
PoC de un servidor MCP que orquesta búsquedas paralelas de vuelos, hoteles y actividades, con estado persistente vía LangGraph + SQLite.
Requisitos
Python 3.11+
ANTHROPIC_API_KEYconfigurada
Instalación
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtEjecutar mocks (3 procesos)
Los clientes MCP de server/tools/ lanzan los mocks por STDIO en procesos separados cuando se requieren. Para depuración manual puedes iniciarlos en terminales separadas:
python mocks/flights_mcp.pypython mocks/hotels_mcp.pypython mocks/activities_mcp.pyEjecutar el servidor principal (STDIO)
python server/main.pyEl estado persistente se guarda en storage/checkpoints.db.
Claude Desktop
Copia el archivo
claude_desktop_config.jsony actualiza la ruta absoluta alserver/main.py.Asegura
ANTHROPIC_API_KEYen el bloqueenv.Reinicia Claude Desktop y habilita el MCP server
travel-agent.
Deploy en Railway
Crea un nuevo servicio y apunta el repo.
Configura las variables de entorno requeridas:
GEMINI_API_KEYMCP_API_KEY
El servicio expone
/healthpara checks y usaPORTinyectado por Railway.
Notas de PoC
El agente interno usa el modelo
claude-3-5-haiku-20241022.Las búsquedas de vuelos/hoteles/actividades se hacen en paralelo.
Si un mock falla, el itinerario se genera con los datos disponibles y se agrega un aviso.
El coste total nunca excede el presupuesto indicado.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AlexGHerrera/agentic-mcp-itinerary'
If you have feedback or need assistance with the MCP directory API, please join our Discord server