Voyager AI Trip Planner
MCP server offering travel planning tools such as destination search, weather lookup, attraction discovery, and budget estimation.
README
Voyager AI Trip Planner - Terminal Agent with One MCP Tool URL
Voyager itself runs interactively in the terminal and uses LangChain's ChatGroq integration with GROQ_API_KEY. A quiet background gateway exposes every tool to both Voyager and MCP Inspector through the same URL:
http://localhost:3000/mcp
Available tools
| Tool | Data source |
|---|---|
search_destinations |
Local JSON database |
get_weather |
Open-Meteo API |
find_attractions |
Wikipedia API |
estimate_trip_budget |
Python calculation |
The same server also exposes the destination://{name} resource and the plan_a_trip prompt.
Setup
cd C:\Users\ASUS\mcp\trip-planner
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
Copy-Item .env.example .env
Add your Groq key to .env:
GROQ_API_KEY=gsk_your_real_key_here
GROQ_MODEL=llama-3.3-70b-versatile
Run Voyager in the terminal
The launcher silently starts the tool gateway and then opens the interactive Voyager agent in the current terminal:
.\.venv\Scripts\python.exe run_project.py
Only the agent UI is shown. When Voyager exits, the hidden tool gateway stops automatically.
View all tools in one MCP Inspector connection
If Voyager is already running through run_project.py, leave it running and connect Inspector directly. Otherwise, start only the tool gateway for Inspector testing:
.\.venv\Scripts\python.exe server.py
In another terminal, start Inspector:
npx @modelcontextprotocol/inspector
Choose Streamable HTTP, enter http://localhost:3000/mcp, and connect. All four tools appear under that single connection. The agent itself is not served at this URL; it remains a terminal program.
Run only the agent
If server.py is already running:
.\.venv\Scripts\python.exe agent.py
Weather and attraction tools require internet access. Budget values are demonstration estimates, not live booking quotes.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.