monitoring
Atlassian Statuspage MCP, CLI, and Lua Integration for AI Agents
Atlassian Statuspage integration docs for AI agents: MCP gateway setup, Atlassian Statuspage CLI commands, Lua API reference, credentials, and function schemas.
5 functions 3 read 2 write API key auth
Atlassian Statuspage for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
statuspage- route_slug
statuspage- package
statuspage- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Atlassian Statuspage CLIHeadless setup and direct function calls. Atlassian Statuspage MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Atlassian Statuspage MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Atlassian Statuspage.
Claude Code Atlassian Statuspage MCP setup for Claude Code. Cursor Atlassian Statuspage MCP setup for Cursor. Codex Atlassian Statuspage MCP setup for Codex. OpenAI Agents Atlassian Statuspage MCP setup for OpenAI Agents SDK. Claude Agent SDK Atlassian Statuspage MCP setup for Claude Agent SDK. Vercel AI SDK Atlassian Statuspage MCP setup for Vercel AI SDK. LangChain Atlassian Statuspage MCP setup for LangChain. LangGraph Atlassian Statuspage MCP setup for LangGraph. CrewAI Atlassian Statuspage MCP setup for CrewAI. MCP clients Atlassian Statuspage MCP setup for Generic MCP Clients.
Atlassian Statuspage CLI Matrix
Use these pages for direct Atlassian Statuspage CLI workflows in scripts, CI, cron, and agent wrappers.
CI Atlassian Statuspage CLI for CI. Cron Jobs Atlassian Statuspage CLI for cron jobs. Shell Scripts Atlassian Statuspage CLI for shell scripts. Headless Automation Atlassian Statuspage CLI for headless automation. Coding Agents Atlassian Statuspage CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
statuspage.statuspage_list_incidents | Read read | 2 | List all incidents for your Atlassian Statuspage. Returns scheduled, ongoing, and resolved incidents with their current status and impact. |
statuspage.statuspage_create_incident | Write write | 5 | Create a new incident on your Atlassian Statuspage. Specify the incident name, status, impact level, and an optional body describing the issue. |
statuspage.statuspage_update_incident | Write write | 6 | Update an existing incident on your Atlassian Statuspage. Change the status, add updates to the body, or modify impact level. |
statuspage.statuspage_list_components | Read read | 2 | List all components on your Atlassian Statuspage. Returns component names, current status, and group information. |
statuspage.statuspage_get_current_user | Read read | 0 | Get the currently authenticated Atlassian Statuspage user. Useful for verifying API credentials and checking user permissions. |