ovh-api-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OVH_ENDPOINT | No | OVH API endpoint: eu, ca, us | eu |
| OVH_SERVICES | No | Services to load, comma-separated or * | * |
| OVH_TRANSPORT | No | Transport mode: http or stdio | stdio |
| OVH_CONSUMER_KEY | No | OVH consumer key | |
| OVH_APPLICATION_KEY | No | OVH application key | |
| OVH_APPLICATION_SECRET | No | OVH application secret |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| executeA | Execute JavaScript against the OVH API. Use 'search' first to find endpoints.
Your code must be an async arrow function: Authentication is automatic. Errors (HTTP >= 400) throw exceptions. Examples: |
| searchA | Search the OVH API OpenAPI 3.1 spec. All configured services are included. The spec is passed as argument to your function.
Your code must be a function that receives Examples: |
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 2 tools
execute and search have entirely different purposes: execute runs API calls, search explores the API spec. No overlap.
Both tools are simple imperative verbs, consistent in style and lowercase. No mixing of conventions.
Only two tools, but the server's design (search + execute) is focused and efficient for its purpose. Slightly minimal but still reasonable.
The combination of search (explore spec) and execute (make any API call) covers the full workflow of using OVH APIs. No obvious gaps.