TripWeaver MCP Server
Click on "Deploy 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., "@TripWeaver MCP Serverfind flights from NYC to London next Friday"
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.
TripWeaver: MCP-Based Multi-Agent Travel Planner
TripWeaver is a multi-agent travel planning application that combines FastAPI, Gradio, LangGraph, and MCP tools to help users search hotels, flights, and plan trips.
Features
Multi-agent travel planning workflow
Streaming backend responses
Gradio-based chat interface
MCP tool endpoints for hotel and flight actions
Related MCP server: expedia-travel-recommendations-mcp
Tech Stack
Python
FastAPI
Gradio
LangGraph
MCP
Run locally
Create and activate a virtual environment
python -m venv .venv .venv\Scripts\activateInstall dependencies
pip install -r requirements.txtStart the backend
python main.pyStart the MCP server
python mcp_travel_server.pyStart the frontend
python frontend.py
Project structure
main.py: FastAPI streaming backend
mcp_travel_server.py: MCP tool server
frontend.py: Gradio UI
agents/: orchestration and tool agents
This server cannot be deployed
Maintenance
Related MCP Connectors
Flight search MCP server providing search, pagination, and itinerary details for AI assistants.
Agent-native travel platform: read-only flight, hotel, and brand tools over MCP. OAuth sign-in.
AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides weather-aware travel planning tools that fetch 3-day forecasts and generate structured itineraries using a multi-agent orchestration system. It exposes specialized agents for weather data and trip planning to any MCP-compliant client.-
- AlicenseNot gradedqualityFmaintenanceMCP server for Expedia travel recommendations. Enables LLMs to search hotels, flights, activities, and car rentals using natural language.23Apache 2.0
- FlicenseNot gradedqualityCmaintenanceMCP server for agentic travel recommendations, exposing tools to retrieve member profiles and personalized travel recommendations with partner-specific rules and policies.-
- AlicenseNot gradedqualityBmaintenanceMCP proxy for Tutu travel services: compacts tool descriptions, adds groundedness checks, supports mock and live modes.MIT