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 list of Model Context Protocol (MCP) servers, frameworks, and utilities, providing a comprehensive directory for developers and AI practitioners.
awesome-remote-mcp-servers
A curated directory for developers to discover, evaluate, and integrate high-quality, official remote Model Context Protocol (MCP) servers into their AI applications and LLM clients.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
example-remote-server
A reference server demonstrating all Model Context Protocol (MCP) features and OAuth 2.0 authentication patterns.