Skip to main content
Glama

Weather Weather MCP Server

Un servidor MCP que recupera alertas y pronósticos meteorológicos de la National Weather Service API.

Requisitos

  • Node.js 18 o más reciente

  • Un cliente compatible con MCP

Related MCP server: @cyanheads/nws-weather-mcp-server

Instalación

npm install
npm run build

El servidor compilado se escribe en build/index.js.

Configuración del cliente MCP

Configura tu cliente MCP para lanzar el servidor compilado mediante stdio. Por ejemplo:

{
  "mcpServers": {
    "weather": {
      "command": "node",
      "args": ["/absolute/path/to/weather/build/index.js"]
    }
  }
}

Sustituye la ruta por la ruta absoluta de este proyecto.

Herramientas disponibles

get_alerts

Devuelve las alertas meteorológicas activas para un estado de EE. UU.

Entrada:

  • state: código de estado de dos letras, como CA

get_forecast

Devuelve el pronóstico para una ubicación geográfica.

Entrada:

  • latitude: número de -90 a 90

  • longitude: número de -180 a 180

Fuente de datos

Los datos meteorológicos los proporciona la National Weather Service API.

Licencia

ISC

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • Get US weather forecasts, active alerts, and current observations.

  • 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.

View all MCP Connectors

Latest Blog Posts

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/andresilvase/weather-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server