Skip to content
MCP-Bridge
Cloud Infrastructure

ApplicationInsightsManagementClient MCP Config

Azure Application Insights client for web test based alerting.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-webtests-api.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-webtests-api.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-applicationinsights-webtests-api": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-applicationinsights-webtests-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-webtests-api.json

Environment Variables

APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEY

Replace your_applicationinsightsmanagementclient_api_key with your actual applicationinsightsmanagementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.Insights/webtests

WebTests_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{componentName}/webtests

WebTests_ListByComponent

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests

WebTests_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