🌿アマゾン熱帯雨林旅行ガイド(クロード・エージェント + MCP)
MCP を介して Claude に接続された AI 搭載の旅行アシスタント。ルートの計画から近くのホテルやアドベンチャー スポットの発見まで、ユーザーがアマゾンの熱帯雨林を探索できるように設計されています。
🚀 機能
🌍 どこからでもブラジルのマナウスまでの道順を取得
🏨 Geoapify を使って近くのホテルを探す
🥾 ハイキングや自然歩道などのアドベンチャースポットを見つけましょう
🏛️ 食べ物、記念碑、文化的な場所を探索する
⚠️ 旅行に関する注意事項をご確認ください
🤖 Claude + FastMCP によって提供
🛠️ 技術スタック
クロード(Anthropic デスクトップ クライアント)
Claudeツール登録用のFastMCP
Python + HTTPX + dotenv
OpenTripMap、Geoapify、OpenRouteService API
📦 インストール
リポジトリをクローンします:
git clone https://github.com/Ajey95/MCP.git cd MCPコマンド:
# 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_keymcp コマンド:
install mcp install mcp[cli]決勝:
pip install -r requirements.txt To run uv run mcp install file.py #Continue building!
🧠 Claude を MCP サーバーに接続する
サーバーを起動します: uv run mcp install file.py Claudeデスクトップアプリを開きます
ツールの追加をクリック
MCP エンドポイントを貼り付けます (ターミナルに表示されます。例: http://localhost:3333/.well-known/ai-plugin.json )
Claude は次のようなツールをスキャンしてインストールします:
get_travel_route
近くのホテルを探す
アドベンチャースポットを探す
記念碑と食べ物を手に入れる
注意事項を取得する
greet_user
🗣️ クロードで試せるサンプルプロンプト
「リオデジャネイロからアマゾンの熱帯雨林までの距離と移動時間はどれくらいですか?」
「マナウス近郊のトップホテルを探す。」
「マナウス近郊のアドベンチャースポットをいくつか教えてください。」
「アマゾンではどんな文化遺産を訪れることができますか?」
「熱帯雨林を訪れる前に注意すべき点を教えてください。」
🤝 貢献する
プルリクエストは歓迎します。大きな変更については、まず問題を報告してください。
📄 ライセンス
マサチューセッツ工科大学
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
MCP を介して Claude に接続された AI 搭載の旅行アシスタント。道順、ホテルのおすすめ、アドベンチャー スポット、文化的な場所、旅行上の注意事項などを提供して、ユーザーがアマゾン熱帯雨林の旅行を計画するのに役立ちます。
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your AWS environment. This allows for natural language querying and management of your AWS resources during conversations. Think of better Amazon Q alternative.Last updated -3286
- AsecurityFlicenseAqualityA Model Context Protocol server that connects to Amadeus API, enabling AI assistants to search flights, analyze prices, find best travel deals, and plan multi-city trips.Last updated -34
- AsecurityAlicenseAqualityMCP server that provides Claude AI assistants with the ability to search the web, get news, and perform research using the You.com API.Last updated -42MIT License
- -securityFlicense-qualityProvides AI-powered visual analysis capabilities for Claude and other MCP-compatible AI assistants, allowing them to capture and analyze screenshots, perform file operations, and generate UI/UX reports.