Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

CustomerInsightsManagementClient MCP Server

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.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-customer-insights

Environment Variables

CUSTOMERINSIGHTSMANAGEMENTCLIENT_API_KEY

Example: your_customerinsightsmanagementclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-customer-insights": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-customer-insights"],
      "env": {
      "CUSTOMERINSIGHTSMANAGEMENTCLIENT_API_KEY": "your_customerinsightsmanagementclient_api_key"
}
    }
  }
}

Endpoints

GET/providers/Microsoft.CustomerInsights/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.CustomerInsights/hubs

Hubs_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs

Hubs_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}

Hubs_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}

Hubs_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}

Hubs_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}

Hubs_Update

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/authorizationPolicies

AuthorizationPolicies_ListByHub

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/authorizationPolicies/{authorizationPolicyName}

AuthorizationPolicies_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/authorizationPolicies/{authorizationPolicyName}

AuthorizationPolicies_CreateOrUpdate