Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/azure-com-customer-insights.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "azure-com-customer-insights": {
      "url": "https://mcpbridge.org/config/azure-com-customer-insights.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "azure-com-customer-insights": {
      "url": "https://mcpbridge.org/config/azure-com-customer-insights.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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