HealthAssistant_MCP_Server
Verified Safeby sh-momina
Overview
Provides real-time environmental data, including location, weather, and air quality, primarily for health-related applications.
Installation
python main.pyEnvironment Variables
- OPENAQ_API_KEY
Security Notes
API keys are loaded from environment variables (.env file), which is good practice. External API calls utilize timeouts to prevent hangs. No usage of dangerous functions like 'eval' or 'exec' is found in the active code. The commented-out Firebase integration would introduce a sensitive 'key.json' file if activated, which would require careful management, but this is not active.
Similar Servers
mcp_weather_server
Provides current and historical weather, air quality, and time information for specified cities/timezones using the Open-Meteo API, supporting various Model Context Protocol (MCP) transport modes.
epanet-mcp-server
Provides weather alerts and forecasts via the National Weather Service API, and enables running EPANET water network simulations.
mcp-server-weather
Provides real-time weather alerts and forecasts for specified US locations and states.
mcp-server-weather
This server provides a tool to fetch current weather conditions for a specified geographic location using the Open-Meteo API.