Skip to main content
Glama

Weather MCP Server

by bobbyyng
MIT License
8

get_current_weather

Retrieve real-time weather data for a specified location using the Weather MCP Server. Input a location name to fetch current weather conditions and streamline data access.

Instructions

Get current weather information for a specified location

Input Schema

NameRequiredDescriptionDefault
locationYesLocation name (e.g., Hong Kong, Tokyo, London)

Input Schema (JSON Schema)

{ "properties": { "location": { "description": "Location name (e.g., Hong Kong, Tokyo, London)", "type": "string" } }, "required": [ "location" ], "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/bobbyyng/weather-mcp-ts'

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