A task orchestration layer that lets Claude spawn and manage specialized sub-agents for complex workflows. You create tasks with priorities and capability requirements, delegate them to agents matched by skill, then track status and retrieve results. Useful when you need to break down multi-step operations into parallel work streams or want to simulate a team of focused agents rather than handling everything in a single context. The compliance badges and enterprise pitch are heavy, but the core is straightforward: priority queuing, capability-based routing, and lifecycle management for delegated work. Built by MEOK AI Labs as part of their broader governance tooling ecosystem.
Create and delegate tasks to specialized agents, track progress, and manage task lifecycle
Create and delegate tasks to specialized agents, track progress, and manage task lifecycle. Supports priority queuing and capability-based agent matching.
# Install via pip
pip install agent_delegation_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install agent-delegation-mcp --client claude
This MCP server is built with EU AI Act compliance built-in:
Need help getting compliant? Book a free 15-min diagnostic →
Need custom development, SLA guarantees, or white-label deployment?
View Pricing → | Contact Sales →
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
Each tier above the free self-host adds HMAC-signed attestations verifiable at `verify.meok.ai`. Linux Foundation governance on the A2A spine means EU regulated buyers can deploy without vendor-lock-in objections.| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"agent-delegation-mcp": {
"command": "uvx",
"args": ["agent-delegation-mcp"]
}
}
}
Or: pip install agent-delegation-mcp then run the agent-delegation-mcp command (stdio transport).
Once configured, ask your assistant, for example:
create_task to …"delegate_task to …"get_task_status to …"io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent