Skip to main content

PagerDuty MCP Server

A Model Context Protocol server that provides AI assistants with comprehensive, read-only access to the PagerDuty API.

What can it do?

Ask your AI assistant questions like:

  • "Are there any triggered incidents right now?"
  • "Who is currently on-call for the primary rotation?"
  • "Show me the details of incident PABC123."
  • "List all our PagerDuty services and their status."
  • "What does the escalation policy look like for the backend service?"
  • "How many incidents were resolved this week?"

Features

  • 6 read-only tools across 3 categories (Incidents, Services, On-Call)
  • EU region support — set PAGERDUTY_BASE_URL to https://api.eu.pagerduty.com for EU accounts
  • LLM-optimized responses — internal PagerDuty metadata is stripped, escalation policies are flattened to human-readable summaries
  • Type-safe — built with TypeScript and Zod schema validation

Supported Resources

CategoryTools
Incidentslist_incidents, get_incident
Serviceslist_services, get_service
On-Calllist_oncalls, get_schedule

Prerequisites