MCP integration for agent runtimes
MCP exposes tools to compatible agents in a structured way. Agent Aid is implementing MCP servers that mirror our HTTP task API so the same human layer works in services and in chat-native hosts.
Current status
MCP coverage is tracked on the public roadmap. Production integrations should use REST today; design payloads so MCP tools can wrap them without breaking changes.
Why MCP matters
Tool manifests are easier for security review than ad-hoc HTTP snippets in prompts. Hosts can permission “create human task” separately from other capabilities, shrinking blast radius when a model is manipulated.
Docs
Technical notes live under MCP integration (documentation). Compare transports in MCP vs API for human task routing.