Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

ApiManagementClient MCP Server

Use these REST APIs for performing operations on who is going to receive notifications associated with your Azure API Management deployment.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-apimanagement-apimnotifications

Environment Variables

APIMANAGEMENTCLIENT_API_KEY

Example: your_apimanagementclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-apimanagement-apimnotifications": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-apimanagement-apimnotifications"],
      "env": {
      "APIMANAGEMENTCLIENT_API_KEY": "your_apimanagementclient_api_key"
}
    }
  }
}

Endpoints

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications

Notification_ListByService

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}

Notification_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}

Notification_CreateOrUpdate

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientEmails

NotificationRecipientEmail_ListByNotification

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientEmails/{email}

NotificationRecipientEmail_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientEmails/{email}

NotificationRecipientEmail_Delete

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientUsers

NotificationRecipientUser_ListByNotification

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientUsers/{uid}

NotificationRecipientUser_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientUsers/{uid}

NotificationRecipientUser_Delete