Beau Fixe inside your AI assistant
Beau Fixe is an MCP server (Model Context Protocol, the standard that lets assistants use external tools). Add the address below to Claude, ChatGPT, Cursor or any MCP client: when you ask "where can I go in February for 28 °C and a warm sea?", the assistant will query our ten years of records and answer with real probabilities, destination by destination.
https://beaufixe.net/mcp
Free, no sign-up, no key. Read-only. 60 requests per minute per address.
How to connect
- Claude (web and desktop) : Settings → Connectors → Add custom connector, name it “Beau Fixe”, URL
https://beaufixe.net/mcp, no authentication. - Claude Code :
claude mcp add --transport http beaufixe https://beaufixe.net/mcp - ChatGPT : Settings → Apps & Connectors (developer mode if needed) → add a connector with this URL, no authentication.
- Cursor and other clients : MCP server, transport “http” (streamable HTTP), URL
https://beaufixe.net/mcp.
What your assistant can do
beaufixe_find_destinations— ranks 2,465 destinations for your dates and conditions (heat, sea, heat ceiling, dry weather, region, country, travel time from your city): probability, temperatures, rainy days, estimated travel time, travel advisory, links.beaufixe_destination_weather— one place in detail — a Beau Fixe destination or any city, village, island or resort in the world: the forecast when your dates are within sixteen days (always kept apart), the probability on your dates, month by month, best fortnights, travel time, and the dated “before you go” facts (safety, entry rules by passport, health).beaufixe_search_destinations— the directory of destinations with ids, countries, regions and airports.
Example questions
- “Where should I go from 15 to 30 October for at least 28 °C and a 25 °C sea, under 5 hours from Lyon?”
- “Can I swim in Djerba in October?”
- “What is the best month for Sharm el-Sheikh without exceeding 35 °C?”
Figures are a ten-year climatology (2015-2024), not a forecast. Data: ERA5-Land (Copernicus) via Open-Meteo, NOAA OISST; safety, entry and health from dated official sources. Machine documentation: /api/docs and /llms.txt.