io.github.davidlandais/ovh-api-mcp
Quality Score
79
/100
MCP server for the OVH API. Explore and call any OVH endpoint via sandboxed JS.
§01 Install
Claude Desktop (Docker)
{
"mcpServers": {
"ovh-api-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/davidlandais/ovh-api-mcp:0.3.0"
],
"env": {
"OVH_APPLICATION_KEY": "<ovh_application_key>",
"OVH_APPLICATION_SECRET": "<your-ovh_application_secret>",
"OVH_CONSUMER_KEY": "<your-ovh_consumer_key>",
"OVH_ENDPOINT": "eu",
"OVH_SERVICES": "*",
"OVH_CLIENT_ID": "<ovh_client_id>",
"OVH_CLIENT_SECRET": "<your-ovh_client_secret>"
}
}
}
}§02 Environment variables
OVH_APPLICATION_KEYrequired
OVH API application key
OVH_APPLICATION_SECRETrequiredsecret
OVH API application secret
OVH_CONSUMER_KEYrequiredsecret
OVH API consumer key
OVH_ENDPOINTOVH API region: eu, ca, or us
OVH_SERVICESComma-separated OVH API services, or * for all
OVH_CLIENT_IDOVH OAuth2 client ID (service account, alternative to API keys)
OVH_CLIENT_SECRETsecret
OVH OAuth2 client secret (service account)
§03 MCP Quality Score · methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.