Skip to main content
Glama
Ajey95
by Ajey95

🌿 Amazon Rainforest Travel Guide (Claude Agent + MCP)

An AI-powered travel assistant connected to Claude via MCP, designed to help users explore the Amazon Rainforest β€” from planning routes to discovering nearby hotels and adventure spots.


πŸš€ Features

  • 🌍 Get directions from any location to Manaus, Brazil

  • 🏨 Discover nearby hotels using Geoapify

  • πŸ₯Ύ Find adventure spots like hikes and nature trails

  • πŸ›οΈ Explore food, monuments, and cultural sites

  • ⚠️ Get essential travel precautions

  • πŸ€– Powered by Claude + FastMCP


Related MCP server: Amadeus MCP Server

πŸ› οΈ Tech Stack

  • Claude (Anthropic Desktop Client)

  • FastMCP for Claude tool registration

  • Python + HTTPX + dotenv

  • OpenTripMap, Geoapify, OpenRouteService APIs


πŸ“¦ Installation

  1. Clone the repo:

    git clone https://github.com/Ajey95/MCP.git
    cd MCP
  2. commands:

    # On Windows.
     powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
      uv init projectname
      Create a virtual environment (optional but recommended):
      python -m venv venv
      source venv/bin/activate   # On Windows: venv\Scripts\activate
    
      Add your API keys in a .env file:
      ORS_API_KEY=your_openrouteservice_api_key
      GEOAPIFY_API_KEY=your_geoapify_api_key
      OPENTRIPMAP_API_KEY=your_opentripmap_api_key
  3. mcp command:

     install mcp 
     install mcp[cli]
  4. Final:

    pip install -r requirements.txt
    To run uv run mcp install file.py
    #Continue building!

🧠 Connecting Claude to Your MCP Server

Run your server: uv run mcp install file.py Open the Claude desktop app

Click on Add Tool

Paste your MCP endpoint (shown in terminal, e.g., http://localhost:3333/.well-known/ai-plugin.json)

Claude will scan and install tools like:

  • get_travel_route

  • get_nearby_hotels

  • get_adventure_spots

  • get_monuments_and_food

  • get_precautions

  • greet_user


πŸ—£οΈ Sample Prompts to Try in Claude

  • "What's the distance and travel time from Rio de Janeiro to the Amazon Rainforest?"

  • "Find top hotels near Manaus."

  • "Suggest some adventure spots near Manaus."

  • "What cultural sites can I visit in the Amazon?"

  • "Give me precautions before visiting the rainforest."


🀝 Contributing

Pull requests welcome. For major changes, please open an issue first.

πŸ“„ License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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/Ajey95/MCP'

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