find_sites
ActiveTool of Usgs Water
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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Usgs Water
https://github.com/pipeworx-io/mcp-usgs-water
1/7 registries