Weather MCP server for Claude
Погодный MCP-сервер для Claude
Минимальный удалённый MCP-сервер, использующий официальный TypeScript/JavaScript MCP SDK и Open-Meteo (API-ключ не требуется). Он предоставляет:
get_weather: текущие погодные условия и прогноз на 1–7 дней по названию местаPOST /mcp: MCP-эндпоинт на базе Streamable HTTPGET /health: проверка работоспособности для Render
Запуск локально
Требуется Node.js 20 или новее.
corepack enable
pnpm install
pnpm startMCP-эндпоинт: http://localhost:3000/mcp.
Related MCP server: Weather MCP Server
Деплой на Render
Поместите этот каталог в репозиторий GitHub или GitLab.
В Render выберите New > Blueprint и подключите репозиторий.
Render считывает
render.yamlи создаёт веб-сервис.Когда деплой завершится, используйте
https://YOUR-SERVICE.onrender.com/mcpв качестве URL MCP.
Ключ API погоды не требуется. Бесплатный план Render может засыпать при бездействии, поэтому первый запрос после бездействия может занять больше времени.
Подключение Claude
Для клиентов Claude, которые поддерживают удалённые пользовательские коннекторы, добавьте пользовательский коннектор со следующим URL:
https://YOUR-SERVICE.onrender.com/mcpДля простоты сервер намеренно не требует аутентификации. Любой, кто знает URL, может обращаться к нему; добавьте аутентификацию перед использованием приватных или платных источников данных.
Пример промпта
Используйте get_weather, чтобы рассказать мне трёхдневный прогноз для Ричмонда, Вирджиния, в имперских единицах.
Источник данных
Данные о погоде и геокодировании предоставляются Open-Meteo. Изучите условия атрибуции и коммерческого использования, прежде чем использовать этот сервер в производственном продукте.
This 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 Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to retrieve current weather, forecasts, and summaries for any global location using the Open-Meteo API, with no API key required.21Creative Commons Zero v1.0 Universal
- FlicenseBqualityDmaintenanceProvides current weather conditions and forecasts for any location using the Open-Meteo API.2
- FlicenseNot gradedqualityBmaintenanceEnables querying current weather, 7-day forecast, UV index, and air quality for any city using the free Open-Meteo API, without requiring an API key.26
- FlicenseNot gradedqualityCmaintenanceProvides current weather, multi-day forecasts, and umbrella recommendations through natural language queries, using the Open-Meteo API with no API key required.
Related MCP Connectors
Real-time weather conditions and multi-day forecasts via Open-Meteo — free, no API key required
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
Weather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.
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/ballyhoogroup/weather-mcp-render'
If you have feedback or need assistance with the MCP directory API, please join our Discord server