Back to Home

DT1_assigment_2_MCP_Server_Claude

Verified Safe

by BajpaiH22

Overview

Provides intelligent travel planning functionality through Claude, including real-time weather, place discovery, itinerary generation, and route optimization.

Installation

Run Command
docker run -i --rm bajpaih22/travel-planner-mcp:latest

Security 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-29

Tags

Travel planningWeatherPlace discoveryItineraryDistance calculation