Skip to main content
Glama

Server Details

Environmental justice screening indicators, pollution burden, and demographic vulnerability

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation4/5

The tools are mostly distinct with clear purposes: demographic indicators, county summaries, location-based data, state summaries, and environmental indicators. However, there is some overlap between get_ej_county_summary and get_ej_state_summary in providing EJ data summaries, which could cause mild confusion about which to use for broader regional analysis.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern starting with 'get_' followed by descriptive nouns (e.g., get_demographic_indicators, get_ej_county_summary). This uniformity makes the tool set predictable and easy to navigate.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose of accessing EPA EJScreen data. Each tool serves a distinct query type (demographic, county, location, state, environmental), providing comprehensive coverage without being overwhelming or sparse.

Completeness4/5

The tool set covers key aspects of EJScreen data retrieval, including demographic and environmental indicators at various geographic levels. A minor gap exists in lacking tools for more advanced operations like data aggregation or historical trends, but core query needs are well-addressed.

Available Tools

5 tools
get_demographic_indicatorsInspect

Get demographic vulnerability indicators by block group.

Returns demographic data including minority percentage, low income
percentage, linguistic isolation, education levels, and age
distributions. These are the demographic components used in
EJScreen's EJ index calculations.

Args:
    state: Two-letter US state abbreviation (e.g. 'WA', 'CA').
    county_fips: Optional county FIPS code (3-digit or 5-digit).
                 If omitted, returns state-level results sorted by
                 highest demographic index.
    limit: Maximum number of block groups to return (default 50, max 500).
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
stateYes
county_fipsNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_ej_county_summaryInspect

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.
Includes environmental indicators, demographic data, and EJ indexes.

Args:
    state: Two-letter US state abbreviation (e.g. 'WA', 'CA').
    county_fips: County FIPS code, either 5-digit full (e.g. '53033')
                 or 3-digit county portion (e.g. '033'). If 3 digits,
                 state FIPS is prepended automatically.
    limit: Maximum number of block groups to return (default 50, max 500).
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
stateYes
county_fipsYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_ej_data_by_locationInspect

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 environmental
indicators, demographic data, and EJ indexes.

Args:
    latitude: Latitude of the location (e.g. 47.61).
    longitude: Longitude of the location (e.g. -122.33).
    distance: Buffer distance in miles around the point (default 1.0).
ParametersJSON Schema
NameRequiredDescriptionDefault
distanceNo
latitudeYes
longitudeYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_ej_state_summaryInspect

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 with the
highest environmental justice concerns.

Args:
    state: Two-letter US state abbreviation (e.g. 'WA', 'CA').
    limit: Maximum number of block groups to return (default 100, max 500).
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
stateYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_environmental_indicatorsInspect

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.

Args:
    state: Two-letter US state abbreviation (e.g. 'WA', 'CA').
    county_fips: Optional county FIPS code (3-digit or 5-digit).
                 If omitted, returns state-level results.
    indicator: Optional specific indicator to focus on. Options:
               'pm25', 'ozone', 'diesel', 'cancer', 'respiratory',
               'traffic', 'lead', 'superfund', 'hazwaste',
               'wastewater', 'rmp', 'ust'. If omitted, returns all.
    limit: Maximum number of block groups to return (default 50, max 500).
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
stateYes
indicatorNo
county_fipsNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    Access EPA environmental data — facility compliance (ECHO), toxic releases (TRI), Superfund sites, drinking water systems, environmental justice screening (EJScreen), and real-time air quality (AirNow) via MCP.
    Last updated
    150
    1
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    UK property area intelligence: validated trajectory scores, gentrification early-warning and area screening for 2,292 England & Wales postcode districts, from 30+ government data sources.
    Last updated
    12
    7
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    ollect comprehensive environmental data from 80+ US federal sources (FEMA, EPA, USGS, NOAA, NRCS, USFWS, DOE, DOT, CDC, Census) for any US location. One tool returns flood zones, soils, wetlands, rainfall, water quality, contamination, seismic risk, infrastructure, ecology, energy, and demographics.
    Last updated
    3
    27
    6
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    A server for food-mediated oral exposure screening, governed contaminant and pesticide review, and version-pinned dietary evidence handoffs, converting commodity residues and consumption profiles into auditable intake summaries and PBPK-ready exports.
    Last updated
    1
    Apache 2.0

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources