{"name":"aieco-sense-mcp","version":"1.0.0","description":"Environmental justice data MCP server by AIEcoSense/VPDLNY. Provides real-time air quality, weather, and environmental health data for any US ZIP code.","contact":"contact@aiecosense.com","license":"MIT","repository":"https://github.com/vpdlny/aieco-sense-mcp","tools":[{"name":"get_air_quality","description":"Get real-time air quality data including AQI, PM2.5, PM10, NO2, Ozone, and CO for any US ZIP code","inputSchema":{"type":"object","properties":{"zip":{"type":"string","description":"5-digit US ZIP code","pattern":"^\\d{5}$"}},"required":["zip"]},"endpoint":"GET /api/quick?zip={zip}"},{"name":"get_environmental_report","description":"Get a full AI-synthesized environmental health report for a US ZIP code, including air quality, weather, NOAA alerts, and Claude AI analysis","inputSchema":{"type":"object","properties":{"zip":{"type":"string","description":"5-digit US ZIP code","pattern":"^\\d{5}$"}},"required":["zip"]},"endpoint":"GET /api/analyze?zip={zip}"},{"name":"submit_community_report","description":"Submit a community environmental concern report (odors, discolored water, industrial incidents) for AI validation and aggregation","inputSchema":{"type":"object","properties":{"zip":{"type":"string"},"reportType":{"type":"string","enum":["air_quality","water","industrial","noise","other"]},"description":{"type":"string","maxLength":1000}},"required":["zip","reportType","description"]},"endpoint":"POST /api/report"}],"dataSources":[{"name":"Open-Meteo","url":"https://open-meteo.com","license":"CC BY 4.0","description":"Air quality and weather data"},{"name":"NOAA Weather.gov","url":"https://weather.gov","license":"Public Domain","description":"Weather alerts and forecasts"},{"name":"OpenAQ","url":"https://openaq.org","license":"CC BY 4.0","description":"Global air quality monitoring stations"},{"name":"Zippopotam","url":"https://www.zippopotam.us","license":"Public Domain","description":"ZIP code geocoding"}],"mission":"AIEcoSense was built to fill the gap left by the EPA EJScreen shutdown in 2025. We believe every community — regardless of income or political power — deserves free access to environmental health data. Built by VPDLNY (Vulnerable Persons Defense League of NY)."}