mcp-ovh-api
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OVH_DEBUG | No | Set to '1' to enable debug logging to stderr. | 0 |
| OVH_REGION | No | Default storage region, uppercase (e.g., GRA, SBG, DE, UK). | |
| OVH_API_URL | No | Override the API base URL entirely. | |
| OVH_ENDPOINT | No | API endpoint: ovh-eu (default), ovh-ca, ovh-us, kimsufi-*, soyoustart-*. | ovh-eu |
| OVH_CLIENT_ID | No | IAM service account client ID (used with OVH_CLIENT_SECRET for OAuth2 auth). | |
| OVH_AUTH_METHOD | No | Force authentication method: 'oauth2', 'signature', or 'accessToken'. If not set, inferred from other variables. | |
| OVH_MAX_RETRIES | No | Retry budget for 401/429/5xx responses. Defaults to '3'. | |
| OVH_ACCESS_TOKEN | No | Pre-minted bearer token for static access token auth. | |
| OVH_ALLOW_WRITES | No | Set to '1' to enable write tools (destructive tools require additional confirm). | 0 |
| OVH_CONSUMER_KEY | No | Consumer key issued alongside the application key pair. | |
| OVH_CLIENT_SECRET | No | IAM service account client secret (used with OVH_CLIENT_ID for OAuth2 auth). | |
| OVH_CLOUD_PROJECT | No | Default project serviceName (32-char hex). | |
| OVH_APPLICATION_KEY | No | Application key (part of the application key + consumer key auth method). | |
| OVH_APPLICATION_SECRET | No | Application secret (corresponding to OVH_APPLICATION_KEY). | |
| OVH_REFRESH_SKEW_SECONDS | No | Refresh OAuth2 token this many seconds before expiry. Defaults to '60'. |
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_auth_statusA | Report whether this server has working OVHcloud credentials, which auth method and endpoint it uses, the default project and region, whether writes are enabled, and — when something is missing — exactly what to set. Call this first when a tool you expected is not listed: an absent tool here means missing configuration, not a bug. |
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 1 tool
With only one tool, there is no possibility of confusion between tools. The single tool's purpose is clearly defined and distinct.
The lone tool name follows a clean snake_case verb_noun pattern. With only one tool, there are no inconsistencies to evaluate.
A single status-check tool is drastically insufficient for a server named 'mcp-ovh-api' covering the OVH cloud API. The count represents an extreme mismatch between the server's implied scope and its actual surface.
The server exposes no operations beyond an authentication status check. Any actual OVH API functionality is absent, making the tool surface severely incomplete for the stated domain.