OpenWind MCP running

Talk to your LLM. Cast off with confidence.
A free, keyless, open-source Mediterranean passage planner — exposed as an MCP server, so any compatible assistant can use it.

OpenWind passage plan: 5 waypoints, 48.6 nm, ETA 21:24, complexity 3 of 5.

Connect it to your assistant

Pick yours below — under a minute, no install, no API key.

Claude (claude.ai)
  1. Open claude.ai → Settings → Connectors.
  2. Scroll to the bottom and click Add custom connector.
  3. Set Name: OpenWind.
  4. Paste this in Remote MCP server URL:
    https://qdonnars-openwind-mcp.hf.space/mcp
  5. Click Add. In any new chat, OpenWind shows up in the Search and tools menu — toggle it on.
Le Chat (Mistral)
  1. Open chat.mistral.ai and sign in.
  2. In the left sidebar, open IntelligenceConnecteurs (in English: IntelligenceConnectors), then click Add MCP server.
  3. Set Name: OpenWind · Auth: None.
  4. Paste this in URL:
    https://qdonnars-openwind-mcp.hf.space/mcp
  5. Save, then enable the OpenWind toggle inside any conversation.
  6. Le Chat doesn’t (yet) support the MCP Apps spec, so the widget won’t render inline — the assistant will hand you an openwind.fr deep-link instead.
ChatGPT (OpenAI)
  1. Requires ChatGPT Pro, Business, or Enterprise (custom connectors).
  2. Open ChatGPT → Settings → Connectors.
  3. In Advanced, turn on Developer mode.
  4. Back in Connectors, click Create.
  5. Set Name: OpenWind · Authentication: No authentication.
  6. Paste this in MCP server URL:
    https://qdonnars-openwind-mcp.hf.space/mcp
  7. Trust the connector and save. Activate it in a chat via + → Developer connectors → OpenWind.

Then ask, in your own words

I'm leaving Marseille tomorrow morning for Porquerolles on a Sun Odyssey 36. How long is the passage and how tricky is it?

Your assistant calls the OpenWind tools and answers in plain language. On hosts that support the MCP Apps spec (Claude, Claude Desktop, ChatGPT, VS Code Copilot, Goose, Postman, MCPJam), the live openwind.fr plan view also renders inline as a sandboxed iframe. On hosts that don’t (Cursor, Le Chat, terminal), the assistant hands you the same plan as a deep-link instead.

Or to compare a whole weekend’s worth of departure windows in one shot:

Marseille → Porquerolles, same boat — show me the calmest departure between Saturday morning and Monday evening.

Why OpenWind

Four tools

The workhorse is plan_passage: one call returns timing, a 1-5 complexity score, and an openwind.fr deep-link. It declares an MCP Apps UI resource, so supporting hosts also render the live plan view in a sandboxed iframe. Pass latest_departure and it walks every hourly window up to 14 days out so the LLM can compare side-by-side. The other three tools — list_boat_archetypes, get_marine_forecast, read_me — let the assistant pick a boat, sample the forecast ad hoc, or explain the math behind a result.

Don’t want to wire an MCP host? You can also drive everything by hand at openwind.fr/plan — click your route, pick a boat, slide the departure.

Source

Project site: openwind.fr · GitHub: qdonnars/openwind (MIT).

First request after inactivity may take a few seconds (HF Spaces cold-start).