productivity
OVHcloud MCP, CLI, and Lua Integration for AI Agents
OVHcloud integration docs for AI agents: MCP gateway setup, OVHcloud CLI commands, Lua API reference, credentials, and function schemas.OVHcloud for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
ovh.ovh_list_servers | Read read | 0 | List all dedicated servers in the OVH account. Returns a list of server service names. |
ovh.ovh_get_server | Read read | 1 | Get details for a specific OVH dedicated server by service name. Returns full server information including hardware, network, and OS details. |
ovh.ovh_list_domains | Read read | 0 | List all domains in the OVH account. Returns a list of domain names. |
ovh.ovh_list_vps | Read read | 0 | List all VPS instances in the OVH account. Returns a list of VPS service names. |
ovh.ovh_list_ip | Read read | 0 | List all IP addresses in the OVH account. Returns a list of IP blocks and addresses. |
ovh.ovh_list_projects | Read read | 0 | List all public cloud projects in the OVH account. Returns a list of project IDs. |
ovh.ovh_get_current_user | Read read | 0 | Get information about the current authenticated OVH account, including nichandle, email, and account details. |