Skip to main content
Glama
VenkatAdena

Global Weather MCP Server

by VenkatAdena

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_alertsA

Get weather alerts for a US state.

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

get_forecastC

Get weather forecast for a location.

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

get_forecast_globalA

Get weather forecast for any location worldwide including India.

Uses the Open-Meteo API (free, no API key required).

Args: latitude: Latitude of the location (e.g. 28.6139 for New Delhi) longitude: Longitude of the location (e.g. 77.2090 for New Delhi)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/VenkatAdena/Weather-MCP'

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