Skip to main content
Glama

Weather MCP Server

by codewith1984

get-weather

Retrieve current weather information for any specified city using the Weather MCP Server, designed for quick and accurate weather data access via a simple input schema.

Instructions

Tool to get the weather for a given city

Input Schema

NameRequiredDescriptionDefault
cityYesThe city to get the weather for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "city": { "description": "The city to get the weather for", "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/codewith1984/weather-mcp-server-typescript'

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