PagerDuty MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_escalation_policiesA | Get PagerDuty escalation policies by filters or get details for a specific policy ID. |
| get_incidentsB | Get PagerDuty incidents by filters or get details for a specific incident ID or number. |
| get_oncallsA | List on-call entries for schedules, policies, or time ranges. Behavior varies by time parameters:
|
| get_schedulesA | Get PagerDuty schedules by filters or get details for a specific schedule ID. |
| list_users_oncallB | List the users on call for a schedule during the specified time range. |
| get_servicesA | Get PagerDuty services by filters or get details for a specific service ID. |
| get_teamsA | Get PagerDuty teams by filters or get details for a specific team ID. |
| get_usersB | Get PagerDuty users by filters or get details for a specific user ID. |
| build_user_contextA | Validate and build the current user's context into a dictionary with the following format: { "user_id": str, "team_ids": List[str], "service_ids": List[str], "escalation_policy_ids": List[str] } The MCP server tools use this user context to filter the following resources: - Escalation policies - Incidents - Oncalls - Services - Users |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_tool_documentation |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wpfleger96/pagerduty-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server