DT1_assigment_2_MCP_Server_Claude
Verified Safeby BajpaiH22
Overview
Provides intelligent travel planning functionality through Claude, including real-time weather, place discovery, itinerary generation, and route optimization.
Installation
docker run -i --rm bajpaih22/travel-planner-mcp:latestSecurity Notes
The code does not use `eval` or display obfuscation. It relies on standard external APIs (Nominatim, Open-Meteo, Overpass API) which are publicly accessible and do not require API keys for this usage. Input parameters have basic type hints and some length/value constraints (e.g., `days` limited to 7, `limit` for places). All external HTTP requests include a `User-Agent` header. Error handling is present for API call failures. No hardcoded secrets or sensitive credentials were found. The server is designed to run in a Docker container, providing an isolated execution environment.
Similar Servers
epanet-mcp-server
Provides weather alerts and forecasts via the National Weather Service API, and enables running EPANET water network simulations.
weather-mcp-server
Provides real-time weather information for specified cities by querying the wttr.in API, primarily for use within agent frameworks like HelloAgents.
Travel-Planning-Assistant-using-FastMCP
An AI travel assistant that uses an LLM agent and modular MCP servers to provide real-time information for flight, hotel, weather, places, and timezone during trip planning.
Agentic-Travel-Planner
An agentic travel planning application that uses LLMs and tools to assist users with flight searches, bookings, car rentals, weather forecasts, and payments.