EPA Envirofacts (Environmental Data)

EPA Envirofacts (Environmental Data) MCP Connector for Claude

F

Access US environmental data including UV forecasts, facility information, and toxic release inventories directly from the EPA.

6 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to the EPA Envirofacts database to query a wealth of environmental information directly from the United States Environmental Protection Agency.

What you can do

  • UV Index Forecasts — Retrieve hourly and daily UV Index forecasts by ZIP code or City/State to monitor solar radiation levels.
  • Facility Research — Query the Toxic Release Inventory (TRI) and Superfund (SEMS) databases to find environmental records for specific sites.
  • Advanced Data Exploration — Use GraphQL to perform complex queries, aggregations, and cross-table analysis across the EPA's DMAP API.
  • Flexible REST Queries — Search any table in the Envirofacts database with custom filters, operators, and pagination.
  • Public Data Access — Access official government records on air, water, and waste without complex registration.

How it works

  1. Subscribe to this server
  2. No private API key is required for public EPA data access
  3. Start querying environmental metrics from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Environmental Researchers — quickly pull data from TRI or SEMS for impact analysis and reporting
  • Health & Safety Professionals — monitor UV radiation levels to provide accurate safety guidance
  • Developers & Data Scientists — integrate official government environmental data into applications via GraphQL or REST
environmental-datauv-indextoxic-releasesuperfundpublic-healthdata-query

6 tools expose this connector's capabilities to your AI agent.

graphql_query

Query EPA Envirofacts using GraphQL

rest_query

Use program.table format (e.g., tri.tri_facility). Query EPA Envirofacts REST API

uv_daily_city_state

Get daily UV Index forecast by City and State

uv_daily_zip

Get daily UV Index forecast by ZIP code

uv_hourly_city_state

Get hourly UV Index forecast by City and State

uv_hourly_zip

Get hourly UV Index forecast by ZIP code

See how to talk to your AI agent using EPA Envirofacts (Environmental Data).

What is the hourly UV forecast for ZIP code 90210?

I've retrieved the hourly UV forecast for Beverly Hills (90210). The index starts at 1 in the morning, peaks at 7 (High) around 1:00 PM, and decreases toward the evening. Would you like the daily summary as well?

Search the 'sems.envirofacts_site' table for facilities in the city of 'Miami'.

Querying the SEMS database... I found several environmental sites in Miami. Notable entries include the 'Miami Drum Services' and 'Munisport Landfill'. Would you like the full details for any of these site IDs?

Run a GraphQL query to count TRI facilities by state.

Executing the GraphQL aggregation... The query returned the facility counts. For example, Texas has 1,542 facilities and California has 1,210. Would you like me to list the counts for all states?

Use the `uv_hourly_zip` or `uv_hourly_city_state` tools. Simply provide a 5-digit US ZIP code or the city name and 2-letter state abbreviation to receive the latest hourly forecast data.

Related Connectors