Okareo MCP Server
OfficialRelated Servers
Alternatives to Okareo MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceExposes Google AI Studio models (Gemini, Imagen, Veo) as MCP tools for text generation, image generation, and video generation, integrating with code editors and LLM clients.-

Patronus MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables running LLM evaluations, experiments, and custom evaluators through a standardized MCP interface.16Apache 2.0- AlicenseNot gradedqualityAmaintenanceEnables LLM evaluation and observability by uploading documents, building test sets, running RAG pipelines, and automatically scoring answers for groundedness, hallucination risk, retrieval quality, latency, and cost, with tools exposed to MCP-compatible clients.1MIT
- FlicenseNot gradedqualityBmaintenanceEnables reproducible evaluation of AI coding agents by exposing repository inspection, code editing, test running, and deterministic verification through MCP tools.-
- AlicenseNot gradedqualityDmaintenanceExposes Language Server Protocol (LSP) functionality as Model Context Protocol (MCP) tools, enabling AI clients to programmatically analyze and edit code in any language supported by VS Code.633MIT
- FlicenseNot gradedqualityDmaintenanceEnables LLM-powered code analysis, generation, debugging, and context management through MCP integration with IDEs like Cursor and Claude Desktop.-
TDQS
Scored across 51 tools
Most tools are clearly distinct by resource and action, with only a few potentially confusing pairs like run_test vs run_simulation or register_generation_model vs create_or_update_target with a 'generation' type. Detailed descriptions and distinct parameters largely resolve ambiguity, so an informed agent can reliably select the right tool.
The set predominantly follows a verb_noun pattern (list_, get_, create_or_update_, delete_) with consistent snake_case. Minor deviations exist, such as save_scenario/save_dashboard instead of create_, register_generation_model instead of create_generation_model, and longer phrases like get_voice_webhook_url, which keep it from being perfectly uniform.
At 51 tools, the server is well beyond the 25+ threshold considered too many for a single MCP server. While the broad scope of the Okareo platform explains the abundance, the sheer size will overwhelm agents and make tool selection and discovery unnecessarily difficult.
The server covers a wide range of resources with robust CRUD support, but there are notable gaps: there is no delete_driver tool, and no way to delete test runs. The driver lifecycle in particular is incomplete, which is a significant omission for an otherwise comprehensive platform surface.