BP
Blue Pillow Hotels & Stays
/check_property_availability
Check live availability and per-operator quotes for a stay
Live availability and per-operator quote for a specific property over a specific stay window. Performs a live date-aware lookup against the BluePillow search la
liveverifiedunknown~5s typical
mcpprobedbluepillowhotels
$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-com-bluepillow-hotels /check_property_availability for me.
Input
| Field | Type | Description |
|---|---|---|
| api_key | string | Your anonymous Blue Pillow Hotels & Stays API key (format 'pk_anon_…'). Pass it in THIS fi |
| property_id* | string | Opaque property id (e.g. 'prop_69ce2ddcbf...') OR a bluepillow.com property page URL (e.g. |
| dates* | object | Stay window. Natural-language references such as 'tonight', 'this weekend', 'the weekend o |
| guests* | object | Guest composition. Adults is required; children and infants default to zero. |
| user_country | string | User's country (ISO-3166 alpha-2 uppercase). Drives the booking-link locale AND, when `cur |
| language | string | User's UI language (2-letter lowercase). Drives the booking link language; falls back to ' |
| currency | string | Currency of the returned prices (ISO-4217, 3-letter uppercase, e.g. 'USD', 'EUR', 'GBP', ' |
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-com-bluepillow-hotels","endpoint":"/check_property_availability","input":{"property_id":"...","dates":{},"guests":{}}}'cli
npx cracked-ai run -p mcp-com-bluepillow-hotels -e /check_property_availability -i '{"property_id":"...","dates":{},"guests":{}}'mcp
run_tool({ provider: "mcp-com-bluepillow-hotels", endpoint: "/check_property_availability", input: {"property_id":"...","dates":{},"guests":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.