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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 | |
TDQS
Scored across 27 tools
Each tool has a clear resource prefix (e.g., ovh_vps_, ovh_domain_dns_) and distinct action suffixes (list, create, delete, etc.), making it easy to differentiate them. No two tools overlap in purpose.
All tools follow a consistent ovh_<resource>_<action> pattern in snake_case. The naming convention is uniform across all categories, aiding predictability.
With 27 tools, the server covers multiple OVH services (account, API, domain, invoices, services, SSH, VPS). While slightly high, each tool serves a distinct purpose within its category, so the count is well-scoped for a comprehensive API wrapper.
The VPS category lacks lifecycle operations like create, delete, or update VPS instances. Invoices miss a download option. The API tools are thorough, but gaps in VPS management and missing broader OVH services reduce completeness.