Weather MCP Server
⛅ Weather MCP Server
Protocolo: MCP | Python 3.11+ | Licencia: MIT | Estado: Activo ✅
Un proyecto robusto que implementa la arquitectura Model Context Protocol (MCP): un agente autónomo basado en LLM capaz de obtener pronósticos meteorológicos actualizados para ciudades de Israel y Estados Unidos, ofreciendo respuestas fluidas en lenguaje natural a través de una interfaz de chat en la terminal.
Descripción general del proyecto
Este proyecto amplía las capacidades de los LLM permitiendo el acceso a fuentes de datos externas que no están disponibles de forma nativa: la obtención de pronósticos en tiempo real desde sitios que carecen de una API pública oficial.
El sistema cubre esta brecha mediante dos motores de recuperación complementarios:
# | Fuente de Información | Mecanismo y Descripción Técnica |
1 | Servidor de Israel ( | Automatización del navegador (Playwright): Inicia una instancia de navegador headless que navega a |
2 | Servidor de EE. UU. ( | Llamadas a la API REST oficial: Un servidor ligero que ejecuta solicitudes REST directas contra la API oficial del National Weather Service (NWS). |
La capa Host orquesta el flujo: conecta los servidores al modelo de lenguaje, expone dinámicamente las herramientas disponibles y gestiona el bucle de conversación hasta que el modelo obtiene una respuesta precisa.
Arquitectura del flujo de trabajo
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