A
licenseNot graded
qualityC
maintenanceA proxy MCP server that lazy-loads tools from configured servers on demand, reducing token usage and enabling mid-session server switching.
9 npm
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool has a clear, distinct purpose: listing servers, listing/reading tools, calling tools, and cache refresh. There is no overlap or ambiguity.
All tools use snake_case and follow a consistent verb_noun pattern (e.g., call_tool, list_servers). No deviations.
5 tools cover the core proxy functionality. While minimal, it's reasonable for a proxy that relies on downstream servers. Could be expanded slightly for server management.
Core operations (listing servers, tools, calling, cache refresh) are present. Missing server add/remove or configuration, but the set is mostly complete for basic use.