ApplicationInsightsManagementClient MCP Config
Apis for customer in enterprise agreement migrate to new pricing model or rollback to legacy pricing model.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-easubscriptionmigration-api.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-easubscriptionmigration-api.json to fetch programmatically.
{
"mcpServers": {
"azure-com-applicationinsights-easubscriptionmigration-api": {
"command": "npx",
"args": ["-y","@mcp/azure-com-applicationinsights-easubscriptionmigration-api"],
"env": {
"APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEY": "your_applicationinsightsmanagementclient_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-applicationinsights-easubscriptionmigration-api.jsonEnvironment Variables
APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEYReplace your_applicationinsightsmanagementclient_api_key with your actual applicationinsightsmanagementclient api key
Endpoints
POST
/subscriptions/{subscriptionId}/providers/microsoft.insights/listMigrationdateEASubscriptionListMigrationDate_Post
POST
/subscriptions/{subscriptionId}/providers/microsoft.insights/migrateToNewPricingModelEASubscriptionMigrateToNewPricingModel_Post
POST
/subscriptions/{subscriptionId}/providers/microsoft.insights/rollbackToLegacyPricingModelEASubscriptionRollbackToLegacyPricingModel_Post