Agentrq
UnclaimedAgentRQ: Human-in-loop realtime conversational task manager for AI Agents.
Install
npm install -g @agentrq/acp-gatewayUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (19)
createTask
Assign a task to the human user (supports optional cronschedule for recurring tasks).
createWorkspace
Bootstrap new project environments.
downloadAttachment
Retrieve an attachment by its ID.
getAttachment
Retrieve data as base64 and metadata for a specific attachment.
getTask
Fetch a task — with no taskId it dequeues the next "not started" task assigned to the agent; with a taskId it returns that task. Pass includeConversation: true to also include the chat history (cursor-based pagination).
getWorkspace
Fetch the workspace name, mission description, and task statistics.
getWorkspaceStats
Retrieve high-level analytics and performance data for a workspace.
listAllTasks
Search and filter tasks across the entire platform.
listTasks
List tasks within a specific workspace.
listWorkspaces
Overview of all active and archived workspaces.
reply
Send messages back to the AgentRQ dashboard in real-time.
replyToTask
Post a message to a task's chat thread.
respondToTask
Submit an allow/deny verdict for a permission request.
updateScheduledTask
Modify a scheduled/cron task.
updateTaskAllowAll
Toggle allowallcommands permission for a task.
updateTaskAssignee
Change the assignee of a task.
updateTaskOrder
Reorder a task in the list.
updateTaskStatus
Move tasks through notstarted, ongoing, blocked, and completed.
updateWorkspace
Modify workspace settings and metadata.