Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by IsseiSuar • Uncategorized
An MCP server providing a tool to fetch current weather data for a city using Open-Meteo API.
Obtain current weather information for a given city.
A simple example of MCP server implementation using the official SDK.
Learn how to integrate external APIs with MCP tools.
This project implements a minimalist Model Context Protocol (MCP) server using the official SDK. It exposes a fetch-weather tool that retrieves current weather information for a specified city by consuming the external Open-Meteo API. The server serves as a basic example to demonstrate communication between large language models (LLMs) and custom tools via MCP, making it useful for learning and development purposes.