Skip to main content
Glama

Weather MCP Agent

モジュール式で本番環境に対応した、リアルタイムの天気予報を提供するAIエージェントです。このプロジェクトは、Model Context Protocol (MCP) パターン、インテリジェンス処理にGoogle Gemini 2.0 Flash-Lite、応答性の高いユーザーインターフェースにStreamlitを活用しています。

プロジェクト概要

このアプリケーションは、ライブの気象データを取得するために関数呼び出しを実行できるインテリジェントエージェントとして機能します。SOLID原則、モジュール性、クリーンアーキテクチャに重点を置いて構築されています。

Related MCP server: mcp-foundry

アーキテクチャ

  • エージェントオーケストレーション: Google GenAI SDKを使用して、会話状態とツール実行を管理します。

  • 天気サービス: 外部API通信(Open-Meteo)用の分離されたサービスレイヤーです。

  • インターフェース: インタラクティブな天気クエリのためのクリーンなStreamlitチャットUIです。

プロジェクト構造

weather_mcp_project/
├── .env                  # Environment variables (API Key)
├── .gitignore            # Git exclusion rules
├── app.py                # Streamlit chat interface
├── requirements.txt      # Project dependencies
└── src/                  # Core application logic
    ├── agent_client.py   # AI Agent orchestration
    ├── config.py         # Pydantic-based configuration
    ├── mcp_server.py     # MCP tool definitions
    └── weather_service.py# External data integration
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs

  • OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)

  • MCP server for Google Veo AI video generation

View all MCP Connectors

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/tejaswini22012003/weather_mcp_project'

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