volo-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VOLO_API_URL | No | API base URL | https://www.flyvolo.ai |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_flightsA | Search available private jet aircraft for a city pair. Returns matching aircraft with estimated flight times and cost ranges. Use this when a user mentions a route (e.g., 'New York to London'). |
| get_quoteB | Get a detailed pricing estimate for a private jet route. Returns itemized cost breakdown by aircraft category. |
| compare_aircraftA | Compare 2-3 aircraft side-by-side. Shows specs, pricing, and best use cases. |
| check_empty_legsA | Check for discounted empty leg flights (repositioning flights at 50-75% off). Great for flexible travelers looking for deals. |
| get_fleetA | Browse VOLO's fleet of 15 private jets across 4 categories. Filter by category, passenger count, or range requirements. |
| get_destinationsA | Explore popular private aviation destinations by region. Returns city names and regional highlights. |
| submit_quoteA | Submit a formal quote request to VOLO's operations team. They respond within 15 minutes during business hours. Requires route, date, and passenger count at minimum. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose: empty legs, aircraft comparison, destination exploration, fleet browsing, pricing estimation, route search, and formal quote submission. No two tools overlap in functionality.
All tools follow a consistent verb_noun pattern in snake_case (check_empty_legs, compare_aircraft, get_destinations, etc.) with clear, descriptive verbs.
7 tools is ideal for a private aviation server. It covers all essential actions without being too sparse or overwhelming.
The tool set covers the full workflow from exploration to formal booking submission. Minor gap: no tool for updating or cancelling a quote, but the core lifecycle is well-represented.