Skip to main content
Glama
charley-forey

MCP Weather Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost for the HTTP server (optional, default 0.0.0.0)0.0.0.0
MCP_PORTNoPort for the HTTP server (optional, default 8000)8000
ACCUWEATHER_API_KEYYesYour AccuWeather API key. Get one from https://developer.accuweather.com/

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_hourly_weatherA

Get hourly weather forecast for a location.

Args: location: The city or location name (e.g., "Chicago", "New York") unit: Temperature unit - "C" for Celsius (default) or "F" for Fahrenheit

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion or overlap. The tool's purpose is clear and distinct.

Naming Consistency5/5

The tool name 'get_hourly_weather' follows a clear verb_noun pattern, which is consistent even though it is the only tool. Naming conventions are not violated.

Tool Count2/5

A single tool is too few for a server that claims to be a weather server. The apparent scope is broader than just hourly forecasts, so the tool count feels inadequate.

Completeness2/5

The tool surface only covers hourly forecasts, missing standard weather operations like current conditions, daily forecasts, or alerts. This leaves significant gaps for agents expecting comprehensive weather data.

Maintenance

ActivityStale
ResponsivenessNo issues