PluginBench
MCP Server

Cdec Ca MCP Server

io.github.pipeworx-io/cdec-ca

What is the Cdec Ca MCP server?

California Data Exchange Center (CDEC) hydrology, reservoirs, snow water

How to install Cdec Ca

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cdec-ca": {
      "url": "https://gateway.pipeworx.io/cdec-ca/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cdec-ca": {
      "serverUrl": "https://gateway.pipeworx.io/cdec-ca/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cdec-ca": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/cdec-ca/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "cdec-ca": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/cdec-ca/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http cdec-ca https://gateway.pipeworx.io/cdec-ca/mcp

Related MCP servers

Abgeordnetenwatch MCP — German federal & state parliament data.

View repository →

Australian Bureau of Statistics (ABS) Data API MCP.

View repository →

AbuseIPDB MCP — wraps AbuseIPDB v2 API (api.abuseipdb.com/api/v2)

View repository →

ACLED MCP — Armed Conflict Location & Event Data Project

View repository →