Skip to main content
Glama
weihermans

volo-mcp

by weihermans

volo-mcp

npm version license MCP

The Model Context Protocol server for private aviation. Give any AI agent the ability to search private jets, compare aircraft, get transparent quotes, check empty-leg deals, and submit charter requests — straight from natural language.

Built by VOLO, the world's first agent-native private aviation platform. Works with Claude Desktop, Claude Code, Cursor, Windsurf, OpenClaw, and any MCP-compatible client.

✈️ Looking for the full platform (218 aircraft, 7,900+ airports, REST API, GraphQL, a 14-tool concierge and a 16-command CLI)? See flyvolo.ai and the agent surfaces.

Quick Start

npx volo-mcp

Or install globally:

npm install -g volo-mcp
volo-mcp

Related MCP server: VesselAPI MCP Server

Configure Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "volo-aviation": {
      "command": "npx",
      "args": ["-y", "volo-mcp"]
    }
  }
}

Then restart Claude Desktop. You can now ask:

  • "Search private jets from New York to London"

  • "Compare the Gulfstream G650ER vs Global 7500"

  • "What empty leg deals are available?"

  • "Get me a quote for Miami to Aspen, 6 passengers"

Configure Claude Code

claude mcp add volo-aviation -- npx -y volo-mcp

Remote Server (No Install)

VOLO also runs a hosted MCP server — no local setup needed:

Protocol

URL

Streamable HTTP

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

SSE (legacy)

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

Tools

Tool

Description

search_flights

Search aircraft for a city pair with flight times and cost estimates

get_quote

Detailed pricing estimate by aircraft category

compare_aircraft

Side-by-side comparison of 2–3 aircraft

check_empty_legs

Discounted repositioning flights (50–75% off)

get_fleet

Browse aircraft across 4 categories

get_destinations

Explore destinations across 5 regions

submit_quote

Submit a formal quote request to VOLO operations

Fleet

Aircraft across 4 categories:

  • Light (4–8 pax): Citation CJ3+, Phenom 300E, HondaJet Elite S

  • Midsize (7–9 pax): Citation Latitude, Praetor 500, Learjet 75 Liberty

  • Heavy (10–16 pax): Challenger 650, Falcon 900LX, Gulfstream G450

  • Ultra Long Range (16–19 pax): Gulfstream G650ER, Global 7500, Falcon 8X

Configure OpenClaw

Add to your ~/.openclaw/openclaw.json:

{
  "mcpServers": {
    "volo-aviation": {
      "url": "https://www.flyvolo.ai/api/mcp"
    }
  }
}

Or install the dedicated OpenClaw skill:

clawhub install volo-aviation

Environment Variables

Variable

Default

Description

VOLO_API_URL

https://www.flyvolo.ai

API base URL

About VOLO

VOLO is the world's first agent-native private aviation platform — built so AI agents are first-class customers, not an afterthought. Beyond this MCP server, VOLO exposes a REST API, GraphQL, a 14-tool AI concierge, a 16-command CLI, WebMCP, and an OpenClaw skill, all over live inventory of 218 aircraft and 7,900+ airports.

License

MIT © VOLO Technologies Pte. Ltd.


Built by VOLO — AI-native private aviation.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/weihermans/volo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server