Statuspage Server
БесплатноНе проверенEnables management of Atlassian Statuspage incidents, components, and subscribers through natural language.
Описание
Enables management of Atlassian Statuspage incidents, components, and subscribers through natural language.
README
MCP (Model Context Protocol) server for Atlassian Statuspage — incident and status page management via AI agents.
Manage incidents, components, and subscribers on your Statuspage through natural language.
What is this?
This server lets AI agents interact with your Statuspage to:
- List and manage status pages
- Create and update components
- Manage incidents (create, update, resolve)
- Handle subscriber management
Two Variants
1. Traditional Mode (Recommended)
Pre-built tools for common operations:
list_pages,get_pagelist_components,create_component,update_component,delete_componentlist_incidents,create_incident,update_incident,delete_incidentlist_subscribers,create_subscriber,delete_subscriber
2. Code Mode (Power Users)
Agent gets the full API schema and can compose arbitrary API calls using execute_api_call tool.
Installation
npm install
npm run build
Configuration
Set these environment variables:
export STATUSPAGE_API_KEY="your-api-key-here"
export STATUSPAGE_PAGE_ID="your-page-id-here"
export STATUSPAGE_BASE_URL="https://api.statuspage.io/v1" # optional
export STATUSPAGE_ENABLE_WRITE="true" # enables write operations
Getting Your API Key
- Log in to your Statuspage account
- Go to Account Settings → API Info
- Generate or copy your API key
- Find your Page ID in the page URL or API Info section
Usage
Traditional Mode
npm run start:traditional
Or add to your MCP client config:
{
"mcpServers": {
"statuspage": {
"command": "node",
"args": ["/path/to/statuspage-mcp-server/dist/traditional/index.js"],
"env": {
"STATUSPAGE_API_KEY": "your-api-key",
"STATUSPAGE_PAGE_ID": "your-page-id",
"STATUSPAGE_ENABLE_WRITE": "true"
}
}
}
}
Code Mode
npm run start:code-mode
Example Prompts
Read-only operations (always available):
- "Show me all incidents from the last week"
- "What's the current status of our API component?"
- "List all subscribers"
Write operations (requires STATUSPAGE_ENABLE_WRITE=true):
- "Create an incident for database outage, status investigating"
- "Update the incident to resolved and post a message"
- "Add a new component called 'Payment Gateway'"
- "Subscribe [email protected] to status updates"
API Coverage
Phase 1: Read-Only ✅
- ✅ list_pages
- ✅ get_page
- ✅ list_components
- ✅ get_component
- ✅ list_incidents
- ✅ get_incident
- ✅ list_subscribers
Phase 2: Write Operations ✅
- ✅ create_component
- ✅ update_component
- ✅ delete_component
- ✅ update_component_status
- ✅ create_incident
- ✅ update_incident
- ✅ delete_incident
- ✅ create_subscriber
- ✅ delete_subscriber
Safety
- Read operations are always safe — they never modify data
- Write operations are gated behind the
STATUSPAGE_ENABLE_WRITEflag - All API calls include proper error handling
- Rate limits are respected (Statuspage: 60 req/min)
Development
# Install dependencies
npm install
# Run tests
npm test
# Build
npm run build
# Run in dev mode
npm run start:traditional
Links
License
MIT
Установка Statuspage Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/cheenu1092-oss/statuspage-mcp-serverFAQ
Statuspage Server MCP бесплатный?
Да, Statuspage Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Statuspage Server?
Нет, Statuspage Server работает без API-ключей и переменных окружения.
Statuspage Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Statuspage Server в Claude Desktop, Claude Code или Cursor?
Открой Statuspage Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Statuspage Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
