daily_values

Pack: usgs-water · Endpoint: https://gateway.pipeworx.io/usgs-water/mcp

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.

Parameters

NameTypeRequiredDescription
sitestringyesA single USGS site number, e.g. “01646500”.
parameter_codestringnoUSGS parameter code (default “00060” = discharge/streamflow).
stat_codestringnoDaily statistic code (default “00003” = mean; 00001 = max, 00002 = min).
start_datestringyesStart date, YYYY-MM-DD.
end_datestringyesEnd date, YYYY-MM-DD.

Example call

curl -X POST https://gateway.pipeworx.io/usgs-water/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"daily_values","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "usgs-water": {
      "url": "https://gateway.pipeworx.io/usgs-water/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026