Volant
HomeDocsAPI Reference
HomeDocsAPI Reference
  1. mcp
  • health
    • Health check
      GET
  • status
    • System status summary
      GET
  • system
    • Get system information
      GET
  • events
    • Stream VM lifecycle events
      GET
  • vm
    • List VMs
      GET
    • Create VM
      POST
    • Destroy VM
      DELETE
    • Fetch VM by name
      GET
    • Get VM configuration
      GET
    • Update VM configuration
      PATCH
    • Get VM configuration history
      GET
    • Get VM plugin OpenAPI spec
      GET
    • Restart a VM
      POST
    • Start a stopped VM
      POST
    • Stop a running VM
      POST
  • plugins
    • List plugins
      GET
    • Install plugin
      POST
    • Remove plugin
      DELETE
    • Get plugin
      GET
    • Set plugin enabled status
      POST
  • deployment
    • List deployments
      GET
    • Create deployment
      POST
    • Delete deployment
      DELETE
    • Get deployment
      GET
    • Scale deployment
      PATCH
  • vfio
    • Bind devices to vfio-pci
    • Get VFIO group paths
    • Get VFIO device information
    • Check IOMMU groups
    • Unbind devices from vfio-pci
    • Validate VFIO devices
  • mcp
    • Model Context Protocol endpoint
      POST
  1. mcp

Model Context Protocol endpoint

POST
/api/v1/mcp

Request

Body Params application/jsonRequired

Examples

Responses

🟢200OK
application/json
MCP response
Body

🟢200Success
🟠400Bad Request
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/mcp' \
--header 'Content-Type: application/json' \
--data-raw '{
    "command": "string",
    "params": {
        "property1": null,
        "property2": null
    }
}'
Response Response Example
200 - Example 1
{
    "error": "string",
    "result": null
}
Modified at 2025-10-05 14:31:30
Previous
Validate VFIO devices
Built with