Skip to content
MCP-Bridge
Cloud Infrastructure

Engagement.ManagementClient MCP Config

Microsoft Azure Mobile Engagement REST APIs.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-mobileengagement-mobile-engagement.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-mobileengagement-mobile-engagement.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-mobileengagement-mobile-engagement": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-mobileengagement-mobile-engagement"],
      "env": {
      "ENGAGEMENT_MANAGEMENTCLIENT_API_KEY": "your_engagement_managementclient_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/azure-com-mobileengagement-mobile-engagement.json

Environment Variables

ENGAGEMENT_MANAGEMENTCLIENT_API_KEY

Replace your_engagement_managementclient_api_key with your actual engagement managementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.MobileEngagement/appCollections

AppCollections_List

POST/subscriptions/{subscriptionId}/providers/Microsoft.MobileEngagement/checkAppCollectionNameAvailability

AppCollections_CheckNameAvailability

GET/subscriptions/{subscriptionId}/providers/Microsoft.MobileEngagement/supportedPlatforms

SupportedPlatforms_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps

Apps_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps/{appName}/campaigns/{kind}

Campaigns_List

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps/{appName}/campaigns/{kind}

Campaigns_Create

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps/{appName}/campaigns/{kind}/test

Campaigns_TestNew

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps/{appName}/campaigns/{kind}/{id}

Campaigns_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps/{appName}/campaigns/{kind}/{id}

Campaigns_Update

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps/{appName}/campaigns/{kind}/{id}

Campaigns_Delete