Skip to main content
Glama

🚀 Built an MCP-Powered Multi-Agent Travel Planner

I’ve been exploring how to design practical Agentic AI systems, so I built MCP Trip Orchestrator using Python, Gemini, LangChain, Tavily MCP, and Pydantic.

The project implements 3 core agentic patterns:

🔹 Supervisor / Orchestrator Coordinates the workflow and manages budget allocation across tasks.

🔹 Multi-Agent Collaboration Specialized workers independently handle: 🚆 Transport 🏨 Accommodation 🏰 Experiences & Dining

🔹 Tool Use + Structured Extraction Agents use Tavily MCP for live web search and Gemini + Pydantic to transform unstructured results into structured booking data.

Architecture

User Request
     ↓
Supervisor / Orchestrator
     ├── Transport Agent
     ├── Stay Agent
     └── Experience Agent
             ↓
        Tavily MCP
             ↓
          Gemini
             ↓
    Structured Output
             ↓
       Final Trip Plan

What I’m focusing on is not just using an LLM, but understanding how to build reliable agentic workflows around LLMs using tools, specialization, orchestration, and structured outputs.

🛠️ Python | Gemini | LangChain | Tavily MCP | Pydantic

Next step: making the orchestrator fully adaptive so it can re-plan when constraints change or a worker fails.

#AgenticAI #AIAgents #MCP #ModelContextProtocol #GenerativeAI #Gemini #LangChain #Python #MultiAgentSystems #AIEngineering #MachineLearning #OpenToWork

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.

  • Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.

  • Web research for agents: quality-scored Google search, webpage extraction, and deep research.

View all MCP Connectors

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/Anshul2k17saini/mcp-trip-orchestrator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server