A
licenseNot graded
qualityA
maintenanceAggregates tools from multiple upstream MCP servers and exposes them through 4 meta-tools, enabling LLMs to discover and use hundreds of tools without loading all schemas upfront.
2
Apache 2.0
No user-submitted related servers found.
Scored across 2 tools
The two tools have completely distinct purposes: list_domains for discovery and call_domain_tool for invocation. No overlap at all.
Both tools follow a consistent verb_noun snake_case pattern (list_domains, call_domain_tool), making them predictable and clear.
With only 2 tools, the set feels thin, but for a hub server that delegates to domains, this minimal surface is acceptable and focused.
The hub is missing the list_domain_tools tool, which is advertised in list_domains' description. Without it, users cannot discover and invoke tools within domains, causing a critical gap.