Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

EPA EJScreen

com.olyport/ejscreen

Environmental justice screening indicators, pollution burden, and demographic vulnerability

Uptime
5.6%
54 probes
Response
484ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_ej_data_by_location

Get EJScreen environmental justice data for a specific location. Uses the EPA EJScreen REST broker to retrieve EJ screening indicators for a point location with a buffer distance. Returns env…

get_ej_county_summary

Get EJ indicators for census block groups in a county. Returns EJScreen environmental justice data for block groups within the specified county, sorted by highest overall environmental burden…

get_ej_state_summary

Get a state-level overview of EJ indicators across block groups. Returns the most environmentally burdened block groups in the state, sorted by PM2.5 percentile. Useful for identifying areas …

get_demographic_indicators

Get demographic vulnerability indicators by block group. Returns demographic data including minority percentage, low income percentage, linguistic isolation, education levels, and age dis…

get_environmental_indicators

Get specific environmental indicators by block group. Returns environmental indicator values and state percentiles for block groups. Can filter to a specific indicator type or return all. …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "epa_ejscreen": {
      "url": "https://mcp.olyport.com/ejscreen/mcp",
      "transport": "streamable-http"
    }
  }
}