Back to Home
Ajsalemo icon

mcp

Verified Safe

by 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

Run Command
cd node && npm install && npm run build && node build/server.js

Security 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

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-22

Tags

WeatherNWS APIMCP ServerNode.jsPython