mcp
Verified Safeby Ajsalemo
Overview
Provides weather information (forecasts, alerts, radar station data) by integrating with the National Weather Service (NWS) API as a Model Context Protocol (MCP) server.
Installation
cd node && npm install && npm run build && node build/server.jsSecurity Notes
The core weather server implementations (Java, Node.js, Python) themselves do not appear to contain hardcoded secrets for their operation against the NWS API. However, the repository includes a file `t.sh` which contains hardcoded `client_id`, `client_Secret`, `email`, and `password` for `home-api.eufylife.com`. This is a severe security vulnerability for the owner of those credentials and the repository if these are live secrets, as they are exposed publicly. No other malicious patterns, `eval` usage, or obfuscation were found.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-servers
Provides a production-ready Model Context Protocol (MCP) server for seamless integration with VS Code and other MCP clients to enable AI-driven development features.
qtmcp
Provides a Model Context Protocol (MCP) server framework for AI applications, offering tool, resource, and prompt services via HTTP.