Skip to main content
Glama
EdgeworthHitbox

Colorado DWR MCP Server

Colorado DWR MCP Server

This is a Model Context Protocol (MCP) server that interfaces with the Colorado Division of Water Resources (DWR) REST API. It allows AI models to retrieve water data, rights, permits, and administrative calls.

Features

  • Surface Water Stations: Search for stations by name, location, etc.

  • Surface Water Time Series: Get daily time series data (streamflow, etc.).

  • Water Rights: Query net amounts and transactions.

  • Well Permits: Search for well permits.

  • Administrative Calls: Get active administrative calls.

  • Generic Query: Flexible tool to query any DWR API endpoint.

Related MCP server: SNOTEL MCP Server

Installation

  1. Clone this repository.

  2. Install dependencies:

    npm install
  3. Build the server:

    npm run build

Usage

Stdio Mode (for local clients like Claude Desktop)

node build/index.js

HTTP/SSE Mode (for remote connections)

node build/sse.js

This will start a server at http://localhost:3000.

  • SSE Endpoint: http://localhost:3000/sse

Configuration

No API key is strictly required for basic usage, but if you have one, you can set it via the DWR_API_KEY environment variable.

Tools

  • get_surface_water_stations

  • get_surface_water_ts_day

  • get_water_rights_net_amount

  • get_well_permits

  • get_active_admin_calls

  • query_dwr_api

Development

Run the test client to verify functionality:

npx tsx test_client.ts
Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    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
    -
    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
    -
    quality
    C
    maintenance
    Access Colorado government open data via Socrata SoQL API. Enables searching datasets, running queries, and retrieving metadata without an API key.
    8
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables querying USGS water data including real-time and historical streamflow, gage height, and water temperature from USGS gauges across the United States.
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • Query real-time and historical USGS water data from ~8,000 stream gages and groundwater wells.

  • USGS Water MCP — wraps USGS National Water Information System (NWIS) REST services (free, no auth)

  • EPA ECHO MCP — wraps EPA ECHO Web Services (free, no auth)

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/EdgeworthHitbox/dwr-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server