Agent Aggregator
Related Servers
Alternatives to Agent Aggregator
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceAggregates multiple MCP servers into a single interface, reducing token overhead and simplifying tool management for LLMs.6103 npm17Apache 2.0
- FlicenseNot gradedqualityBmaintenanceAggregates multiple MCP servers and custom Python tools behind a single endpoint, with intelligent context and tool discovery for AI agents.-
- AlicenseNot gradedqualityDmaintenanceAggregates multiple MCP servers into a single endpoint, enabling LLM clients to access tools, resources, and prompts from various backends through one connection.7 npmMIT
- AlicenseNot gradedqualityAmaintenanceAggregates 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.2Apache 2.0
- AlicenseNot gradedqualityCmaintenanceAggregates multiple Model Context Protocol servers into a single gateway to provide unified search, description, and execution of tools. It reduces context limit issues by dynamically fetching specific tool schemas only when needed rather than loading all available tools at once.6 npm23MIT
- FlicenseNot gradedqualityCmaintenanceAggregates multiple MCP servers into a single standard MCP interface for agents like Claude Code, with automatic tool prefixing and hot-reload.2-
TDQS
Scored across 10 tools
The three filter tools are clearly distinct, and the AI code tools have distinct actions (explain, review, fix, edit, test, simulate, analyze). Some overlap exists between fix_code and edit_code, but descriptions clarify the difference.
All tools follow a consistent domain__action pattern using double underscores, but the action part is not uniformly verb_noun (e.g. filter__get vs ai-tools__explain_code). This is a minor inconsistency that does not impede readability.
Ten tools is well-scoped for an aggregator with two functional areas: filter management and AI code analysis. Each tool seems to serve a distinct purpose without redundancy.
Filter management covers get/update/reset completely, and AI code analysis covers explain, review, fix, edit, test, simulate, and project analysis. There are no obvious dead ends or missing core operations for the stated domains.