F
licenseA
qualityB
maintenanceUnified MCP server for querying multiple LLM providers (Gemini, OpenAI, Anthropic, etc.) with advanced routing, cost optimization, and fallback resilience.
2
3 npm
-
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: 'complete' executes the fallback completion logic, while 'health_check' verifies configuration. There is no ambiguity.
Both tool names use a consistent verb or verb_noun pattern ('complete', 'health_check') with snake_case, making them predictable and readable.
With only 2 tools, the server is tightly scoped to its core functionality: configuration check and completion execution. This count is ideal for the domain.
The tool surface covers all necessary operations for the fallback completion domain: confirming setup and performing the completion. No obvious gaps.