Copy as Markdown[Open in ChatGPT](https://chatgpt.com/?q=Read%20https%3A%2F%2Fdocs-docusaurus.kinsta.page%2Fuser-guides%2Fmcp-server%2Ftools%2Fconnectors.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)[Open in Claude](https://claude.ai/new?q=Read%20https%3A%2F%2Fdocs-docusaurus.kinsta.page%2Fuser-guides%2Fmcp-server%2Ftools%2Fconnectors.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)

# Notification Center connectors

Manage [Notification Center connectors](https://docs-docusaurus.kinsta.page/user-guides/notification-center/connectors/.md) directly from your AI agent. The Model Context Protocol (MCP) server provides a unified tool to create, retrieve, update, and delete connectors, and to generate infrastructure-as-code definitions from connector configurations.

## Tool[​](#tool "Direct link to Tool")

Use `manage_connectors` for all connector operations.

| Action value          | Description                                                                                                                                                                                               |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `create`              | Create a new connector.                                                                                                                                                                                   |
| `get`                 | Retrieve a specific connector by ID.                                                                                                                                                                      |
| `list`                | List connectors with an optional case-insensitive name filter.                                                                                                                                            |
| `update`              | Update an existing connector. The agent retrieves the current configuration first, then applies your changes.                                                                                             |
| `delete`              | Delete a connector by ID.                                                                                                                                                                                 |
| `generate_openapi`    | Generate the OpenAPI JSON payload for use with the Coralogix REST API.                                                                                                                                    |
| `generate_kubernetes` | Generate a Kubernetes Operator YAML manifest for the [Coralogix Operator](https://docs-docusaurus.kinsta.page/external/coralogix-operator).                                                               |
| `generate_terraform`  | Generate Terraform configuration for the [Coralogix Terraform Provider](https://docs-docusaurus.kinsta.page/developer-portal/infrastructure-as-code/terraform-provider/coralogix-terraform-provider/.md). |

## Example prompts[​](#example-prompts "Direct link to Example prompts")

### Create a generic connector[​](#create-a-generic-connector "Direct link to Create a generic connector")

```
Create a Coralogix generic HTTPS Notification Center connector named

generic-alerts-connector. Use URL https://webhook.example.com/alerts,

method POST, and header Content-Type=application/json.
```

### Create a Slack notification connector[​](#create-a-slack-notification-connector "Direct link to Create a Slack notification connector")

```
Create a Coralogix Slack connector named slack-alerts-connector.

Use integrationId prod-slack-integration, fallbackChannel alerts,

and channel alerts.
```

### Export connector configuration[​](#export-connector-configuration "Direct link to Export connector configuration")

```
Generate OpenAPI JSON, Kubernetes YAML, and Terraform configuration for the connector

named generic-alerts-connector.
```

## Important behaviors[​](#important-behaviors "Direct link to Important behaviors")

* **Update requires retrieval first.** Retrieve the current connector, modify it, then update with the complete connector definition.
* **Use supported connector types.** Use connector types supported by the shared infrastructure-as-code subset.
* **Some override entity types are output-specific.** A connector that Terraform can represent might still fail for Kubernetes YAML if the operator does not support the requested override shape.
