Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Basinwise

io.github.maxbeech/basinwise

Determines which NPDES stormwater permit governs a US site and its requirements, cited to source.

Uptime
100.0%
1 direct probes · 30d
Response
851ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

determine_permit

Determine which NPDES stormwater permit governs a construction or industrial site, and what that permit requires of it. Returns coverage ("required", "not_required" or "verify") with the reason, the g…

get_requirements

The requirements for a site: inspection frequency, stabilisation deadlines, Notice of Intent and Notice of Termination deadlines, corrective-action windows, record retention and buffer rules, each cit…

get_credential_gate

Whether a state requires a credentialed preparer (California's Qualified SWPPP Developer, and the analogous credential elsewhere) to prepare or sign a stormwater pollution prevention plan, and whether…

list_jurisdictions

Every state, territory and DC we hold a row for: NPDES authorisation status, the governing permit and its number, the agency name and URL, and the preparer-credential gate. Jurisdictions we have NOT v…

get_usage

What the credential on this connection is allowed to do: the tier it resolves to (anonymous, sandbox, test key, or a live key on a plan), the per-minute burst, the daily or monthly allowance, and whet…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "basinwise": {
      "url": "https://basinwise.vercel.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}