← eddy.guide

INDIVIDUAL MCP TOOL

list_rivers

List all active float rivers in Missouri with basic info

eddy.guidenone authenticationAvailability not checked

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

eddy.guide

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

  • get_river — Get details for a specific river by slug
  • get_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 river
  • get_hazards — Get active hazards (dams, rapids, strainers) for a river
  • plan_float — Calculate a float plan between two access points.
  • get_gauges — List all USGS gauge stations with their latest water level readings
  • get_weather — Get current weather conditions for a river area