coxs-bazar-itinerary-mcp-server
Verified Safeby code4mk
Overview
Provides AI-powered travel planning tools and real-time weather information for Cox's Bazar, Bangladesh.
Installation
docker run -i --rm cox-mcp-serverEnvironment Variables
- IS_OAUTH_ENABLED
- REDIS_HOST
- REDIS_PORT
- REDIS_PASSWORD
- GITHUB_CLIENT_ID
- GITHUB_CLIENT_SECRET
- RESOURCE_BASE_URL
- TRANSPORT_NAME
- SERVER_PORT
- SERVER_HOST
Security Notes
The server correctly uses environment variables (`os.getenv`) for sensitive configurations like GitHub OAuth credentials and Redis connection details. It relies on `FastMCP` for its core server logic and interacts with a legitimate external weather API (Open-Meteo). Input parsing for dates uses `python-dateutil`, and structured elicitation uses Pydantic models for validation, which are generally safe practices. No `eval` or obvious obfuscation detected. Potential risks would primarily stem from misconfiguration of OAuth providers or vulnerabilities within the `FastMCP` framework itself, which are external to this specific codebase's immediate scrutiny.
Similar Servers
mcp-local-server
A Model Context Protocol (MCP) server that provides real-time weather data, basic mathematical calculations, and mock alert details to AI agents.
weather
This server provides weather information by integrating with an external LLM (like Claude) as a tool within the Model Context Protocol (MCP).
mcp-server
Provides Model Context Protocol (MCP) compliant endpoints for managing travel packages, creating and retrieving bookings, planning itineraries, and performing price calculations.
Weather_MCP_Server
Provides real-time weather data, forecasts, and weather comparison between cities to AI assistants via an MCP server.