PagerDuty
An incident response platform for accessing incidents, services, schedules, and on-call rotations.
https://api.pagerduty.com
https://mcp.pagerduty.com/mcp
Agent
const bundleup = new BundleUp('Zw7Lt7...');
const mcp = bundleup.mcp('conn_abc123').connect();
const tools = await mcp.listTools(); Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the PagerDuty account the connection is authenticated as.
Unified API Endpoints
/me
Retrieve the PagerDuty account this connection is authenticated as. PagerDuty resolves /users/me from the user who granted the authorization, so this needs a user OAuth token — an app token obtained through client credentials is not tied to a user and cannot answer it.
