LandiWetter MCP Server
Servidor MCP de LandiWetter
Este es un servidor de Protocolo de Contexto de Modelo (MCP) que proporciona datos meteorológicos suizos de LandiWetter. El servidor permite buscar ubicaciones en Suiza y obtener pronósticos meteorológicos detallados.
Características
Buscar ubicaciones en Suiza por nombre
Obtenga pronósticos meteorológicos detallados para una ubicación y fecha específicas
Acceda a datos de pronóstico tanto por hora como por día
Úselo como herramienta o recurso en clientes compatibles con MCP
Related MCP server: meteo-swiss-mcp
Instalación
Clonar el repositorio
Instalar dependencias:
npm install
Uso
Iniciando el servidor
Ejecute el servidor con:
npm startEsto inicia el servidor MCP utilizando el transporte stdio, lo que lo hace compatible con clientes MCP como Claude Desktop.
Integración con Claude Desktop
Abra Claude Desktop
Vaya a Configuración > MCP > Agregar servidor personalizado
Configurar con los siguientes detalles:
Nombre: LandiWetter
Comando:
node /path/to/landiwetter-mcp/src/index.js
Guardar y habilitar el servidor
Ejemplo de indicaciones de Claude
Una vez que el servidor esté integrado con Claude Desktop, podrá utilizar indicaciones en lenguaje natural para acceder a los pronósticos meteorológicos:
Para obtener un pronóstico del tiempo:
What's the weather forecast for Bern, Switzerland?Para obtener un pronóstico del tiempo para una fecha específica:
What's the weather forecast for Zürich on 2025-05-10?Herramientas disponibles
búsquedaUbicación
Busque ubicaciones en Suiza por nombre.
Parámetros:
locationName: El nombre de la ubicación a buscar
Ejemplo:
Please search for locations named "Zürich"obtener pronóstico del tiempo
Obtenga un pronóstico meteorológico detallado para una ubicación específica.
Parámetros:
locationId: El ID de ubicación (por ejemplo, G2661552)date(opcional): La fecha del pronóstico (aaaa-MM-dd). El valor predeterminado es hoy.
Ejemplo:
Please get the weather forecast for location ID G2661552Recursos disponibles
pronóstico del tiempo
Acceda a las previsiones meteorológicas a través de una URI de recursos.
Plantilla URI: weather://{location}/{date}
Dónde:
location: El nombre de la ubicación (por ejemplo, "Zúrich")date(opcional): La fecha del pronóstico (aaaa-MM-dd). El valor predeterminado es hoy.
Ejemplo:
Please check the resource at weather://Zürich/2025-05-03Maintenance
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
- Alicense-qualityCmaintenanceProvides access to official MeteoSwiss weather data, including regional reports, daily forecasts, and website search functionality across multiple languages. It enables AI assistants to retrieve real-time weather information and documentation from MeteoSwiss using the Model Context Protocol.2Creative Commons Zero v1.0 Universal
- Alicense-qualityCmaintenanceExposes Swiss weather forecast data as MCP tools, including rainfall, sunshine, temperature, wind, and more, with local caching.1Apache 2.0
- AlicenseAqualityAmaintenanceEnables AI models to access Swiss weather and climate data from MeteoSwiss, including current observations, forecasts, and warnings.6MIT
- FlicenseAqualityDmaintenanceProvides access to Swedish weather data from SMHI, including 10-day forecasts and historical observations from over 996 stations.4
Related MCP Connectors
Swiss weather data for AI assistants — forecasts, measurements, stations, pollen.
Weather data, forecast API, climate data, historical weather, alerts, agricultural & travel weather.
Global weather API: forecasts, historical data, marine, ski, astronomy and timezone.
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/nabossha/mcp-landiwetter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server