macau-weather-mcp
Verified Safeby jackuh105
Overview
Provides real-time and forecast weather data for Macau from the Macau Meteorological and Geophysics Bureau (SMG) to AI assistants via Model Context Protocol (MCP) tools.
Installation
docker run -d -p 8001:8001 --name macau-weather-mcp macau-weather-mcpSecurity Notes
The server fetches data from trusted government XML APIs (smg.gov.mo) and uses standard libraries for HTTP requests (httpx) and XML parsing (ElementTree). There is no use of `eval` or obfuscation. The `docker-compose.yml` file includes an optional MCPO bridge service with a placeholder `api-key "top-secret"`, which users should replace with a strong secret if deploying MCPO for production use. The core MCP server itself does not handle sensitive secrets.
Similar Servers
weather-mcp-server
Provides real-time weather information for specified cities by querying the wttr.in API, primarily for use within agent frameworks like HelloAgents.
mcp-simulation
Serves weather forecast and alert data from the National Weather Service API as tools for an MCP-compatible AI agent.
mcp_server_weather_jayden
This server provides current and forecasted weather data for specific geographical coordinates as a tool callable by an AI agent.
Weather_MCP_Server
Provides real-time weather data, forecasts, and weather comparison between cities to AI assistants via an MCP server.