add-mcp
Back to registry
PagerDuty logo

PagerDuty

v1.0.0

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.


Install with add-mcp

Configure your installation and copy the command below. Uses add-mcp to install the server into your agent of choice.

Remote (HTTP)
Streamable HTTPhttps://mcp.pagerduty.com/mcp
required

Required by the MCP endpoint spec.

required

Required for JSON-RPC POST requests.

requiredsecret

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>"

API access

Access via API

Fetch this server's registry entry as JSON. See the OpenAPI spec for all endpoints.

curl "/registry/api/v1/servers?search=com.pagerduty%2Fmcp"