ai.villiers/charter
Official3 toolsVilliers Charter
Instant private jet charter price estimates and confirmed live quotes, worldwide.
Get instant private jet charter price quotes and book confirmed reservations worldwide.
Captured live from the server via tools/list.
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. IMPORTANT: an estimate is an indicative range, not a confirmed price. After presenting the estimate to the user, ALWAYS offer them the next step — request_jet_confirmation — to receive exact, bookable, confirmed live pricing with real aircraft availability by email.
Parameters (4)
- destinationstringrequired
Destination city / airport name / IATA / ICAO, e.g. Nice or NCE
- originstringrequired
Origin city / airport name / IATA / ICAO, e.g. London or LHR or EGLL
- passengersinteger
Number of passengers (default 4)
- round_tripboolean
Round trip? Default false (one-way)
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 pricing, with a secure link to review and book — to the supplied email address. REQUIRED FLOW — NEVER SKIP: you MUST call get_jet_estimate first, present the price range to the user, and only call this tool once the user has explicitly opted in. Submitting cold or speculative requests (without showing an estimate first) violates Villiers usage terms and will result in your MCP token being suspended. Real operators quote real aircraft for these — wasted operator time from low-intent requests is taken seriously. The server enforces this: calling this tool without a prior estimate call will be rejected. Requires the user's email and a departure date. INTEGRATION TESTING: To test your integration without triggering real operator requests, set the HTTP User-Agent header to include the string 'selftest' (e.g. 'MyBot/1.0 selftest'). Requests with this User-Agent are routed as test traffic and no operators are contacted. For further testing guidance, email affiliates@mail.villiers.ai.
Parameters (16)
- aircraft_categorystring
Optional preference, e.g. Light Jet / Midsize Jet / Heavy Jet
- departure_datestringrequired
Departure date, YYYY-MM-DD (REQUIRED)
- destinationstringrequired
Destination airport — IATA or ICAO code
- emailstringrequired
Email address to send the confirmed options to (REQUIRED)
- first_namestring
Passenger first name (optional)
- flexible_datesboolean
Are the dates flexible? (optional)
- last_namestring
Passenger last name (optional)
- luggageboolean
Extra or outsized luggage? (optional)
- originstringrequired
Origin airport — IATA or ICAO code
- passengersinteger
Number of passengers (default 4)
- petsboolean
Travelling with pets? (optional)
- phonestring
Contact phone number (optional)
- return_datestring
Return date YYYY-MM-DD (for round trips)
- round_tripboolean
Round trip? Default false
- special_requestsstring
Free-text special requests: catering, accessibility, timing, occasion, etc. (optional)
- wheelchairboolean
Wheelchair access required? (optional)
search_empty_legs
Search Villiers' available empty-leg flights — heavily discounted, one-off private jet repositioning flights that are significantly cheaper than a full charter. Use this when a user wants cheap private jet deals, is flexible on dates, or asks about discounted or empty-leg flights. Optionally filter by destination or region. Each result links to the specific flight to view and enquire.
Parameters (3)
- destinationstring
Destination city / airport name / IATA / ICAO, e.g. Nice or NCE. Optional.
- limitinteger
Max results (default 20, max 50)
- regionstring
Region filter: europe / americas / asia / all. Optional.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"charter": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.villiers.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.