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.jsonConfiguration 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
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.jsonEnvironment Variables
ENGAGEMENT_MANAGEMENTCLIENT_API_KEYReplace your_engagement_managementclient_api_key with your actual engagement managementclient api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.MobileEngagement/appCollectionsAppCollections_List
POST
/subscriptions/{subscriptionId}/providers/Microsoft.MobileEngagement/checkAppCollectionNameAvailabilityAppCollections_CheckNameAvailability
GET
/subscriptions/{subscriptionId}/providers/Microsoft.MobileEngagement/supportedPlatformsSupportedPlatforms_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/appsApps_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}/testCampaigns_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