F
licenseNot graded
qualityD
maintenanceAn MCP server that gives AI agents full access to the Clever Cloud API through three tools: search, execute, and doc, using a code mode pattern to compose API commands.
4
-
No user-submitted related servers found.
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.