Provides real-time weather information and local search history to language models using the Model Context Protocol (MCP).
This project implements a Node.js-based Model Context Protocol (MCP) server that empowers language models (like Claude or GPT) to access external, real-world data. It retrieves current weather information for specified cities by querying open APIs (Open Meteo) and maintains a local history of past weather searches. The server exposes structured tools and resources, allowing AI models to securely interact with external data sources and local storage without direct API exposure.