mcp-servers
Verified Safeby getjotsu
Overview
Provides current weather conditions and forecasts from the Open-Meteo API for a given geographical location.
Installation
npx wrangler devSecurity Notes
The server uses `httpx` for external API calls, which are constructed using f-strings with type-hinted float inputs (latitude, longitude), mitigating URL injection risks. No direct usage of `eval` or similar dangerous functions was found. `USER_AGENT` is hardcoded. Sensitive API keys are not required by this specific server as Open-Meteo is free for non-commercial use. The `MockHttpxAsyncClient` in `worker.py` is an adaptation for Cloudflare Workers and appears benign. Overall, the code seems well-structured and follows good security practices for its purpose.
Similar Servers
awesome-mcp-servers
This repository serves as a curated directory for discovering a wide range of Model Context Protocol (MCP) servers, designed to extend AI capabilities by enabling interaction with local and remote resources.
awesome-mcp-devtools
This repository provides a curated list of developer tools, SDKs, frameworks, libraries, utilities, and resources for working with Model Context Protocol (MCP) servers.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
best-of-mcp-servers
This repository serves as a curated and ranked directory for discovering various Model Context Protocol (MCP) servers across different domains.