usgs-water-mcp

mrfentmen/usgs-water-mcp
★ 0 stars TypeScript Search Updated today
Niche public data MCP server: usgs-water-mcp
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

Query public USGS water observations for stream gauges and watershed research. This is separate from earthquake data and focuses on streamflow and gauge discovery. - `get_streamflow`: instantaneous observations for a gauge and USGS parameter code. `00060` is the common discharge parameter. - `find_gauges`: find active stream gauges in a `min longitude,min latitude,max longitude,max latitude` bounding box, with a bounded result count.

Tools (2)

find_gaugesget_streamflow