Back to Home
VeVarunSharma icon

mcp-servers

Verified Safe

by VeVarunSharma

Overview

A Model Context Protocol (MCP) server providing weather data, including alerts and forecasts, via an API.

Installation

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

Environment Variables

  • PORT

Security Notes

The Express server uses a highly permissive CORS configuration (`origin: true`) which reflects the request origin. While possibly intended for a test server's ease of use, in a production environment, this could expose the server to Cross-Site Request Forgery (CSRF) if other security measures are not in place. No 'eval', obfuscation, hardcoded secrets, or other immediately malicious patterns were found. External API calls are handled using standard and secure libraries.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2025-11-23

Tags

WeatherNWS APIMCP ServerTypeScriptPython