Skip to main content
Glama

Weather MCP Server

by bensinclair

getWeather

Retrieve current weather data for any city by providing its name. Integrated with OpenWeatherMap API, this tool delivers accurate weather information for seamless use in applications and workflows.

Instructions

Get current weather for a city

Input Schema

NameRequiredDescriptionDefault
cityYesName of the city

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "city": { "description": "Name of the city", "type": "string" } }, "required": [ "city" ], "type": "object" }
Install Server

Other Tools from Weather MCP Server

Related Tools

    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/bensinclair/weather-mcp-server'

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