W
workspace
/search_stays
Search stays across all locations
Find where Floreal Holidays has a stay available, across every location at once, with the live all-in price per accommodation type. Use this whenever the guest
liveverifiedunknown~5s typical
mcpprobedworkspace
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-be-florealholidays-workspace /search_stays for me.
Input
| Field | Type | Description |
|---|---|---|
| arrival* | string | Arrival date (YYYY-MM-DD) |
| nights* | integer | Number of nights |
| adults* | integer | Number of adults |
| children | integer | Number of children |
| babies | integer | Number of babies |
| pets | integer | Number of pets |
| region | string | Region to limit the search to: coast, ardennes, kempen, gaume, wallonie-picarde |
| domains | array | Location slugs to limit the search to; takes precedence over region |
| accommodation | string | Part of the accommodation name, e.g. "hotel", "studio", "apartment" |
| maxPrice | number | Highest acceptable all-in price for the whole stay, in euro |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-be-florealholidays-workspace","endpoint":"/search_stays","input":{"arrival":"...","nights":1,"adults":1}}'cli
npx cracked-ai run -p mcp-be-florealholidays-workspace -e /search_stays -i '{"arrival":"...","nights":1,"adults":1}'mcp
run_tool({ provider: "mcp-be-florealholidays-workspace", endpoint: "/search_stays", input: {"arrival":"...","nights":1,"adults":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.