Skip to main content
Glama
higherpass

mcp-usgs-water-data

by higherpass

Related Servers

Alternatives to mcp-usgs-water-data

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      D
      maintenance
      Provides access to real-time water data from the USGS Water Services API, allowing users to fetch instantaneous measurements like stream flow, gage height, temperature, and water quality parameters from thousands of monitoring stations across the US.
      3
      -
    • A
      license
      Not graded
      quality
      F
      maintenance
      Wraps USGS NWIS REST services to query water data such as streamflow, groundwater levels, and water quality.
      1 npm
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Provides access to real-time and historical snow conditions, weather data, and snowpack analysis from over 800 SNOTEL stations across the western United States through the USDA Air and Water Database API.
      2
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      Provides hydrology data (river levels, streamflow, flood forecasts, water quality) from USGS, NOAA, and SWOT, preserving units, datums, timezones, and data quality for AI agents.
      13
      64 PyPI
      MIT

    TDQS

    A4.4/5.0

    Scored across 3 tools

    Disambiguation4/5

    The three tools have clearly distinct purposes: get_instantaneous_values fetches readings, find_sites resolves place names to station numbers, and list_common_parameter_codes maps common measurements to parameter codes. There is minor potential confusion between find_sites and get_instantaneous_values since both share the same filter options (sites/stateCd/huc/bBox/countyCd), but their distinct roles (lookup vs. data retrieval) are well documented.

    Naming Consistency3/5

    The names mix conventions: get_instantaneous_values and list_common_parameter_codes use verb_object patterns but get_instantaneous_values is awkwardly verbose while find_sites and the others are not consistently phrased. There's no consistent verb (get, list, find) and no consistent noun form, though all are readable snake_case verbs followed by a noun.

    Tool Count5/5

    Three tools form a tight, well-scoped workflow: resolve sites, look up parameter codes, then fetch values. Each tool is essential and earns its place with no obvious redundancy. The tight coupling (find_sites feeds get_instantaneous_values, list_common_parameter_codes feeds parameterCd) justifies exactly these three.

    Completeness4/5

    The core workflow of finding sites, mapping parameters, and retrieving instantaneous values is fully covered. Minor gaps exist such as no support for daily values or other USGS services (which are out of scope given the server name), and the user must manually chain the three tools, but within the stated 'instantaneous values' domain the surface is complete.

    Maintenance

    ActivityStale
    ResponsivenessNo issues