Said Weather
byJunLovin
0Provides real-time weather information by integrating with geolocation and meteorological APIs.
About
Said Weather is an innovative Model Context Protocol (MCP) server designed to deliver real-time weather information through a simple yet powerful tool. It exposes an 'obtener-clima' command, enabling users to effortlessly query current weather conditions for any specified city. The server efficiently resolves city locations to precise geographic coordinates via Open-Meteo's geocoding API, then retrieves and presents up-to-date meteorological data including temperature, rain, and precipitation in a structured format, offering an accessible and extensible solution for weather inquiries.
Key Features
- Custom MCP server implementation with @modelcontextprotocol/sdk
- Simple and efficient stdio-based transport interface
- Exposes 'obtener-clima' tool for weather queries
- Provides current meteorological data (temperature, rain, precipitation)
- Precise geolocation via Open-Meteo API
- 0 GitHub stars
Use Cases
- Integrating real-time weather data into custom applications
- Querying current weather conditions for any specified city
- Providing weather information within MCP-compatible systems