Analytics
thedeskmonitor.com
Analytics tool that tracks workforce productivity and costs, using AI to answer questions instantly.
ENDPOINT 1
https://api.thedeskmonitor.com/api/mcp/v1
MCP server metadata
- Name
- DeskMonitor MCP Server
- Version
- 1.6.0
Known tools 24
get_started_guideReturns a role-scoped welcome message and curated sample questions to help you get started with DeskMonitor AI.
Potential side effectsget_data_dictionaryReturns the schema of queryable data — what fields exist, their meaning, and which tools expose them.
Inferred read-onlyswitch_to_productionSwitches back to production mode and confirms your real tenant context from your auth token.
Inferred read-onlyget_demo_scenariosReturns 5 guided scenario walkthroughs using the demo tenant's synthetic data.
Inferred read-onlyget_dashboard_summaryReturns the dashboard KPIs for the current user — hours worked today, team productivity score, pending approvals, active headcount.
Inferred read-onlyget_employee_detailsReturns the full profile for a specific employee including role, team, clock-in status, and recent activity.
Inferred read-onlylist_my_timesheetReturns the authenticated user's time log entries for a date range.
Inferred read-onlysummarize_team_hoursAggregates hours worked by the manager's team for a given period.
Inferred read-onlylist_recent_activityReturns a daily aggregate activity feed scoped to the authenticated user, including clock events, timesheet submissions, and approval actions.
Inferred read-onlyget_workload_alertsReturns workload alerts — team members with unusual hours, employees not yet clocked in, timesheet gaps.
Inferred read-onlyget_productivity_overviewReturns productivity scores and active/idle time ratios for an employee or team.
Inferred read-onlyinvite_staffInvite a staff member to join your DeskMonitor workspace by email.
Potential side effectsget_capabilitiesReturns a structured list of DeskMonitor AI capabilities grouped by user role AND plan entitlements.
Inferred read-onlyget_pricing_and_plansReturns DeskMonitor pricing plans and subscription details including MCP / AI access entitlement per plan.
Inferred read-onlystart_free_trialReturns the DeskMonitor free trial sign-up URL and onboarding instructions.
Inferred read-onlyask_workforceUse 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-onlyget_analytics_questionsReturns 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-onlyget_analytics_overviewReturns 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-onlyget_analytics_feature_usageReturns 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.