Weather MCP Server
⛅ Weather MCP Server
Protokoll: MCP | Python 3.11+ | Lizenz: MIT | Status: Aktiv ✅
Ein robustes Projekt, das die Model Context Protocol (MCP)-Architektur implementiert – einen autonomen, LLM-gestützten Agenten, der aktuelle Wettervorhersagen für Städte in Israel und den USA abrufen und nahtlose Antworten in natürlicher Sprache über eine Terminal-Chat-Oberfläche liefern kann.
Projektübersicht
Dieses Projekt erweitert die LLM-Fähigkeiten, indem es Zugriff auf externe Datenquellen gewährt, die nicht nativ verfügbar sind: das Abrufen von Live-Vorhersagen von Websites, die keine offizielle öffentliche API besitzen.
Das System überbrückt diese Lücke mithilfe zweier sich ergänzender Abruf-Engines:
# | Informationsquelle | Mechanismus & technische Beschreibung |
1 | Israel-Server ( | Browser-Automatisierung (Playwright): Startet eine headless Browser-Instanz, navigiert zu |
2 | USA-Server ( | Offizielle API-REST-Aufrufe: Ein leichtgewichtiger Server, der direkte REST-Anfragen an die offizielle National Weather Service (NWS)-API ausführt. |
Die Host-Ebene orchestriert den Ablauf: Sie verbindet Server mit dem Sprachmodell, stellt dynamisch verfügbare Tools bereit und verwaltet die Konversationsschleife, bis das Modell eine genaue Antwort liefert.
Workflow-Architektur
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