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
Agentic-Travel-Planner
An agentic workflow using Large Language Models (LLMs) and various tools to plan travel itineraries for users.
DT1_assigment_2_MCP_Server_Claude
Provides intelligent travel planning functionality through Claude, including real-time weather, place discovery, itinerary generation, and route optimization.
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.
mcp_server_weather_taeyoung
Provides a Micro-Agent Platform (MCP) tool to fetch current weather forecasts for specified geographical coordinates.