Connects your MCP client to California's Data Exchange Center, the state's official source for real-time hydrology data. Pipeworx hosts this as a streamable HTTP endpoint, so you can query reservoir levels, snowpack measurements, and water flow data across California's monitoring stations without dealing with CDEC's API directly. The ask_pipeworx tool lets you make natural language requests instead of constructing queries manually. Useful during drought monitoring, water resource planning, or any project tracking California's water supply. Part of Pipeworx's larger gateway that bundles 250+ data sources, but available as a standalone server if you only need California hydrology.
CDEC (California Data Exchange Center) MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"cdec-ca": {
"url": "https://gateway.pipeworx.io/cdec-ca/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Cdec Ca data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json