LandiWetter MCP Server
Сервер LandiWetter MCP
Это сервер Model Context Protocol (MCP), который предоставляет данные прогноза погоды в Швейцарии от LandiWetter. Сервер позволяет вам искать местоположения в Швейцарии и получать подробные прогнозы погоды.
Функции
Поиск швейцарских населенных пунктов по названию
Получите подробные прогнозы погоды для определенного места и даты
Доступ к данным как почасовых, так и ежедневных прогнозов
Использование в качестве инструмента или ресурса в MCP-совместимых клиентах
Related MCP server: meteo-swiss-mcp
Установка
Клонировать репозиторий
Установите зависимости:
npm install
Использование
Запуск сервера
Запустите сервер с помощью:
npm startЭто запустит сервер MCP с использованием транспорта stdio, что сделает его совместимым с клиентами MCP, такими как Claude Desktop.
Интеграция с Claude Desktop
Открыть рабочий стол Клода
Перейдите в Настройки > MCP > Добавить пользовательский сервер.
Настройте, указав следующие данные:
Имя: ЛандиВеттер
Команда:
node /path/to/landiwetter-mcp/src/index.js
Сохраните и включите сервер
Пример Клода Подсказки
После интеграции сервера с Claude Desktop вы сможете использовать подсказки на естественном языке для доступа к прогнозам погоды:
Чтобы получить прогноз погоды:
What's the weather forecast for Bern, Switzerland?Чтобы получить прогноз погоды на конкретную дату:
What's the weather forecast for Zürich on 2025-05-10?Доступные инструменты
поискРасположение
Поиск швейцарских населенных пунктов по названию.
Параметры:
locationName: Название местоположения для поиска
Пример:
Please search for locations named "Zürich"getWeatherForecast
Получите подробный прогноз погоды для определенного места.
Параметры:
locationId: идентификатор местоположения (например, G2661552)date(необязательно): дата прогноза (гггг-ММ-дд). По умолчанию сегодня
Пример:
Please get the weather forecast for location ID G2661552Доступные ресурсы
прогноз погоды
Доступ к прогнозам погоды через URI ресурса.
Шаблон URI: weather://{location}/{date}
Где:
location: название местоположения (например, «Цюрих»)date(необязательно): дата прогноза (гггг-ММ-дд). По умолчанию сегодня
Пример:
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