EPA ECHO (Enforcement & Compliance) MCP Server for Vercel AI SDKGive Vercel AI SDK instant access to 7 tools to Get Detailed Facility Report, Get Effluent Chart, Search Air Facilities, and more
The Vercel AI SDK is the TypeScript toolkit for building AI-powered applications. Connect EPA ECHO (Enforcement & Compliance) through Vinkius and every tool is available as a typed function. ready for React Server Components, API routes, or any Node.js backend.
Ask AI about this MCP Server for Vercel AI SDK
The EPA ECHO (Enforcement & Compliance) MCP Server for Vercel AI SDK is a standout in the Government Public Data category — giving your AI agent 7 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import { createMCPClient } from "@ai-sdk/mcp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";
async function main() {
const mcpClient = await createMCPClient({
transport: {
type: "http",
// Your Vinkius token. get it at cloud.vinkius.com
url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
},
});
try {
const tools = await mcpClient.tools();
const { text } = await generateText({
model: openai("gpt-4o"),
tools,
prompt: "Using EPA ECHO (Enforcement & Compliance), list all available capabilities.",
});
console.log(text);
} finally {
await mcpClient.close();
}
}
main();
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About EPA ECHO (Enforcement & Compliance) MCP Server
Connect to the EPA ECHO (Enforcement and Compliance History Online) database to retrieve real-time environmental data. This server allows AI agents to query millions of records regarding facility compliance with the Clean Air Act, Clean Water Act, and hazardous waste regulations.
The Vercel AI SDK gives every EPA ECHO (Enforcement & Compliance) tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 7 tools through Vinkius and stream results progressively to React, Svelte, or Vue components. works on Edge Functions, Cloudflare Workers, and any Node.js runtime.
What you can do
- Multi-Program Search — Use
search_all_facilitiesto find entities across all environmental programs using names, cities, or zip codes. - Media-Specific Audits — Narrow down searches to Air (
search_air_facilities), Water (search_water_facilities), or Hazardous Waste (search_hazardous_waste_facilities) to find specific permit holders. - Detailed Facility Reporting — Use
get_detailed_facility_reportto fetch a comprehensive compliance history, including violations and enforcement actions for a specific ID. - Effluent Analysis — Access
get_effluent_chartto retrieve dynamic data on permitted wastewater discharge limits and actual releases. - Drinking Water Safety — Query
search_drinking_water_systemsto monitor public water systems regulated under the SDWA.
The EPA ECHO (Enforcement & Compliance) MCP Server exposes 7 tools through the Vinkius. Connect it to Vercel AI SDK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 7 EPA ECHO (Enforcement & Compliance) tools available for Vercel AI SDK
When Vercel AI SDK connects to EPA ECHO (Enforcement & Compliance) through Vinkius, your AI agent gets direct access to every tool listed below — spanning environmental-compliance, regulatory-data, facility-records, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Get detailed facility report on EPA ECHO (Enforcement & Compliance)
Get a comprehensive report for a single facility across all available environmental program records
Get effluent chart on EPA ECHO (Enforcement & Compliance)
Get dynamic charts and tables of permitted effluent limits, releases, and violations for CWA wastewater discharge permits
Search air facilities on EPA ECHO (Enforcement & Compliance)
Search for stationary sources regulated under the Clean Air Act (CAA)
Search all facilities on EPA ECHO (Enforcement & Compliance)
) using location or name. Search across all environmental program records available in ECHO
Search drinking water systems on EPA ECHO (Enforcement & Compliance)
Search for public drinking water systems regulated under the Safe Drinking Water Act (SDWA)
Search hazardous waste facilities on EPA ECHO (Enforcement & Compliance)
Search for hazardous waste handlers regulated under the Resource Conservation and Recovery Act (RCRA)
Search water facilities on EPA ECHO (Enforcement & Compliance)
Search for facilities regulated under the Clean Water Act (CWA) and managed under the NPDES program
Connect EPA ECHO (Enforcement & Compliance) to Vercel AI SDK via MCP
Follow these steps to wire EPA ECHO (Enforcement & Compliance) into Vercel AI SDK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
npm install @ai-sdk/mcp ai @ai-sdk/openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the script
agent.ts and run with npx tsx agent.tsExplore tools
Why Use Vercel AI SDK with the EPA ECHO (Enforcement & Compliance) MCP Server
Vercel AI SDK provides unique advantages when paired with EPA ECHO (Enforcement & Compliance) through the Model Context Protocol.
TypeScript-first: every MCP tool gets full type inference, IDE autocomplete, and compile-time error checking out of the box
Framework-agnostic core works with Next.js, Nuxt, SvelteKit, or any Node.js runtime. same EPA ECHO (Enforcement & Compliance) integration everywhere
Built-in streaming UI primitives let you display EPA ECHO (Enforcement & Compliance) tool results progressively in React, Svelte, or Vue components
Edge-compatible: the AI SDK runs on Vercel Edge Functions, Cloudflare Workers, and other edge runtimes for minimal latency
EPA ECHO (Enforcement & Compliance) + Vercel AI SDK Use Cases
Practical scenarios where Vercel AI SDK combined with the EPA ECHO (Enforcement & Compliance) MCP Server delivers measurable value.
AI-powered web apps: build dashboards that query EPA ECHO (Enforcement & Compliance) in real-time and stream results to the UI with zero loading states
API backends: create serverless endpoints that orchestrate EPA ECHO (Enforcement & Compliance) tools and return structured JSON responses to any frontend
Chatbots with tool use: embed EPA ECHO (Enforcement & Compliance) capabilities into conversational interfaces with streaming responses and tool call visibility
Internal tools: build admin panels where team members interact with EPA ECHO (Enforcement & Compliance) through natural language queries
Example Prompts for EPA ECHO (Enforcement & Compliance) in Vercel AI SDK
Ready-to-use prompts you can give your Vercel AI SDK agent to start working with EPA ECHO (Enforcement & Compliance) immediately.
"Search for all EPA-regulated facilities in Austin, TX."
"Get a detailed compliance report for facility ID 110000310211."
"Show me the effluent discharge chart for permit ID TX0004567."
Troubleshooting EPA ECHO (Enforcement & Compliance) MCP Server with Vercel AI SDK
Common issues when connecting EPA ECHO (Enforcement & Compliance) to Vercel AI SDK through Vinkius, and how to resolve them.
createMCPClient is not a function
npm install @ai-sdk/mcpEPA ECHO (Enforcement & Compliance) + Vercel AI SDK FAQ
Common questions about integrating EPA ECHO (Enforcement & Compliance) MCP Server with Vercel AI SDK.
How does the Vercel AI SDK connect to MCP servers?
createMCPClient from @ai-sdk/mcp and pass the server URL. The SDK discovers all tools and provides typed TypeScript interfaces for each one.Can I use MCP tools in Edge Functions?
Does it support streaming tool results?
useChat and streamText that handle tool calls and display results progressively in the UI.Explore More MCP Servers
View all →
Reverb
30 toolsManage your Reverb shop — create listings, track orders, handle payouts, and communicate with buyers directly via AI.

Ahrefs
10 toolsProfessional SEO intelligence — audit backlinks, keywords, and domain health via AI.

Scrapfly
12 toolsScrape web data at scale with a managed API that handles proxies, browser rendering, and anti-bot bypassing automatically.

Smithery
11 toolsAI MCP registry: discover, search, and connect MCP servers to your agents via Smithery.
