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