Skip to content
MCP-Bridge
Cloud Infrastructure

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.json

Configuration 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

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-customer-insights.json

Environment Variables

CUSTOMERINSIGHTSMANAGEMENTCLIENT_API_KEY

Replace your_customerinsightsmanagementclient_api_key with your actual 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