🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@pondlog/mcp-usgs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pondlog/mcp-usgs

MCP server for USGS Water Services (NWIS). Four tools: real-time streamflow, daily statistics, site metadata, and site search. No API key required.

latest
Source
npmnpm
Version
0.1.6
Version published
Maintainers
1
Created
Source

@pondlog/mcp-usgs

MCP server for USGS Water Services (NWIS). Four tools for real-time and historic streamflow data, plus site search and metadata. No API key required.

Part of pondlog.

Install / run

npx -y @pondlog/mcp-usgs

Configure

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "pondlog-usgs": {
      "command": "npx",
      "args": ["-y", "@pondlog/mcp-usgs"]
    }
  }
}

Cursor

Edit ~/.cursor/mcp.json:

{
  "mcpServers": {
    "pondlog-usgs": {
      "command": "npx",
      "args": ["-y", "@pondlog/mcp-usgs"]
    }
  }
}

MCP Inspector (debug)

npx @modelcontextprotocol/inspector npx -y @pondlog/mcp-usgs

Tools

ToolWhat it does
get_instantaneous_valuesReal-time discharge / gage height (default) over a relative period (PT2H, P1D, etc.) for one or more USGS sites.
get_daily_valuesDaily statistics, either a relative window or explicit start/end dates. Use this for any historic query.
get_site_infoSingle-site metadata: name, coordinates, HUC, state, county, altitude.
search_sitesFind active stream-gauge sites by lat/lng/radius_km or by US state.

Parameter codes

Common USGS codes: 00060 = streamflow / discharge (ft³/s); 00065 = gage height (ft); 00010 = water temperature (°C). Full list: https://help.waterdata.usgs.gov/codes-and-parameters/parameters.

Example prompts

  • "What's the Elwha River doing right now? (USGS site 12045500)"
  • "Find USGS gauges within 25 km of Port Angeles, WA, and show today's flow."
  • "Pull daily mean streamflow for the Dungeness River from January 2024."

License

MIT.

Keywords

pondlog

FAQs

Package last updated on 12 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts