OhMyWind
fr.ohmywind/sailing-plannerSailing passage planner for any coast, with high-precision tides on the French Atlantic.
Tools · 4
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 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…
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 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
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
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ohmywind": {
"url": "https://mcp.ohmywind.fr/mcp",
"transport": "streamable-http"
}
}
}