rootly.com
Rootly is an incident management platform for engineering teams that combines on-call, incident response, retrospectives, and status pages. It also offers AI-assisted workflows for managing incidents and related operational tasks.
Rootly exposes a primary REST API at `https://api.rootly.com`, a public status-page HTTP API on each status page domain, hosted MCP endpoints at `https://mcp.rootly.com` (streamable HTTP and SSE) plus a docs MCP endpoint, and official terminal tools including the Rootly CLI and Rootly TUI.
- Rootly MCP Serverdetected
- Rootly MCP Server (SSE)detected
- Rootly Docs MCP Serverdiscovered
- Rootly REST APIdiscovered
- Rootly Status Page APIdiscovered
- Rootly CLIdiscovered
- Rootly Terminal UIdiscovered
In Rootly, generate an API token from the API key/token settings referenced by the docs. The docs say you can create a key from Settings → API Keys or Account → API Tokens in your Rootly dashboard; see API Reference Overview, Terminal UI (TUI), and Terraform. Use the resulting token as a bearer token in Authorization: Bearer ..., or set ROOTLY_API_TOKEN where supported.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 2/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://rootly.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://rootly.com/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing