Skip to main content
Glama
Rankintosh

wu-weather-mcp

by Rankintosh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WU_API_KEYYesYour Weather Underground API key.
WU_STATION_IDYesYour Weather Underground station ID (e.g. KCALAKEF92).
WU_STATION_NAMENoOptional station name. Defaults to station ID.station ID

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_current_conditionsA

Get current weather conditions from the KCALAKEF92 personal weather station (KCALAKEF92) in Lake Forest, CA. Returns temperature, humidity, wind, pressure, precipitation rate, UV index, dew point, and solar radiation.

get_daily_summaryA

Get daily high/low/avg temperature, total precipitation, and max wind gust for up to the last 7 days from KCALAKEF92 (KCALAKEF92).

get_hourly_historyA

Get hour-by-hour weather history for up to the last 24 hours from KCALAKEF92 (KCALAKEF92). Includes temperature, humidity, wind, and precipitation.

get_station_infoA

Get metadata for the KCALAKEF92 weather station: name, ID, neighborhood, country, GPS coordinates, and elevation.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct aspect of weather data: current conditions, daily summary, hourly history, and station metadata. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent 'get_' prefix followed by a clear noun phrase, maintaining snake_case throughout.

Tool Count5/5

4 tools is appropriate for a personal weather station MCP server, covering the core data retrieval needs without unnecessary bloat.

Completeness4/5

The set covers current conditions, daily summaries, hourly history, and station info. Missing features like alerts or forecast are reasonable gaps for a station-focused server.

Maintenance

ActivityInactive
ResponsivenessNo issues