paraguay-tourism-MCP-Server

josego85/paraguay-tourism-MCP-Server

3.2

If you are the rightful owner of paraguay-tourism-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Paraguay Tourism MCP Server is a specialized server that provides access to a comprehensive database of tourist places in Paraguay, offering advanced location-based search capabilities.

Tools
6
Resources
0
Prompts
0

🚀 Paraguay Tourism MCP Server

Version Python FastMCP MCP License: GPL-3.0

A Model Context Protocol (MCP) server providing access to Paraguay's tourist places with advanced location-based search capabilities.

✨ Features

  • 🗺️ Complete tourist places database
  • 📍 Location-based search with distance calculations
  • 🌐 Automatic IP-based geolocation
  • 🔍 Geocoding support (city/address to coordinates)
  • 🎯 Results sorted by distance
  • 🏗️ Clean architecture following SOLID principles

🚀 Quick Start

# Clone repository
git clone https://github.com/yourusername/paraguay-tourism-MCP-Server.git
cd paraguay-tourism-MCP-Server

# Setup virtual environment
python3.11 -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Run server
python src/paraguay_tourism/server.py

📚 Documentation

  • 📖 - Setup and configuration
  • 🏗️ - Project structure and design
  • 🛠️ - Complete MCP tools documentation
  • 📍 - Location-based features guide
  • 🤝 - Contribution guidelines
  • 📝 - Version history

🛠️ MCP Tools

ToolDescription
list_all_tourist_placesList all tourist places
get_tourist_place_by_idGet place details by ID
find_tourist_places_by_distanceSearch by distance from coordinates
get_current_locationGet location via IP
geocode_locationConvert address to coordinates
find_nearby_tourist_placesAuto-location + nearby search

See for complete documentation.

🔧 Technologies

  • Python 3.11+
  • FastMCP - MCP server framework
  • Pydantic - Data validation
  • httpx - HTTP client
  • tabulate - Table formatting

📄 License

Licensed under GNU General Public License v3.0 - see file.

🙏 Acknowledgments


Made with ❤️ for Paraguay Tourism

⭐ Star | 🐛 Report Bug | 💡 Request Feature