tyfeng1997/mcp-server
If you are the rightful owner of mcp-server 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.
A TypeScript server implementation for the Model Context Protocol (MCP) using Server-Sent Events (SSE) transport to provide weather information tools.
The MCP Weather Server is a TypeScript-based server that implements the Model Context Protocol (MCP) to provide weather information tools using Server-Sent Events (SSE) transport. This server connects to the US National Weather Service API to offer weather forecasts and alerts. It supports multiple client connections over a network, allowing remote access to weather data. The server is designed to work with an MCP client, enabling AI assistants to utilize weather tools through natural language. The server is customizable, allowing users to change the port and add more tools as needed.
Features
- Implements MCP over SSE transport
- Provides weather forecast and alert tools
- Connects to the US National Weather Service API
- Supports multiple client connections
- Customizable and extendable with additional tools