Cloud InfrastructureAuto-generated
ApplicationInsightsManagementClient MCP Server
Azure Application Insights client for web test based alerting.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-applicationinsights-webtests-api
Environment Variables
APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEYExample: your_applicationinsightsmanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-applicationinsights-webtests-api": {
"command": "npx",
"args": ["-y","@mcp/azure-com-applicationinsights-webtests-api"],
"env": {
"APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEY": "your_applicationinsightsmanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Insights/webtestsWebTests_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{componentName}/webtestsWebTests_ListByComponent
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtestsWebTests_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}WebTests_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}WebTests_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}WebTests_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}WebTests_UpdateTags