mcp-server
Verified Safeby MASATO-IGA-2021
Overview
This server provides weather information (current, forecast) and city location search functionality as a tool for AI agents, integrating with the Open-Meteo API.
Installation
docker run -p 8000:8000 weather-mcp-server:latestSecurity Notes
The source code itself (Python) appears clean with no obvious direct hardcoded secrets or malicious patterns. External API calls are made to Open-Meteo, which is a reputable service. The deployment guide explicitly outlines the use of IAM roles for permissions. The `DEPLOY_README.md` suggests further security hardening (e.g., Application Load Balancer, HTTPS, Secrets Manager, IAM role minimization) for production environments, indicating awareness of best practices. Current deployment exposes port 8000 publicly, which is common for API servers but usually fronted by a load balancer in production.
Similar Servers
zenfeed
An AI-powered information hub that acts as an intelligent RSS reader, real-time news knowledge base, and personal assistant for monitoring events and delivering analysis reports.
rovo-mcp-server
Cannot determine the use case as the source code was not provided for analysis.
NixOS
An unofficial Electron-based desktop client for Nvidia's GeForce NOW game streaming service on Linux, offering native integration and Discord Rich Presence.
rag2mcp_client
Provides a RAG (Retrieval Augmented Generation) service via an MCP (Message Control Protocol) endpoint, allowing semantic search over vectorized document sections stored in a PostgreSQL database.