LIVE ENDPOINT
https://mcp.flyvolo.ai/mcp
Connect to this endpoint to inspect the live schema for find_transition_paths 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
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-knowledge]
url = "https://mcp.flyvolo.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"volo-knowledge": {
"type": "http",
"url": "https://mcp.flyvolo.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: volo-knowledge
Remote MCP URL: https://mcp.flyvolo.ai/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-knowledge": {
"url": "https://mcp.flyvolo.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"volo-knowledge": {
"type": "http",
"url": "https://mcp.flyvolo.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "volo-knowledge",
"transport": "streamable-http",
"url": "https://mcp.flyvolo.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
resolve_occupation_or_major— Resolve a job title, a company's internal name for a role, a nickname or a degree name to a canonical VOLO entity.search— Search occupations, majors and verified change records by keyword.get_occupation— Full task-level assessment of one occupation.get_role_tasks— The task breakdown for one occupation.find_evidence— Verified evidence records for an occupation, optionally for one task.get_change— One verified change record by id, with VOLO's reading: what it means, what it does not yet establish, and what a reader can verify themselves.find_affected— Which occupation and which specific tasks a change record bears on.get_change_history— The verified change timeline for an occupation, oldest first.