Skip to main content
Glama

OpenWeatherMap MCP Server

by robertn702

get-weather-alerts

Retrieve active weather alerts and warnings for a specified location using OpenWeatherMap MCP Server. Provide city name or coordinates to access real-time weather updates and stay informed about potential hazards.

Instructions

Get active weather alerts and warnings

Input Schema

NameRequiredDescriptionDefault
locationYesCity name (e.g., 'New York') or coordinates (e.g., 'lat,lon')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "location": { "description": "City name (e.g., 'New York') or coordinates (e.g., 'lat,lon')", "type": "string" } }, "required": [ "location" ], "type": "object" }

You must be authenticated.

Other Tools from OpenWeatherMap MCP Server

Related Tools

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/robertn702/mcp-openweathermap'

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