You're viewing a demo portfolio

Join the waitlist
PRSM

daily_values

Active

Tool of Usgs Water

declared in 0.1.0

Daily-values time series for a single USGS site + parameter over a date range. Returns one statistic per day (default mean). Useful for trends, hydrographs, and historical comparison. Common statCd: 00003 = mean, 00001 = max, 00002 = min. Common parameter codes: 00060 = discharge (ft³/s), 00065 = gage height (ft), 00010 = water temperature (°C). Keyless.

Parameters schema

{
  "type": "object",
  "required": [
    "site",
    "start_date",
    "end_date"
  ],
  "properties": {
    "site": {
      "type": "string",
      "description": "A single USGS site number, e.g. \"01646500\"."
    },
    "end_date": {
      "type": "string",
      "description": "End date, YYYY-MM-DD."
    },
    "stat_code": {
      "type": "string",
      "description": "Daily statistic code (default \"00003\" = mean; 00001 = max, 00002 = min)."
    },
    "start_date": {
      "type": "string",
      "description": "Start date, YYYY-MM-DD."
    },
    "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.50.

Parent server

Usgs Water

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

1/7 registries
View full server →