← thedeskmonitor.com

INDIVIDUAL MCP TOOL

get_workload_alerts

Returns workload alerts — team members with unusual hours, employees not yet clocked in, timesheet gaps.

thedeskmonitor.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.thedeskmonitor.com/api/mcp/v1

No auth detected

Connect to this endpoint to inspect the live schema for get_workload_alerts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

thedeskmonitor.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.deskmonitor-mcp-server]
url = "https://api.thedeskmonitor.com/api/mcp/v1"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "deskmonitor-mcp-server": {
      "type": "http",
      "url": "https://api.thedeskmonitor.com/api/mcp/v1"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: deskmonitor-mcp-server
Remote MCP URL: https://api.thedeskmonitor.com/api/mcp/v1

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "deskmonitor-mcp-server": {
      "url": "https://api.thedeskmonitor.com/api/mcp/v1"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "deskmonitor-mcp-server": {
      "type": "http",
      "url": "https://api.thedeskmonitor.com/api/mcp/v1"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "deskmonitor-mcp-server",
  "transport": "streamable-http",
  "url": "https://api.thedeskmonitor.com/api/mcp/v1"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_started_guide — Returns a role-scoped welcome message and curated sample questions to help you get started with DeskMonitor AI.
  • get_data_dictionary — Returns the schema of queryable data — what fields exist, their meaning, and which tools expose them.
  • switch_to_demo — Switches to DeskMonitor demo mode with synthetic data.
  • switch_to_production — Switches back to production mode and confirms your real tenant context from your auth token.
  • get_demo_scenarios — Returns 5 guided scenario walkthroughs using the demo tenant's synthetic data.
  • get_dashboard_summary — Returns the dashboard KPIs for the current user — hours worked today, team productivity score, pending approvals, active headcount.
  • list_employees — Lists employees visible to the current user based on their role.
  • get_employee_details — Returns the full profile for a specific employee including role, team, clock-in status, and recent activity.