← riverwaterwatch.com

INDIVIDUAL MCP TOOL

get_month_detail

Why a given month behaves the way it does on one of the four rivers: the seasonal hydrology, the thirty-year frequency, and the last five years' outcomes for that month.

riverwaterwatch.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.riverwaterwatch.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_month_detail and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

riverwaterwatch.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.river-water-watch]
url = "https://www.riverwaterwatch.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "river-water-watch": {
      "type": "http",
      "url": "https://www.riverwaterwatch.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: river-water-watch
Remote MCP URL: https://www.riverwaterwatch.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "river-water-watch": {
      "url": "https://www.riverwaterwatch.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "river-water-watch": {
      "type": "http",
      "url": "https://www.riverwaterwatch.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "river-water-watch",
  "transport": "streamable-http",
  "url": "https://www.riverwaterwatch.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_monthly_odds — Current 12-month cruise-disruption odds for one of Europe's main cruise rivers (chance a sailing day hits low water, or high water on the Seine).
  • get_live_gauges — Today's official water-level readings (cm) at the cruise-critical gauges on the Rhine, Danube, Elbe and Seine, with each station's state and its percentile against thirty years.
  • score_sailing — Score a specific river cruise: the chance a sailing departing on a given date meets low water (high water on the Seine) at its river's tightest stretch.