← flyvolo.ai

INDIVIDUAL MCP TOOL

search_flights

Search available private jet aircraft for a city pair.

flyvolo.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

flyvolo.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flyvolo-ai]
url = "https://www.flyvolo.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flyvolo-ai": {
      "type": "http",
      "url": "https://www.flyvolo.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flyvolo-ai
Remote MCP URL: https://www.flyvolo.ai/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flyvolo-ai": {
      "url": "https://www.flyvolo.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flyvolo-ai": {
      "type": "http",
      "url": "https://www.flyvolo.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flyvolo-ai",
  "transport": "streamable-http",
  "url": "https://www.flyvolo.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_quote — Get a detailed pricing estimate for a private jet route.
  • compare_aircraft — Compare 2-3 aircraft side-by-side.
  • check_empty_legs — Check for discounted empty leg flights (repositioning flights at 50-75% off).
  • get_fleet — Browse VOLO's fleet of 200+ jet models across 4 categories (light, mid, heavy, ultra).
  • get_destinations — Explore popular private aviation destinations by region.
  • submit_quote — Submit a formal quote request to VOLO's operations team.
  • get_blog_posts — Browse VOLO's aviation blog posts.
  • get_airport_info — Get detailed information about airports serving a destination.