← flyvolo.ai

INDIVIDUAL MCP TOOL

submit_quote

Submit a formal quote request to VOLO's operations team.

flyvolo.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://www.flyvolo.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for submit_quote and invoke it with your own arguments.

Indexed 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 server

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.volo-aviation]
url = "https://www.flyvolo.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: volo-aviation
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": {
    "volo-aviation": {
      "url": "https://www.flyvolo.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "volo-aviation",
  "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

  • search_flights — Search available private jet aircraft for a city pair.
  • get_quote — Get a detailed pricing estimate for a private jet route.
  • compare_aircraft — Compare 2-3 aircraft side-by-side.
  • 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.
  • get_blog_posts — Browse VOLO's aviation blog posts.
  • get_airport_info — Get detailed information about airports serving a destination.
  • get_service_info — Get details about VOLO's specialized aviation services: group charter, corporate charter, air ambulance, pet travel, and event charter.