ApplicationInsightsManagementClient MCP Config
Azure Application Insights client for API keys of a component.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-componentapikeys-api.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-componentapikeys-api.json to fetch programmatically.
{
"mcpServers": {
"azure-com-applicationinsights-componentapikeys-api": {
"command": "npx",
"args": ["-y","@mcp/azure-com-applicationinsights-componentapikeys-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-componentapikeys-api.jsonEnvironment Variables
APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEYReplace your_applicationinsightsmanagementclient_api_key with your actual applicationinsightsmanagementclient api key
Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}APIKeys_Get
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}APIKeys_Delete
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeysAPIKeys_List
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeysAPIKeys_Create