Pondlog Usgs runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 7 Jul 2026.
USGS Water Services MCP server. Real-time streamflow, gage height, and site metadata from NWIS.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add pondlog-usgs -- npx -y @pondlog/mcp-usgs
{
"mcpServers": {
"pondlog-usgs": {
"args": [
"-y",
"@pondlog/mcp-usgs"
],
"command": "npx"
}
}
}
[mcp_servers.pondlog-usgs]
command = "npx"
args = ["-y", "@pondlog/mcp-usgs"]
{
"mcpServers": {
"pondlog-usgs": {
"args": [
"-y",
"@pondlog/mcp-usgs"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"pondlog-usgs": {
"args": [
"-y",
"@pondlog/mcp-usgs"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.