OpsGenie MCP
Manage OpsGenie alerts, on-call schedules, escalation policies, and incident workflows.
Overview
| Catalog ID | mcp-opsgenie |
| Category | observability |
| Auth method | API key |
| Blast radius | moderate |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
list_alerts | List OpsGenie alerts. |
create_alert | Create a new alert. |
acknowledge_alert | Acknowledge an alert. |
close_alert | Close an alert. |
get_on_call | Get on-call schedule. |
Tool parameters
list_alerts
List OpsGenie alerts.
| Parameter | Type | Description | |
|---|---|---|---|
query | string | optional | Alert query |
limit | integer | optional | Max results |
create_alert
Create a new alert.
| Parameter | Type | Description | |
|---|---|---|---|
message | string | required | Alert message |
description | string | optional | Alert description |
priority | string | optional | Priority |
responders | array | optional | Responder teams/users |
acknowledge_alert
Acknowledge an alert.
| Parameter | Type | Description | |
|---|---|---|---|
alert_id | string | required | Alert ID |
note | string | optional | Acknowledgement note |
close_alert
Close an alert.
| Parameter | Type | Description | |
|---|---|---|---|
alert_id | string | required | Alert ID |
note | string | optional | Close note |
get_on_call
Get on-call schedule.
| Parameter | Type | Description | |
|---|---|---|---|
schedule_id | string | required | Schedule ID |
Installing
- In Cendriix, go to Settings → MCPs
- Find OpsGenie and click Install
- Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
- Click Test Connection to run a health check and list available tools
Authentication. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
Blast radius
This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on