R
rentals
/check_availability_and_price
Vérifier la disponibilité et le prix d'un séjour
Vérifie en une seule fois la disponibilité ET le prix d'un séjour daté pour une location (id renvoyé par search_rentals). Répond : disponible / occupé / partiel
liveunknown~5s typical
mcprentals
$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-chalet-montagne-rentals /check_availability_and_price for me.
Input
| Field | Type | Description |
|---|---|---|
| rental_id* | integer | Identifiant de la location (champ « id » des résultats de search_rentals). |
| date_start* | string | Date d'arrivée (YYYY-MM-DD). |
| date_end* | string | Date de départ (YYYY-MM-DD). |
| guests | integer | Nombre de voyageurs (information indicative). |
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-chalet-montagne-rentals","endpoint":"/check_availability_and_price","input":{"rental_id":1,"date_start":"...","date_end":"..."}}'cli
npx cracked-ai run -p mcp-com-chalet-montagne-rentals -e /check_availability_and_price -i '{"rental_id":1,"date_start":"...","date_end":"..."}'mcp
run_tool({ provider: "mcp-com-chalet-montagne-rentals", endpoint: "/check_availability_and_price", input: {"rental_id":1,"date_start":"...","date_end":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.