Skip to main content
Glama

MCP Weather SSE Server

by tranducthai
  • Apple
  • Linux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_alerts

Get weather alerts for a US state.

Args: state: Two-letter US state code (e.g. CA, NY)
get_forecast

Get weather forecast for a location using NWS (US only).

Args: latitude: Latitude of the location longitude: Longitude of the location
get_current_weather

Get current weather for a city using OpenWeatherMap.

Args: city: City name (e.g. 'London', 'New York') units: Units of measurement ('metric' or 'imperial')
get_weather_forecast

Get weather forecast for a city using OpenWeatherMap.

Args: city: City name (e.g. 'London', 'New York') days: Number of days (1-5) units: Units of measurement ('metric' or 'imperial')
get_weather_by_coordinates

Get current weather by coordinates using OpenWeatherMap.

Args: latitude: Latitude of the location longitude: Longitude of the location units: Units of measurement ('metric' or 'imperial')

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/tranducthai/mcp_protocol_weather'

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