weather-server

weather-server

0

Weather Server MCP Server is a TypeScript-based server for managing weather-related data using the Model Context Protocol. It provides tools for accessing and updating weather information, along with generating summaries through Large Language Models.

Weather Server MCP Server

This is a TypeScript-based MCP server focusing on weather information systems. It features:

  • Resources: Access weather data using weather:// URIs, with each entry including location, temperature, and metadata.
  • Tools: Functions for fetching (fetch_weather) and updating (update_weather) weather data.
  • Prompts: Generate summaries of current weather data (summarize_weather).

For local development, install dependencies with npm install, configure environment variables, and use npm run build to build the server. Use npm run inspector to debug communication via stdio.