Weather & WordPress MCP Server

get-alerts

Retrieve weather alerts for a specific U.S. state using the Weather & WordPress MCP Server. Enter a two-letter state code to access timely updates from the National Weather Service API.

Instructions

Get weather alerts for a state

Input Schema

NameRequiredDescriptionDefault
stateYesTwo-letter state code (e.g. CA, NY)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "state": { "description": "Two-letter state code (e.g. CA, NY)", "maxLength": 2, "minLength": 2, "type": "string" } }, "required": [ "state" ], "type": "object" }

You must be authenticated.

Other Tools from Weather & WordPress MCP Server

Related Tools

    ID: cdf6bqmm1d