Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Nunocky • Visualization & Charts
An MCP server that exposes current weather and forecast functionality via the OpenWeather API for use by Claude Desktop and VSCode agents.
Fetch current weather conditions for a given city via a standardized resource URI (e.g., weather://Tokyo/current).
Call a weather forecasting tool (get_forecast) programmatically to obtain short-term forecast data.
Integrate live weather lookups into Claude Desktop or VSCode agent workflows for context-aware responses.
This project implements an MCP (Model Context Protocol) server that provides weather data as both resources (e.g., weather://{city}/current) and tools (e.g., get_forecast). It integrates with Claude Desktop and VSCode agent workflows and demonstrates how to list/read resources and list/call tools using MCP annotations. Setup requires an OpenWeather API key (the README notes the free OpenWeather plan is sufficient), and the server is intended as a lightweight, easy-to-run local MCP endpoint for agent development and testing.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.