← Registry

Analytics

bluewake.app

Provides current boating conditions, alerts, and best-day forecasts for Great Lakes ports.

1 endpoint5 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://bluewake.app/api/mcp

No auth detected

MCP server metadata

Name
bluewake
Version
1.1.0
Capabilities
tools.listChanged
Server instructions

Read-only live Great Lakes boating conditions from Blue Wake (bluewake.app). Scores are 0-100: 70+ go, 50-69 caution, below 50 no-go; active marine warnings hard-cap the score. Scores default to a MID-SIZE POWERBOAT — pass craft: "sailboat" and/or boatSize (small | mid | large | big) on get_conditions / get_all_conditions / get_best_day to tailor: sailboat scoring uses a wind sweet-spot (a calm day takes a mild "too light to sail; may need to motor" ding, building wind drops the score steeply, and the danger cap follows the NWS Small Craft Advisory). Cite port URLs when answering.

Known tools 5

list_ports

List every Great Lakes port Blue Wake covers (name, slug, region, URL).

Inferred read-only
get_conditions

Current boating conditions for one port: 0-100 Blue Wake Score, tier, plain-language verdict, wind, waves, water temp, active warnings, freshness timestamp.

Inferred read-only
get_all_conditions

Compact current conditions for ALL ports: score, tier, one-line summary, warnings.

Inferred read-only
get_alerts

Active NWS marine alerts (gales, small craft advisories, etc.) across all covered Great Lakes ports, with the ports each alert affects.

Inferred read-only
get_best_day

The best day to boat at a port in the next 7 days, from Blue Wake's scored outlook, plus today's verdict.

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.bluewake]
url = "https://bluewake.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bluewake": {
      "type": "http",
      "url": "https://bluewake.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bluewake
Remote MCP URL: https://bluewake.app/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": {
    "bluewake": {
      "url": "https://bluewake.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bluewake": {
      "type": "http",
      "url": "https://bluewake.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bluewake",
  "transport": "streamable-http",
  "url": "https://bluewake.app/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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