mcpbeat Sign in

Epa MCP Server

local only

Epa MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from npm. Last commit 22 Aug 2026.

Search EPA compliance, TRI, Superfund, drinking-water, EJScreen, and AirNow data.

Installs per day peak 167 · avg 21 · +11% w/w
a month agotoday
76
Installs / week
npm · @cyanheads/epa-mcp-server
1
Stars
6 open issues
22 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Epa MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add epa-mcp-server -- npx -y @cyanheads/epa-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "epa-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/epa-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.epa-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/epa-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "epa-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/epa-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "epa-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/epa-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AIRNOW_API_KEY (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.), EJSCREEN_API_BASE_URL (Optional override for the EJScreen (EJAM) API base URL used by epa_get_ejscreen. Defaults to https://api.ejanalysis.com — the community-maintained EJScreen rehost by Public Environmental Data Partners.), MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Epa MCP Server

same job, measured the same way
Compliance Auditor MCP
by firasmosbehi

City hiring-compliance MCP server with regulation search and full audit risk scoring.

answering
PageGuard MCP
by pageguard

Privacy compliance scanning for AI coding tools. Detects tracking tech, cookies, and data gaps.

28 installs/wk local only
Vectordecisions MCP Server
by nikitadatar

AI Governance MCP Server - GATRI trust scoring, kill-switch, EU AI Act compliance for Claude

37 installs/wk local only
Bio-Safe-Audit
by evozim

Biometric data privacy auditor ensuring Zero-Knowledge compliance.

answering
Watermarking Authenticity MCP
by csoai-org

EU AI Act Article 50 watermarking + C2PA 2.1 compliance. NEW: 2 December 2026 deadline (compress...

184 installs/wk local only
halal.sh Shariah compliance
by halal

Screen stocks and ETFs under AAOIFI Standard 21, with the SEC filing and ratios behind each verdict.

answering
Raportagent MCP
by raportagent

Sourced market and compliance research for Claude Desktop, Claude Code and Cursor.

29 installs/wk local only
Dingdawg Legal Agent
by dingdawg

AI contract review, clause drafting, compliance checklists & legal research.

51 installs/wk local only

Epa MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Epa MCP Server?
Epa MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cyanheads/epa-mcp-server was installed 76 times last week.
How do I connect Epa MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cyanheads/epa-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Epa MCP Server?
The npm package @cyanheads/epa-mcp-server was installed 76 times in the last week. Week over week that is +11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Epa MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 1 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.