Weather MCP Server
⛅ Weather MCP Server
プロトコル: MCP | Python 3.11+ | ライセンス: MIT | ステータス: アクティブ ✅
Model Context Protocol (MCP) アーキテクチャを実装した堅牢なプロジェクトです。イスラエルと米国の都市の最新の天気予報を取得できる自律型LLM駆動エージェントであり、ターミナルチャットインターフェースでシームレスな自然言語応答を提供します。
プロジェクト概要
このプロジェクトは、ネイティブには利用できない外部データソースへのアクセスを許可することでLLMの機能を拡張します。公式の公開APIを持たないサイトからライブ予報を取得します。
このシステムは、2つの相補的な取得エンジンを使用してこのギャップを埋めます:
# | 情報ソース | メカニズムと技術説明 |
1 | イスラエルサーバー( | ブラウザ自動化(Playwright): ヘッドレスブラウザインスタンスを起動して |
2 | 米国サーバー( | 公式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 languageThis server cannot be installed
Maintenance
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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