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 endpoint
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.eddy-guide]
url = "https://eddy.guide/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eddy-guide": {
"type": "http",
"url": "https://eddy.guide/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eddy-guide
Remote MCP URL: https://eddy.guide/api/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": {
"eddy-guide": {
"url": "https://eddy.guide/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eddy-guide": {
"type": "http",
"url": "https://eddy.guide/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eddy-guide",
"transport": "streamable-http",
"url": "https://eddy.guide/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_rivers— List all active float rivers in Missouri with basic infoget_conditions— Get current water conditions for a river (level, flow, floatability)get_access_points— Get all access points (put-in/take-out locations) for a riverget_hazards— Get active hazards (dams, rapids, strainers) for a riverplan_float— Calculate a float plan between two access points.get_gauges— List all USGS gauge stations with their latest water level readingsget_weather— Get current weather conditions for a river area