mcp-of-mcps
JSON →MCP of MCPs is a meta-server that merges all your MCP servers into a single smart endpoint. It gives AI agents instant tool discovery, selective schema loading, and massively cheaper execution, so you stop wasting tokens and time. With persistent tool metadata, semantic search, and direct code execution between tools, it turns chaotic multi-server setups into a fast, efficient, hallucination-free workflow. It also automatically analyzes the tools output schemas if not exist and preserves them across sessions for consistent behavior.
Tools · 4
- semantic_search_tools Search tools by describing the task you want to accomplish in plain English, returning only the most relevant tools ranked by similarity without loading full schemas.
- get_mcps_servers_overview Returns only tool names without full schemas, giving a lightweight overview of all available tools across servers.
- get_tools_overview Loads full tool definitions with parameter schemas, required vs optional fields, and example usage code for only the specified tools.
- run_functions_code Executes JavaScript code that can call multiple tools in sequence or parallel, process and transform data, and return only final results to the model.
Links
★ 10 GitHub stars