EPA air quality data and HUD foreclosure listings. 2 tools for environmental and housing intelligence.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add martc03/gov-mcp-servers --skill gov-environment --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gov Environment?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/martc03-gov-environment)More formats (shields.io, HTML) on the badges page.
---
name: gov-environment
description: EPA air quality data and HUD foreclosure listings. 2 tools for environmental and housing intelligence.
homepage: https://github.com/martc03/gov-mcp-servers
metadata: {"clawdbot":{"emoji":"🌿","requires":{"bins":["mcporter"]}}}
---
# Environmental & Housing Intel
Real-time EPA air quality data and HUD foreclosure listings.
## Setup
```bash
mcporter add gov-env --url https://environmental-compliance-mcp.apify.actor/mcp --transport streamable-http
```
Or add to your OpenClaw MCP config (`~/.openclaw/mcp.json`):
```json
{
"servers": {
"gov-env": {
"url": "https://environmental-compliance-mcp.apify.actor/mcp",
"transport": "streamable-http"
}
}
}
```
## Available Tools
### `env_get_air_quality`
Get EPA AirNow air quality data by state, AQI range, and pollutant type.
```
Show air quality for California
Any unhealthy air quality readings right now?
```
Parameters: `states` (array), `minAqi`, `maxAqi`, `categories` (array), `parameters` (array), `limit`
### `env_search_hud_foreclosures`
Search HUD foreclosure listings by state, zip code, price range, and bedrooms.
```
Show HUD foreclosures in Texas
Find foreclosures under $100,000 in Florida
```
Parameters: `state`, `zipCode`, `minPrice`, `maxPrice`, `bedrooms`, `limit`
## Data Sources
- **EPA AirNow** — Environmental Protection Agency (air quality index)
- **HUD** — Department of Housing and Urban Development (foreclosure listings)
## Use Cases
- Air quality monitoring
- Health and safety planning
- Real estate investment research
- Environmental compliance tracking
All data from free US government APIs. Zero cost. No API keys required.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!