OVHcloud MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SSH_HOST | No | Default SSH host | |
| SSH_PORT | No | Default SSH port | 22 |
| SSH_USER | No | Default SSH username | |
| OVH_ENDPOINT | No | OVH API endpoint: ovh-eu (default), ovh-ca, ovh-us | ovh-eu |
| SSH_PASSWORD | No | SSH password | |
| OVH_CLIENT_ID | No | Client ID for OAuth2 authentication | |
| OVH_CONSUMER_KEY | No | Consumer key for API key authentication | |
| OVH_CLIENT_SECRET | No | Client secret for OAuth2 authentication | |
| OVH_APPLICATION_KEY | No | Application key for API key authentication | |
| SSH_PRIVATE_KEY_FILE | No | Path to private key file | |
| OVH_APPLICATION_SECRET | No | Application secret for API key authentication |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ovh_vps_listA | List all VPS services on your OVH account |
| ovh_vps_infoB | Get detailed VPS information |
| ovh_vps_monitoringB | Get VPS usage statistics (CPU, network RX/TX) |
| ovh_vps_ipsA | List all IPs assigned to a VPS |
| ovh_vps_rebootC | Reboot a VPS (careful!) |
| ovh_vps_startC | Start a stopped VPS |
| ovh_vps_stopA | Stop a running VPS (careful!) |
| ovh_vps_snapshotB | Get VPS snapshot information |
| ovh_vps_create_snapshotA | Create a new VPS snapshot (overwrites existing) |
| ovh_domain_listA | List all domains in your OVH account |
| ovh_domain_zone_infoC | Get DNS zone details |
| ovh_domain_dns_recordsA | List DNS records for a zone (optionally filter by type or subdomain) |
| ovh_domain_dns_record_detailA | Get a specific DNS record by ID |
| ovh_domain_dns_createB | Create a new DNS record |
| ovh_domain_dns_updateC | Update an existing DNS record |
| ovh_domain_dns_deleteB | Delete a DNS record (careful!) |
| ovh_domain_dns_refreshC | Force refresh a DNS zone |
| ovh_account_infoA | Get OVH account details (name, email, country, etc.) |
| ovh_servicesB | List all active OVH services |
| ovh_invoicesC | List recent invoices (bills) |
| ovh_invoice_detailA | Get full details of a specific invoice |
| ovh_api_catalogA | List all available OVH API categories (vps, domain, cloud, dedicated, email, etc.) |
| ovh_api_searchA | Search OVH API endpoints by keyword or path pattern. Searches endpoint paths and descriptions across all (or specific) API categories. |
| ovh_api_endpoint_detailB | Get full details for a specific API endpoint (parameters, types, descriptions) |
| ovh_api_rawB | Call any OVH API endpoint directly (advanced) |
| ovh_ssh_execA | Execute a command on a remote server via SSH. Uses env defaults (SSH_HOST, SSH_USER, SSH_PASSWORD/SSH_PRIVATE_KEY_FILE) or per-call overrides. |
| ovh_ssh_checkB | Test SSH connectivity to a remote server |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hlebtkachenko/ovhcloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server