You're viewing a demo portfolio

Join the waitlist
PRSM

find_sites

Active

Tool of Usgs Water

declared in 0.1.0

Discover active USGS gauge sites in a US state that are currently reporting a given parameter (real-time). Returns sites with their latest reading; useful for finding which gauges are live in a region. Can match many sites, so results are capped. Keyless.

Parameters schema

{
  "type": "object",
  "required": [
    "state"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max sites to return (default 30, max 60)."
    },
    "state": {
      "type": "string",
      "description": "2-letter US state code, e.g. \"co\", \"ca\", \"tx\"."
    },
    "parameter_code": {
      "type": "string",
      "description": "USGS parameter code (default \"00060\" = discharge/streamflow)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Usgs Water

https://github.com/pipeworx-io/mcp-usgs-water

1/7 registries
View full server →
find_sites — Usgs Water — PRSM MCP