Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

OhMyWind

fr.ohmywind/sailing-planner

Sailing passage planner for any coast, with high-precision tides on the French Atlantic.

Uptime
100.0%
1 direct probes · 30d
Response
1108ms
last probe
Tools
4
callable
Resources
1
readable
Prompts
0
available

Tools · 4

read_me

Return OhMyWind's calculation methodology as Markdown. Call this when the user asks how passage timing, complexity, or boat speed are computed (e.g. "comment c'est calculé ?", …

list_boat_archetypes

List the 7 boat archetypes with descriptive metadata. The LLM (or user) maps a commercial model (e.g. "Sun Odyssey 32") to one of these archetypes from the metadata — there is no serv…

get_marine_forecast

Fetch wind (and sea, when available) for a point and time window. Args: lat: latitude in degrees. lon: longitude in degrees. start: ISO-8601 datetime, time…

plan_passage

Plan an A→B passage. Compare departure windows by default; pin a single departure only when the user gives an explicit time. ## Tool routing: read this first Before calling, …

Resources · 1

OhMyWind plan widget

MCP Apps UI resource — renders the plan inline (no nested iframe). Receives the tool's ``structuredContent`` over postMessage (per the MCP Apps spec — the host pushes results to the i…

ui://openwind/plan-passage

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ohmywind": {
      "url": "https://mcp.ohmywind.fr/mcp",
      "transport": "streamable-http"
    }
  }
}