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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mgcrea/mcp-ovh'
If you have feedback or need assistance with the MCP directory API, please join our Discord server