KosmoKrator

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_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Atlassian Statuspage MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Atlassian Statuspage.

Atlassian Statuspage CLI Matrix

Use these pages for direct Atlassian Statuspage CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.