Back to Home
code4mk icon

coxs-bazar-itinerary-mcp-server

Verified Safe

by code4mk

Overview

Provides AI-powered travel planning tools and real-time weather information for Cox's Bazar, Bangladesh.

Installation

Run Command
docker run -i --rm cox-mcp-server

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens750
Stars0
Forks1
Last Update2025-11-19

Tags

travelitineraryweatherAImcp-server