Skip to main content
Glama
weihermans

volo-mcp

by weihermans

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VOLO_API_URLNoAPI base URLhttps://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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 7 tools

Disambiguation5/5

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.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (check_empty_legs, compare_aircraft, get_destinations, etc.) with clear, descriptive verbs.

Tool Count5/5

7 tools is ideal for a private aviation server. It covers all essential actions without being too sparse or overwhelming.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues