← bluewake.app
INDIVIDUAL MCP TOOL
list_ports
List every Great Lakes port Blue Wake covers (name, slug, region, URL).
LIVE ENDPOINT
https://bluewake.app/api/mcp
Connect to this endpoint to inspect the live schema for list_ports and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
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.get_all_conditions— Compact current conditions for ALL ports: score, tier, one-line summary, warnings.get_alerts— Active NWS marine alerts (gales, small craft advisories, etc.) across all covered Great Lakes ports, with the ports each alert affects.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.