Skip to main content
Glama
talya-git

Weather MCP Server

by talya-git

⛅ Weather MCP Server

プロトコル: MCP | Python 3.11+ | ライセンス: MIT | ステータス: アクティブ ✅

Model Context Protocol (MCP) アーキテクチャを実装した堅牢なプロジェクトです。イスラエルと米国の都市の最新の天気予報を取得できる自律型LLM駆動エージェントであり、ターミナルチャットインターフェースでシームレスな自然言語応答を提供します。


プロジェクト概要

このプロジェクトは、ネイティブには利用できない外部データソースへのアクセスを許可することでLLMの機能を拡張します。公式の公開APIを持たないサイトからライブ予報を取得します。

このシステムは、2つの相補的な取得エンジンを使用してこのギャップを埋めます:

#

情報ソース

メカニズムと技術説明

1

イスラエルサーバー(weather-Israel

ブラウザ自動化(Playwright): ヘッドレスブラウザインスタンスを起動してweather2day.co.il/forecastに移動し、対象都市を特定し、ページコンテンツを抽出して、分析のために直接LLMに供給します(RAGアプローチ)。

2

米国サーバー(weather-USA

公式API REST呼び出し: 公式のNational Weather Service(NWS)APIに対して直接RESTリクエストを実行する軽量サーバー。

Hostレイヤーはフローを調整します:サーバーを言語モデルに接続し、利用可能なツールを動的に公開し、モデルが正確な応答を生成するまで会話ループを管理します。


ワークフローアーキテクチャ

User: "What's the weather in Tel Aviv?"
    │
    ▼
Host ◄──► LLM autonomously selects and executes tools
    │
    ▼
Israel Server (Sequential pipeline):
open ──► enter("Tel Aviv") ──► select ──► get_content
    │
    ▼
Content analysis (RAG) by LLM
    │
    ▼
✨ Final response generated in natural language
-
license - not tested
Not graded
quality - not tested
B
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 Connectors

  • US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.

  • US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.

  • Get US weather forecasts, active alerts, and current observations.

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/talya-git/Project_Weather_Mcp2'

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