MCP server for the OVH API. Explore and call any OVH endpoint via sandboxed JS.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/davidlandais/ovh-api-mcp:0.3.0 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.davidlandais/ovh-api-mcp",
"description": "MCP server for the OVH API. Explore and call any OVH endpoint via sandboxed JS.",
"repository": {
"url": "https://github.com/davidlandais/ovh-api-mcp",
"source": "github"
},
"version": "0.3.0",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/davidlandais/ovh-api-mcp:0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OVH API application key",
"isRequired": true,
"format": "string",
"name": "OVH_APPLICATION_KEY"
},
{
"description": "OVH API application secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OVH_APPLICATION_SECRET"
},
{
"description": "OVH API consumer key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OVH_CONSUMER_KEY"
},
{
"description": "OVH API region: eu, ca, or us",
"format": "string",
"default": "eu",
"name": "OVH_ENDPOINT"
},
{
"description": "Comma-separated OVH API services, or * for all",
"format": "string",
"default": "*",
"name": "OVH_SERVICES"
},
{
"description": "OVH OAuth2 client ID (service account, alternative to API keys)",
"format": "string",
"name": "OVH_CLIENT_ID"
},
{
"description": "OVH OAuth2 client secret (service account)",
"format": "string",
"isSecret": true,
"name": "OVH_CLIENT_SECRET"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-03-13T12:33:55.81954Z",
"publishedAt": "2026-03-13T12:33:55.81954Z",
"updatedAt": "2026-03-13T12:33:55.81954Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.3.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.