Skip to content
MCP-Bridge
Data & Analytics

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.json

Configuration 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

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-applicationinsights-easubscriptionmigration-api.json

Environment Variables

APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEY

Replace your_applicationinsightsmanagementclient_api_key with your actual applicationinsightsmanagementclient api key

Endpoints

POST/subscriptions/{subscriptionId}/providers/microsoft.insights/listMigrationdate

EASubscriptionListMigrationDate_Post

POST/subscriptions/{subscriptionId}/providers/microsoft.insights/migrateToNewPricingModel

EASubscriptionMigrateToNewPricingModel_Post

POST/subscriptions/{subscriptionId}/providers/microsoft.insights/rollbackToLegacyPricingModel

EASubscriptionRollbackToLegacyPricingModel_Post