pagerduty.com/mcp
PagerDuty exposes HTTP APIs for REST plus Events v1/v2 and a streamable-HTTP MCP server at https://mcp.pagerduty.com/mcp; authenticate with a PagerDuty API token or OAuth bearer token for REST/MCP, an Events v2 integration key (`routing_key`) for Events v2, and a Generic API service key (`service_key`) for Events v1.
Configure your installation and copy the command below. Uses add-mcp to install the server into your agent of choice.
Required by the MCP endpoint spec.
Required for JSON-RPC POST requests.
PagerDuty API token. Use Token token= <token>.
npx add-mcp@latest https://mcp.pagerduty.com/mcp --transport http --header "Accept: <Accept>" --header "Content-Type: <Content-Type>" --header "Authorization: <Authorization>"