← Registry

Analytics

thedeskmonitor.com

Analytics tool that tracks workforce productivity and costs, using AI to answer questions instantly.

1 endpoint24 known toolsFirst detected July 25, 2026Last detected August 14, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
DeskMonitor MCP Server
Version
1.6.0
Capabilities
toolsresourcesprompts

Known tools 24

get_started_guide

Returns a role-scoped welcome message and curated sample questions to help you get started with DeskMonitor AI.

Potential side effects
get_data_dictionary

Returns the schema of queryable data — what fields exist, their meaning, and which tools expose them.

Inferred read-only
switch_to_demo

Switches to DeskMonitor demo mode with synthetic data.

Inferred read-only
switch_to_production

Switches back to production mode and confirms your real tenant context from your auth token.

Inferred read-only
get_demo_scenarios

Returns 5 guided scenario walkthroughs using the demo tenant's synthetic data.

Inferred read-only
get_dashboard_summary

Returns the dashboard KPIs for the current user — hours worked today, team productivity score, pending approvals, active headcount.

Inferred read-only
list_employees

Lists employees visible to the current user based on their role.

Inferred read-only
get_employee_details

Returns the full profile for a specific employee including role, team, clock-in status, and recent activity.

Inferred read-only
list_my_timesheet

Returns the authenticated user's time log entries for a date range.

Inferred read-only
summarize_team_hours

Aggregates hours worked by the manager's team for a given period.

Inferred read-only
list_pending_approvals

Returns timesheets pending approval in the manager's team.

Inferred read-only
list_recent_activity

Returns a daily aggregate activity feed scoped to the authenticated user, including clock events, timesheet submissions, and approval actions.

Inferred read-only
get_workload_alerts

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

Inferred read-only
get_productivity_overview

Returns productivity scores and active/idle time ratios for an employee or team.

Inferred read-only
clock_in

Clock the authenticated user in to start a new work session.

Inferred read-only
clock_out

Clock the authenticated user out to end their current work session.

Inferred read-only
invite_staff

Invite a staff member to join your DeskMonitor workspace by email.

Potential side effects
get_capabilities

Returns a structured list of DeskMonitor AI capabilities grouped by user role AND plan entitlements.

Inferred read-only
get_pricing_and_plans

Returns DeskMonitor pricing plans and subscription details including MCP / AI access entitlement per plan.

Inferred read-only
start_free_trial

Returns the DeskMonitor free trial sign-up URL and onboarding instructions.

Inferred read-only
ask_workforce

Use when the user asks a free-form, open-ended question about their workforce that you are not sure which other tool answers — for example: 'Which team has the highest cost-to-output?', 'How is my team performing?', 'Who should I talk to first?', 'What's the biggest issue today?'.

Inferred read-only
get_analytics_questions

Returns demand intelligence captured from ask_workforce calls: recent verbatim admin questions, top question themes with counts, and the most-requested 'period' argument values across all tools.

Inferred read-only
get_analytics_overview

Returns platform-level DeskMonitor analytics — AI/MCP queries served (from the internal McpAuditLogs table), web sessions, active unique visitors (1-day, 7-day, 28-day windows) and top referring sources (from Cloudflare Web Analytics when configured).

Inferred read-only
get_analytics_feature_usage

Returns a breakdown of which DeskMonitor MCP tools users are calling most — sourced from the internal McpAuditLogs table, grouped by ToolName (top-N tool call counts for the period).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.