VC
Villiers Charter
/request_jet_confirmation
request jet confirmation
Submit a request for CONFIRMED live private jet pricing. Villiers contacts vetted operators and emails the confirmed options — real aircraft availability and pr
liveverifiedunknown~5s typical
mcpprobedvillierscharter
$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-ai-villiers-charter /request_jet_confirmation for me.
Input
| Field | Type | Description |
|---|---|---|
| aircraft_category | string | Optional preference, e.g. Light Jet / Midsize Jet / Heavy Jet |
| client_reference | string | Optional opaque reference from YOUR OWN system (e.g. your internal order/booking id) for t |
| departure_date* | string | Departure date, YYYY-MM-DD (REQUIRED) |
| destination* | string | Destination airport — city / airport name / IATA / ICAO, e.g. Nice or NCE (same as get_jet |
| email* | string | Email address to send the confirmed options to (REQUIRED) |
| first_name | string | Passenger first name (optional) |
| flexible_dates | boolean | Are the dates flexible? (optional) |
| last_name | string | Passenger last name (optional) |
| luggage | boolean | Extra or outsized luggage? (optional) |
| origin* | string | Origin airport — city / airport name / IATA / ICAO, e.g. London or LHR or EGLL (same as ge |
| passengers | integer | Number of passengers (default 4) |
| pets | boolean | Travelling with pets? (optional) |
| phone | string | Contact phone number (optional) |
| return_date | string | Return date YYYY-MM-DD (for round trips) |
| round_trip | boolean | Round trip? Default false |
| special_requests | string | Free-text special requests: catering, accessibility, timing, occasion, etc. (optional) |
| wheelchair | boolean | Wheelchair access required? (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-ai-villiers-charter","endpoint":"/request_jet_confirmation","input":{"departure_date":"...","destination":"...","email":"...","origin":"..."}}'cli
npx cracked-ai run -p mcp-ai-villiers-charter -e /request_jet_confirmation -i '{"departure_date":"...","destination":"...","email":"...","origin":"..."}'mcp
run_tool({ provider: "mcp-ai-villiers-charter", endpoint: "/request_jet_confirmation", input: {"departure_date":"...","destination":"...","email":"...","origin":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.