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 timezone information via an MCP server, integrating with the Open-Meteo API.
epanet-mcp-server
Provides tools for fetching real-time weather information from the NWS API and running EPANET water network simulations.
mcp_server
Provides real-time and historical weather, air quality, and time information via an MCP server, integrating with external APIs.
mcp-server-weather
Provides real-time weather alerts and forecasts for specified US locations and states.