ops-mcp
Enables unified management of maintenance windows and incidents across Atlassian Statuspage and Uptime Kuma. It allows AI assistants to schedule maintenance, update service statuses, and list monitors through a single MCP-compatible interface.
README
ops-mcp
MCP server for managing maintenance windows across Atlassian Statuspage and Uptime Kuma from AI assistants like Claude.
Features
- Unified maintenance scheduling — create maintenance windows on both Statuspage and Uptime Kuma in a single call
- Statuspage management — create, update, and list incidents and scheduled maintenance
- Uptime Kuma management — create, end, and list maintenance windows; list monitors
- MCP protocol — works with any MCP-compatible client (Claude Desktop, Claude Code, etc.)
Tools
| Tool | Description |
|---|---|
ops_schedule_maintenance |
Create a maintenance window on both Statuspage and Uptime Kuma in one call |
ops_create_maintenance |
Create scheduled maintenance on Statuspage |
ops_update_maintenance |
Update or resolve a Statuspage incident/maintenance |
ops_list_incidents |
List Statuspage incidents and scheduled maintenance |
ops_list_components |
List all Statuspage components (resolve names to IDs) |
ops_create_uk_maintenance |
Create a maintenance window in Uptime Kuma |
ops_end_uk_maintenance |
End an Uptime Kuma maintenance window early |
ops_list_uk_maintenance |
List all Uptime Kuma maintenance windows |
ops_list_uk_monitors |
List all Uptime Kuma monitors with current status |
Setup
Install
pip install -e .
Environment variables
Copy .env.example to .env and fill in your credentials:
STATUSPAGE_API_KEY=your_statuspage_oauth_token
STATUSPAGE_PAGE_ID=your_page_id
UPTIME_KUMA_URL=https://status.example.com
UPTIME_KUMA_USERNAME=admin
UPTIME_KUMA_PASSWORD=your_password
- Statuspage API key: Generate at manage.statuspage.io under your user profile > API keys
- Statuspage page ID: Found in your page URL or page settings
- Uptime Kuma URL: The base URL of your Uptime Kuma instance
- Uptime Kuma credentials: A user with permission to manage maintenance windows
MCP client configuration
Add to your MCP client config (e.g. .mcp.json):
{
"mcpServers": {
"ops-mcp": {
"command": "ops-mcp",
"env": {
"STATUSPAGE_API_KEY": "your_key",
"STATUSPAGE_PAGE_ID": "your_page_id",
"UPTIME_KUMA_URL": "https://status.example.com",
"UPTIME_KUMA_USERNAME": "admin",
"UPTIME_KUMA_PASSWORD": "your_password"
}
}
}
}
Usage examples
Schedule maintenance on both systems:
"Schedule a 2-hour database maintenance window starting at 2am AEST tomorrow"
The ops_schedule_maintenance tool handles both Statuspage and Uptime Kuma, so monitors are silenced and subscribers are notified in one step.
List current monitors:
"Show me all Uptime Kuma monitors and their status"
Update an incident:
"Mark incident abc123 as resolved with message 'Database migration complete'"
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.