Weather icon

Weather

Provides weather-related tools using the US National Weather Service API for retrieving current alerts and detailed forecasts.

关于

This Node.js and TypeScript server implements the Model Context Protocol (MCP) to offer a suite of weather-related tools. It integrates with the US National Weather Service API to provide functionalities such as retrieving current weather alerts for any US state and detailed weather forecasts by geographic coordinates. Designed for compatibility with MCP clients like Claude for Desktop, it enables seamless LLM-driven interactions with weather data, featuring typed requests, robust error handling, and modular tool definitions for easy scaling.

主要功能

  • Asynchronous API requests with comprehensive error handling
  • Typed requests and responses using Zod schemas for argument validation
  • Environment variable configuration for flexible deployments
  • 0 GitHub stars
  • Integration-ready with popular MCP client tools and MCP Inspector for debugging
  • Modular tool definitions supporting scalable code architecture

使用案例

  • Enabling LLM-driven interactions with weather data through MCP clients
  • Retrieving current weather alerts for any US state via a standardized protocol
  • Obtaining detailed weather forecasts by geographic coordinates for various applications