mcp-server-client-demo

mcp-server-client-demo

3.1

If you are the rightful owner of mcp-server-client-demo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Weather MCP Server provides weather information using the National Weather Service (NWS) API.

The Weather MCP Server is a Model Context Protocol server designed to deliver weather information by interfacing with the National Weather Service (NWS) API. It offers functionalities such as retrieving weather alerts by state and providing weather forecasts based on geographical coordinates. The server supports GeoJSON formats and is built with a TypeScript interface to ensure better maintainability. It requires Node.js (v16 or higher), npm or yarn, TypeScript, and ts-node for development execution. The server is pre-configured to connect to the NWS API, requiring no additional setup.

Features

  • Retrieves weather alerts by state
  • Provides weather forecasts by geographical coordinates
  • Supports GeoJSON formats
  • TypeScript interface for better maintainability