StatusGator MCP server tools
Use the StatusGator MCP Server to enable AI agents and LLM workflows to read status data, manage monitors, create incidents, and update status pages. MCP tools map directly to StatusGator API endpoints, providing the same capabilities in an agent-friendly format. You'll need an API token to use the MCP Server.
| Tools | Description |
|---|---|
create_custom_monitor |
Create custom monitor - Create a new custom monitor for the specified board. |
create_incident |
Create an incident - Create a new incident or maintenance window to inform your users about service disruptions. |
create_incident_update |
Create an incident update - Create a new update for an existing incident. |
create_monitor_group |
Create a monitor group - Create a new monitor group for organizing monitors on a board. |
create_outage_report |
Create an outage report - Submit an outage report for a monitor on your board. |
create_ping_monitor |
Create ping monitor - Create a new ping monitor for the specified board. |
create_service_monitor |
Create service monitor - Create a new service monitor for the specified board. |
create_status_page_subscriber |
Create a status page subscriber - Add a new subscriber to the board's status page. |
create_website_monitor |
Create website monitor - Create a new website monitor for the specified board. |
delete_custom_monitor |
Delete custom monitor - Delete a custom monitor from the board. |
delete_monitor_group |
Delete a monitor group - Delete a monitor group. |
delete_ping_monitor |
Delete ping monitor - Delete a ping monitor from the board. |
delete_service_monitor |
Delete service monitor - Delete a service monitor from the board. |
delete_status_page_subscriber |
Remove a status page subscriber - Remove a subscriber from the board's status page by providing either id or email in the request body. |
delete_website_monitor |
Delete website monitor - Delete a website monitor from the board. |
get_board |
Get board details - Get details for a specific board. |
get_board_history |
Get board history - Returns a list of historical events affecting monitors on a board over a date range. |
get_board_monitors |
Get board monitors - Get all monitors for a specific board. |
get_monitor_group |
Get a monitor group - Get details for a specific monitor group. |
list_boards |
List boards - Retrieve all boards belonging to your organization. |
list_incidents |
List incidents for a board - Get all incidents for a specific board. |
list_monitor_components |
List monitor components - Retrieve active components for a specific monitor with status information. |
list_monitor_groups |
List monitor groups for a board - Get all monitor groups for a board. |
list_monitoring_regions |
List monitoring regions - Retrieve all available monitoring regions that StatusGator uses to check website or ping monitors. |
list_service_components |
List service components - Retrieve all active components for a specific service. |
list_services |
List services - Access to this API endpoint is restricted to customers with Firehose. |
list_status_page_subscribers |
List status page subscribers for a board - Get all confirmed email subscribers for a board's status page. |
list_users |
List users - Retrieve all users belonging to your organization. |
pause_ping_monitor |
Pause ping monitor - Pause an active ping monitor. |
pause_website_monitor |
Pause website monitor - Pause an active website monitor. |
search_services |
Search services - Search for services by text query. |
unpause_ping_monitor |
Unpause ping monitor - Resume a paused ping monitor. |
unpause_website_monitor |
Unpause website monitor - Resume a paused website monitor. |
update_custom_monitor |
Update custom monitor - Update an existing custom monitor. |
update_monitor_group |
Update a monitor group - Update an existing monitor group. |
update_ping_monitor |
Update ping monitor - Update an existing ping monitor. |
update_service_monitor |
Update service monitor - Update a service monitor. |
update_website_monitor |
Update website monitor - Update an existing website monitor. |