Supervisor MCP Reference
The Supervisor MCP (CoreMCP) is a global management interface that spans your entire AgentRQ account. Unlike Workspace MCP servers which are isolated to a single project, the Supervisor MCP allows an agent to manage all workspaces, monitor platform-wide stats, and orchestrate complex multi-agent workflows.
Platform Orchestration
Perfect for "Manager" or "Orchestrator" agents that need to create workspaces dynamically for new projects or list existing ones to find relevant context.
Monitoring & Audit
Allows agents to pull statistics and task history across all workspaces for reporting, auditing, or platform-wide performance analysis.
Connection Details
The Supervisor MCP server uses **OAuth2** for authentication. Most modern MCP clients (like Claude Desktop or Claude Code) will handle the OAuth handshake automatically when you provide the server URL.
Available Tools
Workspace Management
listWorkspaces
Get a list of all workspaces you have access to.
createWorkspace
Create a new isolated environment dynamically.
getWorkspace
Fetch detailed metadata for a specific workspace.
updateWorkspace
Update name, description, or notification settings.
getWorkspaceStats
Fetch task performance and activity metrics.
Task Discovery & Retrieval
listAllTasks
Search and filter tasks across all workspaces globally.
listTasks
List tasks for a specific workspace ID.
getTask
Fetch a single task with full message history.
Task Lifecycle & Controls
createTask
Create tasks in any workspace (requires workspaceId).
updateTaskStatus
Transition tasks through lifecycle states.
updateTaskAssignee
Reassign tasks between humans and agents.
updateTaskOrder
Adjust task priority/sort order on the dashboard.
updateTaskAllowAll
Toggle "YOLO Mode" (automatic command approval).
updateScheduledTask
Manage cron-based or recurring agent tasks.
Communication & Interaction
respondToTask
Submit allow/deny responses to human approval tasks.
replyToTask
Post messages to any task thread remotely.
Media & Data
getAttachment
Download files and metadata from any workspace.