Skip to main content
Glama

Cox's Bazar AI Itinerary MCP Server

by code4mk
README.md1.63 kB
# Cox's Bazar AI Itinerary MCP Server A Model Context Protocol (MCP) server that provides travel planning tools and weather information for Cox's Bazar, Bangladesh. ## Features - **Weather Tools**: Get temperature forecasts and detailed weather information - **Itinerary Tools**: Generate AI-powered travel itineraries - **Travel Prompts**: Pre-configured prompts for travel planning ## Installation ```bash uv sync ``` ## Usage ### Run with MCP dev (development) ```bash uv run mcp dev src/mcp_server/server.py ``` ### Run as installed command ```bash uv run simple-mcp-server ``` ## Requirements - Python 3.13+ - mcp[cli] >= 1.20.0 - python-dateutil >= 2.9.0 - requests >= 2.32.5 ## Project Structure ``` src/ └── mcp_server/ ├── server.py # Main server entry point ├── tools/ # MCP tools │ ├── weather.py # Weather-related tools │ └── itinerary.py # Travel itinerary tools ├── resources/ # MCP resources │ └── weather.py # Weather data resources ├── prompts/ # MCP prompts │ └── travel_prompts.py # Travel planning prompts └── utils/ # Utilities └── helpers.py # Helper functions ``` ## connect to cluade desktop ```json { "mcpServers": { "coxs-bazar-itinerary": { "command": "uv", "args": [ "--directory", "/Users/code4mk/Documents/GitHub/gumpper-group/mcp-explore/mcp-server-python-template", "run", "simple-mcp-server" ] } } } ``` ## License MIT

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/code4mk/coxs-bazar-itinerary-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server