VC
Villiers Charter
/get_jet_estimate
get jet estimate
Get an indicative private jet charter price estimate for a route, broken down by aircraft category (light / midsize / heavy jet). Returns an instant price range
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 /get_jet_estimate for me.
Input
| Field | Type | Description |
|---|---|---|
| destination* | string | Destination city / airport name / IATA / ICAO, e.g. Nice or NCE |
| origin* | string | Origin city / airport name / IATA / ICAO, e.g. London or LHR or EGLL |
| passengers | integer | Number of passengers (default 4) |
| round_trip | boolean | Round trip? Default false (one-way) |
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":"/get_jet_estimate","input":{"destination":"...","origin":"..."}}'cli
npx cracked-ai run -p mcp-ai-villiers-charter -e /get_jet_estimate -i '{"destination":"...","origin":"..."}'mcp
run_tool({ provider: "mcp-ai-villiers-charter", endpoint: "/get_jet_estimate", input: {"destination":"...","origin":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.