Agent Delegation MCP server. Tools: create task, delegate task, get task status. Built by MEOK AI Labs.
Project description
🧱 Part of the MEOK A2A Substrate
This MCP is 1 of 12 agent-to-agent primitives. Run the whole pipeline (identity → trust → policy → firewall → rate-limit → handoff → audit → governance) as one signed endpoint for £499/mo including 100K calls — or £0.0002 per call pay-as-you-go.
👉 meok.ai/a2a — see the Substrate
Agent Delegation MCP
MCP server for agent delegation mcp operations
Overview
Agent Delegation MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
create_task |
Create a new delegatable task. Required capabilities as comma-separated string. |
delegate_task |
Assign a pending task to a specific agent. |
get_task_status |
Check the current status and progress of a task. |
list_available_agents |
List all registered agents and their capabilities. Optionally filter by required |
complete_task |
Mark a task as complete with results, or as failed with error details. |
Installation
pip install meok-agent-delegation-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"agent-delegation": {
"command": "python",
"args": ["-m", "meok_agent_delegation_mcp.server"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
Wire it up — full stack
Pair this with the MEOK chain that turns one agent action into ONE signed compliance event:
- bft-progress-council-mcp — anti-loop guardrail
- agent-token-budget-mcp — hard spend cap
- agent-prompt-injection-firewall-mcp — OWASP LLM01 scan
- agent-audit-logger-mcp — hash-chained evidence
- a2a-governance-bridge-mcp — fold N attestations → 1 signed event
- agent-incident-relay-mcp — broadcast incidents to 5 regimes simultaneously
See meok.ai/mcp-stack for the architecture and meok.ai/mcp-stack/demo for the live in-browser demo.
License
MIT © MEOK AI Labs
Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
Protocol coverage + Universal PAYG
This MCP is part of MEOK's 47-MCP fleet that bridges every active agent-interop protocol and 30+ regulatory frameworks. See the full coverage matrix at meok.ai/protocols.
Agent interop protocols supported (8 live):
- ✅ MCP (Anthropic) — native
- ✅ A2A (Google + Linux Foundation, absorbed IBM ACP Sept 2025)
- ✅ IBM ACP — covered via A2A merge
- ◐ Stripe ACP (Agentic Commerce Protocol) — Q3 bridge via agent-commerce-protocol-mcp
- ◐ AP2 (Google Agent Payments) — partial via agent-commerce-payments-mcp
- ◐ x402 (Coinbase HTTP 402) — partial via api.meok.ai gateway
- → OASF / AGNTCY (Cisco Outshift + Linux Foundation) — Q3 bridge
- 👁 ANP (Cisco Agent Network) — watch-list
Pricing options:
| Option | Price | Best for |
|---|---|---|
| Self-host (this MCP) | £0 — MIT | Devs |
| This MCP Starter | £29/mo | One-MCP teams |
| This MCP Pro | £79/mo | Production + 24h SLA |
| Universal PAYG | £29/mo + £0.0002/call | Spiky usage across many MCPs |
| Substrate bundle (this category) | £99-£499/mo | A whole pack |
| MEOK Universe | £1,499/mo | All 47 MCPs, 500K calls |
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_delegation_mcp-1.0.6.tar.gz.
File metadata
- Download URL: agent_delegation_mcp-1.0.6.tar.gz
- Upload date:
- Size: 225.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
069e8c15ad7a30375e4a4b6a667f17c0903a7a4ed665d6237830e3f8a1cebdf1
|
|
| MD5 |
b03904e76d18713c983f597e22a3a1e3
|
|
| BLAKE2b-256 |
6177978669b48a66922f97db665083d396d97c71d3b0add4a0069a9a281ed9b1
|
File details
Details for the file agent_delegation_mcp-1.0.6-py3-none-any.whl.
File metadata
- Download URL: agent_delegation_mcp-1.0.6-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17852bab0b1eba3d38713e5058efe3d7035bd22a39b3239adf5569b889ccb09f
|
|
| MD5 |
a9780deafec587eb84dfa996434246ad
|
|
| BLAKE2b-256 |
82998d9b72e6f65e49176ff96089e38336fcf00109cb2db150c7778e7e85d2aa
|