volo-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@volo-mcpGet a quote for Miami to Aspen, 6 passengers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
volo-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-mcpOr install globally:
npm install -g volo-mcp
volo-mcpRelated 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-mcpRemote Server (No Install)
VOLO also runs a hosted MCP server — no local setup needed:
Protocol | URL |
Streamable HTTP |
|
SSE (legacy) |
|
Tools
Tool | Description |
| Search aircraft for a city pair with flight times and cost estimates |
| Detailed pricing estimate by aircraft category |
| Side-by-side comparison of 2–3 aircraft |
| Discounted repositioning flights (50–75% off) |
| Browse aircraft across 4 categories |
| Explore destinations across 5 regions |
| 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-aviationEnvironment Variables
Variable | Default | Description |
|
| 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.
🌐 Website: flyvolo.ai
🤖 Agent surfaces: flyvolo.ai/for-agents
📖 OpenAPI spec: flyvolo.ai/api/v1/openapi.json
🧠 For LLMs: flyvolo.ai/llms.txt
License
MIT © VOLO Technologies Pte. Ltd.
Built by VOLO — AI-native private aviation.
Maintenance
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