W
workspace
/get_stay_price
Price of a stay
Live all-in price and availability for a stay at one Floreal location, per accommodation type, for the given arrival date, number of nights and party. Pass a pa
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 /get_stay_price for me.
Input
| Field | Type | Description |
|---|---|---|
| domain* | string | Location slug, e.g. "floreal-blankenberge" |
| 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 |
| packageId | string | Package id from list_arrangements (optional) |
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":"/get_stay_price","input":{"domain":"...","arrival":"...","nights":1,"adults":1}}'cli
npx cracked-ai run -p mcp-be-florealholidays-workspace -e /get_stay_price -i '{"domain":"...","arrival":"...","nights":1,"adults":1}'mcp
run_tool({ provider: "mcp-be-florealholidays-workspace", endpoint: "/get_stay_price", input: {"domain":"...","arrival":"...","nights":1,"adults":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.