Application Insights Data Plane MCP Config
This API exposes AI metric & event information and associated metadata
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-swagger.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-swagger.json to fetch programmatically.
{
"mcpServers": {
"azure-com-applicationinsights-swagger": {
"command": "npx",
"args": ["-y","@mcp/azure-com-applicationinsights-swagger"],
"env": {
"APPLICATION_INSIGHTS_DATA_PLANE_API_KEY": "your_application_insights_data_plane_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-swagger.jsonEnvironment Variables
APPLICATION_INSIGHTS_DATA_PLANE_API_KEYReplace your_application_insights_data_plane_api_key with your actual application insights data plane api key
Endpoints
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/events/$metadataGet OData metadata
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/events/{eventType}Execute OData query
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/events/{eventType}/{eventId}Get an event
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/metrics/metadataRetrieve metric metadata
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/metrics/{metricId}Retrieve metric data
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/queryExecute an Analytics query
POST
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/queryExecute an Analytics query