← Registry

Data Collection

eddy.guide

Provides information about float rivers in Missouri including conditions, access points, and hazards.

x402 supported1 endpoint8 known toolsFirst detected May 12, 2026Last detected August 30, 2026

ENDPOINT 1

https://eddy.guide/api/mcp

No auth detected

MCP server metadata

Name
eddy-guide
Version
1.0.0
Capabilities
tools.listChanged

Known tools 8

list_rivers

List all active float rivers in Missouri with basic info

Inferred read-only
get_river

Get details for a specific river by slug

Inferred read-only
get_conditions

Get current water conditions for a river (level, flow, floatability)

Inferred read-only
get_access_points

Get all access points (put-in/take-out locations) for a river

Inferred read-only
get_hazards

Get active hazards (dams, rapids, strainers) for a river

Inferred read-only
plan_float

Calculate a float plan between two access points.

Inferred read-only
get_gauges

List all USGS gauge stations with their latest water level readings

Inferred read-only
get_weather

Get current weather conditions for a river area

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for eddy.guide was fetched 2026-08-01T07:46:51.243Z and is being refreshed.

Trust status Neutral

eddy.guide is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.