epa-mcp-server
EPA data: ECHO facility compliance, TRI releases, Superfund, drinking water, and AirNow air quality.
Package Details
@cyanheads/epa-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
Optional AirNow API key for real-time and forecast air quality data. When unset, the epa_get_air_quality tool is not registered and the other tools run without it. Free registration at docs.airnowapi.org.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/epa-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
Optional AirNow API key for real-time and forecast air quality data. When unset, the epa_get_air_quality tool is not registered and the other tools run without it. Free registration at docs.airnowapi.org.
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').