Skip to main content
Glama

Model Context Protocol Server

by hyen43

weather

Retrieve real-time weather data for any city using this tool integrated with the MCP server, enabling users to access accurate forecasts directly through the Claude Desktop client.

Instructions

도시의 날씨 정보를 가져오기

Input Schema

NameRequiredDescriptionDefault
cityYes도시 이름 (예: 런던)

Input Schema (JSON Schema)

{ "properties": { "city": { "description": "도시 이름 (예: 런던)", "type": "string" } }, "required": [ "city" ], "type": "object" }
Install Server

Other Tools from Model Context Protocol 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/hyen43/mcpServer'

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