KosmoKrator

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.

7 functions 7 read 0 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
ovh
route_slug
ovh
package
ovh
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

OVHcloud MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for OVHcloud.

OVHcloud CLI Matrix

Use these pages for direct OVHcloud CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.