Skip to main content
Glama
lmanchu

Weather MCP Server

by lmanchu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENWEATHER_API_KEYYesYour OpenWeather API key (get one at https://openweathermap.org/api)

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_weatherA

Get current weather information for a specific city

get_weather_forecastA

Get 5-day weather forecast for a specific city

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 2 tools

Disambiguation5/5

Tools have clearly distinct purposes: one retrieves current weather, the other provides a forecast. No overlap in functionality.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern using snake_case: get_current_weather and get_weather_forecast. The pattern is predictable.

Tool Count3/5

With only 2 tools, the set is minimal but borderline for a weather server. A few more (e.g., hourly forecast, alerts) would be more appropriate.

Completeness3/5

The tool surface covers current weather and a 5-day forecast, but misses common weather operations like hourly forecasts, weather alerts, or location-based queries.

Maintenance

ActivityInactive
ResponsivenessNo issues