Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by abrahamgalue • Uncategorized
An MCP server providing current weather information for a given city using Open-Meteo API.
Retrieve current weather information for a specified city.
That require a lightweight MCP server example implemented in TypeScript.
Integrate weather querying capabilities via MCP protocol.
This repository contains a sample MCP server built with @modelcontextprotocol/sdk in TypeScript. It exposes a tool called fetch-weather that fetches current weather data for a specified city using the Open-Meteo API, validating input with Zod. The server communicates via stdio, allowing integration with compatible MCP clients for interactive weather queries without requiring an API key.