Voyager AI Trip Planner
Provides access to Wikipedia's API to find attractions for trip planning.
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., "@Voyager AI Trip PlannerPlan a trip to Tokyo for 4 days with attractions and budget"
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.
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 |
| Local JSON database |
| Open-Meteo API |
| Wikipedia API |
| Python calculation |
The same server also exposes the destination://{name} resource and the plan_a_trip prompt.
Related MCP server: travel-mcp-server
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 .envAdd your Groq key to .env:
GROQ_API_KEY=gsk_your_real_key_here
GROQ_MODEL=llama-3.3-70b-versatileRun 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.pyOnly 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.pyIn another terminal, start Inspector:
npx @modelcontextprotocol/inspectorChoose 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.pyWeather and attraction tools require internet access. Budget values are demonstration estimates, not live booking quotes.
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceThis MCP server provides access to TripAdvisor data for planning vacations, enabling users to search for and get details about locations, attractions, restaurants, and hotels through an interactive planning experience.42Apache 2.0
- FlicenseAqualityCmaintenanceAn AI-powered travel planner MCP server enabling flight and hotel search, weather forecasts, point-of-interest discovery, itinerary generation, and budget management.8
- Alicense-qualityDmaintenanceA travel planning MCP server that supports flight search, weather (including cherry blossom forecasts), exchange rate queries, and trip planning. It specializes in Japan travel from Shenzhen/Hong Kong, providing optimal date analysis and multi-day itinerary suggestions.8ISC
- Flicense-qualityDmaintenanceAn MCP server for searching flights, hotels, weather, and tourist attractions.
Related MCP Connectors
Geo-based flight search MCP server. Find more flights between any two places on earth
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/anhadkaur-ml/mcp-dummy-project'
If you have feedback or need assistance with the MCP directory API, please join our Discord server