ToolRoute

grossiweb/ToolRoute
★ 1 stars TypeScript 🤖 AI/LLM Updated today
Intelligent routing layer for AI agents: recommends the best MCP server and LLM for any task, scored on 132+ real benchmark executions.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "toolroute": {
      "command": "npx",
      "args": [
        "-y",
        "grossiweb/ToolRoute"
      ]
    }
  }
}

README Excerpt

Routing layer for AI agents. One call returns the best MCP server and LLM for any task — scored on 132 real benchmark executions. --- Add to any MCP client (Claude Code, Cursor, Windsurf, Cline): ```json { "mcpServers": { "toolroute": { "url": "https://toolroute.io/api/mcp" } } } ``` Or via HTTP: ```bash

Tools (3)

direct_llmmcp_servermulti_tool

Topics

ai-agentsbenchmarksllm-toolsmcpmcp-servermcp-toolsmodel-context-protocolroutingtool-routing