ApplicationInsightsManagementClient MCP Config
Azure Application Insights client for Components.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-components-api.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-components-api.json to fetch programmatically.
{
"mcpServers": {
"azure-com-applicationinsights-components-api": {
"command": "npx",
"args": ["-y","@mcp/azure-com-applicationinsights-components-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-components-api.jsonEnvironment Variables
APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEYReplace your_applicationinsightsmanagementclient_api_key with your actual applicationinsightsmanagementclient api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Insights/componentsComponents_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/componentsComponents_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}Components_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}Components_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}Components_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}Components_UpdateTags
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/operations/{purgeId}Components_GetPurgeStatus
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/purgeComponents_Purge