Skip to main content

On-Call Compensation Report

The On-Call Compensation Report is an interactive data table that breaks down on-call burden by person โ€” hours scheduled, incidents responded to, off-hours interruptions, and more. Built on the MCP Apps extension, it surfaces the data you need for compensation reviews, load balancing conversations, and team health check-ins, all inside your agent chat session.

On-Call Compensation Report in VS Code

What you seeโ€‹

The report opens with a summary row of fleet-wide stats at the top, followed by a sortable table with one row per user.

Summary cardsโ€‹

CardWhat it shows
Users On-CallTotal number of users who were on-call in the selected period
Total On-Call HoursSum of all scheduled on-call hours across all users
Incidents RespondedTotal incidents, split into high and low urgency
Avg Incidents / UserMean incident count per on-call user
Off-Hour InterruptionsInterruptions outside business hours across all users
Sleep InterruptionsInterruptions during typical sleep hours across all users

Compensation table columnsโ€‹

Each column is toggleable โ€” you can show or hide it using the column picker to focus on what matters for your review:

ColumnDescription
UserName and team memberships
On-Call HrsTotal hours scheduled on-call during the period
IncidentsTotal incidents the user was involved in
High UrgencyHigh-urgency incidents assigned to this user
Response HrsTime engaged in incident response (capped at 24h per incident)
Rate /hrInterruptions per on-call hour โ€” a higher rate means more frequent paging
Off-Hr IntrsInterruptions outside business hours (evenings and early mornings)
Sleep IntrsInterruptions during typical sleep hours (~10pmโ€“8am)
BH IntrsInterruptions during standard business hours
Outside BH HrsOn-call hours outside your configured business hours
Weekend HrsOn-call hours on weekend days
Holiday HrsOn-call hours on configured holidays
Max Consec. HrsLongest single unbroken stretch of out-of-hours on-call time
Unique PeriodsNumber of distinct out-of-hours windows โ€” high count means frequently interrupted

What you can doโ€‹

Set the date rangeโ€‹

Use the date pickers at the top to define the reporting window. The table updates immediately when the range changes.

Configure business hoursโ€‹

Click the business hours settings to define what counts as "inside" hours for your team โ€” work days, start/end times, and holidays. The outside-hours columns (Weekend Hrs, Holiday Hrs, Outside BH Hrs, etc.) are all derived from this configuration.

Business hours configuration panel

Sort and filterโ€‹

Click any column header to sort by that metric. Use the search box to filter by user name or team. Use the team dropdown to focus on a single team.

Pick visible columnsโ€‹

Click the column picker to toggle columns on or off. Useful for exporting a focused view to share with managers or HR.

Drill into a userโ€‹

Click any row to open the user detail modal. It shows the full breakdown for that person โ€” their schedule shifts, incident list, and out-of-hours periods in detail.

How it worksโ€‹

The report calls PagerDuty Analytics tools through the MCP server to fetch on-call schedules and interruption data, then computes the business-hours metrics client-side based on your configuration. It does not write any data to PagerDuty, so --enable-write-tools is not required (though it does not hurt to have it enabled).

Supported clientsโ€‹

ClientStatus
VS Code (GitHub Copilot)Supported
Claude DesktopSupported
GooseSupported

Try it outโ€‹

The On-Call Compensation Report is available on the experimental branch:

uvx --from git+https://github.com/PagerDuty/pagerduty-mcp-server@experimental pagerduty-mcp

Or clone and run locally:

git clone -b experimental https://github.com/PagerDuty/pagerduty-mcp-server.git
cd pagerduty-mcp-server
uv run python -m pagerduty_mcp

Then ask your agent:

Show me the on-call compensation report
caution

The On-Call Compensation Report is experimental. It may change or break between commits and is not covered by the standard support policy. Run it in non-production environments.

Feedbackโ€‹

Found a bug or want to request a column? Open a GitHub issue tagged experimental:

github.com/PagerDuty/pagerduty-mcp-server/issues