Back to Home
VeVarunSharma icon

mcp-servers

Verified Safe

by VeVarunSharma

Overview

This server acts as a Model Context Protocol (MCP) server, providing weather alerts and forecasts by integrating with the National Weather Service (NWS) API.

Installation

Run Command
cd mcps/mcp-with-express && pnpm install && pnpm run build && pnpm start

Environment Variables

  • PORT

Security Notes

The server appears well-structured with no direct use of 'eval' or other highly dangerous dynamic code execution. Input validation for API tools is implemented using Zod in the Express.js version. It makes external HTTP requests to the NWS API, handling basic HTTP errors. The 'User-Agent' is hardcoded but is not a sensitive secret. Overall, the code itself does not exhibit obvious vulnerabilities, relying on the security of the underlying MCP SDK and NWS API.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens350
Stars0
Forks0
Last Update2025-12-14

Tags

MCPWeatherAPI ProxyNode.jsExpress.js