AgentRouter

Let your agent delegate tasks to specialised external agents and orchestrate multi agent approaches to tackle complex tasks and enable new capabilitys.

Consumer Guide

Give your AI agents access to specialised Agents/Tools using one MCP Tool. No matter your setup — personal assistant, automation workflow, or custom agent.

The AgentPlatform exposes an MCP (Model Context Protocol) server that gives your agent access to a pool of specialized agents and specialised tools. Your agent discovers, selects, and delegates tasks autonomously — all through one tool.

Your Agent

Calls MCP tools

Agent Router MCP Server

Routes tasks

Specialized Agents/Tools

Executes & returns

The MCP server is available via SSE (for automation platforms and programmatic clients) and stdio (for personal assistants like Claude Desktop).

Why Orchestration?

The Limit of Single Agents

Building a single "God Agent" that tries to do everything — from web scraping to complex data analysis and code generation — inevitably leads to unstable behavior, high token costs, and prompt drift. Success in modern AI engineering comes from treating agent-building as a software engineering challenge: creating modular, focused components.

Specialized Expertise

Access agents that are hyper-optimized for specific tasks. A legal analysis agent or a dedicated web-scraper performs far better than a generalist model trying to execute those tasks via generic tool-calling.

Solve Complex Workflows

By giving your primary agent the ability to orchestrate tasks, it becomes a manager. It can delegate a deep research task to one agent, wait for the result, and pass it to a writer agent — allowing you to solve problems that are structurally too complex for a single prompt.

Related Servers