CustomerInsightsManagementClient MCP Config
The Azure Customer Insights management API provides a RESTful set of web services that interact with Azure Customer Insights service to manage your resources. The API has entities that capture the relationship between an end user and the Azure Customer Insights service.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-customer-insights.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-customer-insights.json to fetch programmatically.
{
"mcpServers": {
"azure-com-customer-insights": {
"command": "npx",
"args": ["-y","@mcp/azure-com-customer-insights"],
"env": {
"CUSTOMERINSIGHTSMANAGEMENTCLIENT_API_KEY": "your_customerinsightsmanagementclient_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-customer-insights.jsonEnvironment Variables
CUSTOMERINSIGHTSMANAGEMENTCLIENT_API_KEYReplace your_customerinsightsmanagementclient_api_key with your actual customerinsightsmanagementclient api key
Endpoints
/providers/Microsoft.CustomerInsights/operationsOperations_List
/subscriptions/{subscriptionId}/providers/Microsoft.CustomerInsights/hubsHubs_List
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubsHubs_ListByResourceGroup
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}Hubs_Get
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}Hubs_CreateOrUpdate
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}Hubs_Delete
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}Hubs_Update
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/authorizationPoliciesAuthorizationPolicies_ListByHub
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/authorizationPolicies/{authorizationPolicyName}AuthorizationPolicies_Get
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/authorizationPolicies/{authorizationPolicyName}AuthorizationPolicies_CreateOrUpdate