Loading MCP server directory, please wait...
EPA data: ECHO facility compliance, TRI releases, Superfund, drinking water, and AirNow air quality.
npx @getmcp/cli add io.github.cyanheads/epa-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
AIRNOW_API_KEYAirNow API key for real-time and forecast air quality data. Free registration at docs.airnowapi.org.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/epa-mcp-server": {
"command": "node",
"args": [
"@cyanheads/epa-mcp-server",
"run",
"start:stdio"
],
"env": {
"AIRNOW_API_KEY": "",
"MCP_LOG_LEVEL": "info"
}
}
}
}