ops-mcp
Provides integration with Atlassian Statuspage for managing maintenance windows and incidents.
Allows for the management of Statuspage incidents and scheduled maintenance, including creating maintenance windows, updating incident statuses, and listing components.
Enables management of Uptime Kuma instances, providing tools to list monitors, create or end maintenance windows, and silence alerts during scheduled downtime.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ops-mcpSchedule a 2-hour maintenance window for tonight at 10 PM"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.)
Related MCP server: GetMonitor MCP Server
Tools
Tool | Description |
| Create a maintenance window on both Statuspage and Uptime Kuma in one call |
| Create scheduled maintenance on Statuspage |
| Update or resolve a Statuspage incident/maintenance |
| List Statuspage incidents and scheduled maintenance |
| List all Statuspage components (resolve names to IDs) |
| Create a maintenance window in Uptime Kuma |
| End an Uptime Kuma maintenance window early |
| List all Uptime Kuma maintenance windows |
| 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_passwordStatuspage 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with Uptime Agent monitoring system to check uptime status, manage incidents, create new monitors, and analyze downtime through natural conversation.Last updated71

GetMonitor MCP Serverofficial
AlicenseCqualityBmaintenanceConnects AI assistants to GetMonitor status pages, monitors, incidents, and maintenance schedules via read-only tools.Last updated10015Apache 2.0
uptimepageofficial
Alicense-qualityAmaintenanceMCP server for Uptimepage uptime monitoring. An LLM client can read your monitors and incidents, run a check on demand, and post incident updates. Writes need an OAuth login and a scoped token, and each one is logged.Last updated7AGPL 3.0- Flicense-qualityDmaintenanceEnables management of Atlassian Statuspage incidents, components, and subscribers through natural language.Last updated
Related MCP Connectors
Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sydney-Robotics-Academy/ops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server