loading…
Search for a command to run...
loading…
Connects AI assistants to GetMonitor status pages, monitors, incidents, and maintenance schedules via read-only tools.
Connects AI assistants to GetMonitor status pages, monitors, incidents, and maintenance schedules via read-only tools.
Connect AI assistants (Claude, Cursor, etc.) to your GetMonitor status pages, monitors, incidents, and maintenance schedules.
Add to your MCP client config:
{
"mcpServers": {
"getmonitor": {
"url": "https://mcp.getmonitor.io/mcp"
}
}
}
Your client will guide you through OAuth login with your GetMonitor account.
npm install -g @getmonitor/mcp
Add to your MCP client config:
{
"mcpServers": {
"getmonitor": {
"command": "getmonitor-mcp"
}
}
}
Optional environment variables:
export GETMONITOR_API_URL=https://api.getmonitor.io # default
export GETMONITOR_API_KEY=your_api_key # optional, for future auth-required tools
All tools are read-only and work against public GetMonitor API endpoints.
| Tool | Description |
|---|---|
resolve_status_page |
Find a status page by slug or custom domain |
get_status_page_status |
Get current aggregate status (operational/degraded/outage) |
get_status_page_components |
Get component tree with uptime percentages |
list_status_updates |
List recent public status updates |
list_monitors |
List monitors attached to a status page |
get_monitor_aggregations |
Get hourly uptime data for a monitor on a given date |
list_incidents |
List incidents, optionally filtered by status |
get_incident |
Get a specific incident with all updates |
list_maintenance |
List maintenance windows, filter by status or date range |
get_maintenance |
Get a specific maintenance window |
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"getmonitor-mcp-server": {
"command": "npx",
"args": []
}
}
}