Skip to main content
Glama

Cox's Bazar AI Itinerary MCP Server

by code4mk

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

uv sync

Usage

Run with MCP dev (development)

uv run mcp dev src/mcp_server/server.py

Run as installed command

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

{ "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

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Provides travel planning tools for Cox's Bazar, Bangladesh, including weather forecasts, AI-powered itinerary generation, and pre-configured travel planning prompts.

  1. Features
    1. Installation
      1. Usage
        1. Run with MCP dev (development)
        2. Run as installed command
      2. Requirements
        1. Project Structure
          1. connect to cluade desktop
            1. License

              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