tshu-w/mcp-copilot
If you are the rightful owner of mcp-copilot and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A meta Model Context Protocol (MCP) server that seamlessly scales LLMs to 1000+ MCP servers through automatic routing without exposing all servers and tools to LLMs directly.
Tools
Functions exposed to the LLM to take actions
router-servers
Route user query to appropriate servers. Use this when you need to find suitable servers that can handle the user's query. This should be your first step when processing a new query to determine which specialized servers are most relevant.
route-tools
Route user query to appropriate tools across all servers. Use this when you need to find specific tools that can address the user's request, regardless of which server hosts them. This is helpful when you know the task type but not which server handles it.
execute-tool
Execute a specific tool on a specific server based on previous routing results. Use this after you've identified the appropriate server and tool using the routing tools. This actually performs the requested operation.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client