Skip to content

mcp-task-relay

An MCP (Model Context Protocol) tool for relaying and orchestrating tasks across AI agent systems, enabling cross-agent delegation workflows.

TypeScript MCP AI Agents

Why I built it

When a new protocol appears, the fastest way to evaluate it is to implement something against it. MCP promised a standard seam between tools and models; I wanted to know whether that seam could carry something heavier than tool calls, namely task delegation between agents.

What it does

A Model Context Protocol tool that relays and orchestrates tasks across AI agent systems, so one agent can hand work to another and get results back through a standard interface.

What it taught me

Protocols win by being boring. The value of MCP isn’t cleverness; it’s that the boundary is predictable enough to compose.