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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. OVHcloud CLIHeadless setup and direct function calls. OVHcloud MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
OVHcloud MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for OVHcloud.
Claude Code OVHcloud MCP setup for Claude Code. Cursor OVHcloud MCP setup for Cursor. Codex OVHcloud MCP setup for Codex. OpenAI Agents OVHcloud MCP setup for OpenAI Agents SDK. Claude Agent SDK OVHcloud MCP setup for Claude Agent SDK. Vercel AI SDK OVHcloud MCP setup for Vercel AI SDK. LangChain OVHcloud MCP setup for LangChain. LangGraph OVHcloud MCP setup for LangGraph. CrewAI OVHcloud MCP setup for CrewAI. MCP clients OVHcloud MCP setup for Generic MCP Clients.
OVHcloud CLI Matrix
Use these pages for direct OVHcloud CLI workflows in scripts, CI, cron, and agent wrappers.
CI OVHcloud CLI for CI. Cron Jobs OVHcloud CLI for cron jobs. Shell Scripts OVHcloud CLI for shell scripts. Headless Automation OVHcloud CLI for headless automation. Coding Agents OVHcloud CLI for coding agents.
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. |