MCP integration
MCP lets compatible agent runtimes discover tools declaratively. Agent Aid is implementing MCP tools that wrap the same task primitives as the REST API so you can choose HTTP in services and MCP in chat-native agents.
Status
MCP tool coverage for bounties, bookings, and lifecycle management is planned on the roadmap. Until binaries ship, integrate via REST and keep agent prompts aware of the HTTP contract.
Why MCP matters for human tasks
Agents that live inside MCP-aware hosts can request “create human task” or “poll task status” as typed tools instead of hand-authored HTTP. That reduces prompt injection surface from raw URLs and makes permissions review simpler for security teams.
Complement, not replace
Many production systems still prefer explicit REST clients in workers. Expect Agent Aid to support both: MCP for interactive agents, REST for batch jobs, cron, and regulated pipelines.