weather-mcp
Weather API + UI + MCP Server
Этот проект включает:
UI: ввод названия города и получение текущей погоды
HTTP API:
GET /api/weather?city=...Summary API:
GET /api/summary?city=...(опционально Claude; используется локальное резюме, если API недоступен)MCP server: инструмент
get_weatherчерез stdio
Данные о погоде предоставляются Open‑Meteo (бесплатно, без API-ключа).
Запуск UI + API
npm install
npm run devОткройте http://localhost:5175.
Опционально: резюме через «Claude API»
Claude не является полностью бесплатным; вам потребуется API-ключ. Этот проект поддерживает:
ANTHROPIC_API_KEY(прямой API Anthropic), илиOPENROUTER_API_KEY(OpenRouter, с использованием модели Anthropic Claude черезOPENROUTER_MODEL)
Если ключ не задан, /api/summary и кнопка «Summarize» в интерфейсе будут использовать локальное резюме.
Запуск MCP-сервера (stdio)
npm install
npm run mcpЗатем настройте ваш MCP-клиент для запуска:
command:
npmargs:
["run","mcp"]cwd: эта папка
Название инструмента:
get_weatherс входными данными{ "city": "Pune" }
"# MCP_example"
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 gradedqualityDmaintenanceProvides current weather information for any city worldwide using the free Open-Meteo API, enabling users to query temperature, wind speed, humidity, and weather conditions through natural language.21MIT
- FlicenseNot gradedqualityDmaintenanceProvides weather information using Open-Meteo API without requiring an API key. Supports weather queries by city name or coordinates with customizable temperature units.
- AlicenseNot gradedqualityDmaintenanceFetches current weather information for any city using the Open-Meteo API through a simple MCP tool interface.2,013MIT
- AlicenseNot gradedqualityDmaintenanceProvides current weather information for any city using the Open-Meteo API. Returns temperature, humidity, wind speed, and other weather data in JSON format.22MIT
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.
Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs
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/vijaypss/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server