Back to Home
marcusbaer icon

poc-mcp-server-wttr

Verified Safe

by marcusbaer

Overview

Provides a weather forecasting tool for Model Context Protocol (MCP) agents by integrating with the wttr.in API.

Installation

Run Command
npx -y poc-mcp-server-wttr

Security Notes

The server makes external 'fetch' requests to the public wttr.in API. The 'city' input parameter is properly URL-encoded using 'encodeURIComponent' to mitigate injection risks. No hardcoded secrets, 'eval', or other malicious patterns were found in the provided source code. The primary risk is reliance on an external, untrusted API for data, which is inherent in its functionality.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2025-11-28

Tags

MCPWeatherAPI IntegrationToolTypeScript