io.github.cyanheads
usgs-water-mcp-server
Query real-time and historical USGS water data from ~8,000 stream gages and groundwater wells.
communityservice
Package Details
@cyanheads/usgs-water-mcp-server
Transportstdio
Runtimebun
Package Arguments
Positional
Position 0
runPosition 1
start:stdioEnvironment Variables
USGS_USER_AGENT(str)
Custom User-Agent string for USGS NWIS requests. Defaults to a descriptive identifier including the repo URL.
USGS_REQUEST_TIMEOUT_MS(str)
Default:
30000HTTP request timeout in milliseconds for NWIS calls. Default: 30000.
MCP_LOG_LEVEL(str)
Default:
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/usgs-water-mcp-server
TransportStreamable HTTP
Runtimebun
Package Arguments
Positional
Position 0
runPosition 1
start:httpEnvironment Variables
USGS_USER_AGENT(str)
Custom User-Agent string for USGS NWIS requests. Defaults to a descriptive identifier including the repo URL.
USGS_REQUEST_TIMEOUT_MS(str)
Default:
30000HTTP request timeout in milliseconds for NWIS calls. Default: 30000.
MCP_HTTP_HOST(str)
Default:
127.0.0.1The hostname for the HTTP server.
MCP_HTTP_PORT(str)
Default:
3010The port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATH(str)
Default:
/mcpThe endpoint path for the MCP server.
MCP_AUTH_MODE(str)
Default:
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVEL(str)
Default:
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').