Analytics
riverwaterwatch.com
Provides real-time water level data and disruption odds for European river cruises to help plan sailings.
ENDPOINT 1
https://www.riverwaterwatch.com/mcp
MCP server metadata
- Name
- river-water-watch
- Version
- 1.0.0
Known tools 4
get_monthly_oddsCurrent 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).
Inferred read-onlyget_live_gaugesToday'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.
Inferred read-onlyscore_sailingScore 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.
Inferred read-onlyget_month_detailWhy 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for riverwaterwatch.com was fetched 2026-08-21T12:21:45.830Z.
riverwaterwatch.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.