M
mcp
/get_booking_options
Get booking options
For one outfitter, return how a stay can be booked: booking mode (online payment on MyOutfitters, or a price request through MyOutfitters' anonymised relay), th
liveunknown~5s typical
mcpmcp
$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-ca-myoutfitters-mcp /get_booking_options for me.
Input
| Field | Type | Description |
|---|---|---|
| outfitter_id* | string | Outfitter id (e.g. 'PV-0009') or the id-bearing MyOutfitters URL segment. |
| arrival | string | Requested arrival date (YYYY-MM-DD). |
| departure | string | Requested departure date (YYYY-MM-DD). |
| party_size | integer | |
| locale | string (fr | en) | |
| api_key | string |
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-ca-myoutfitters-mcp","endpoint":"/get_booking_options","input":{"outfitter_id":"..."}}'cli
npx cracked-ai run -p mcp-ca-myoutfitters-mcp -e /get_booking_options -i '{"outfitter_id":"..."}'mcp
run_tool({ provider: "mcp-ca-myoutfitters-mcp", endpoint: "/get_booking_options", input: {"outfitter_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.