Skip to content
MCP-Bridge
Developer Tools

EngagementFabric MCP Config

Microsoft Customer Engagement Fabric

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-engagementfabric-engagementfabric.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-engagementfabric-engagementfabric.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-engagementfabric-engagementfabric": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-engagementfabric-engagementfabric"],
      "env": {
      "ENGAGEMENTFABRIC_API_KEY": "your_engagementfabric_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-engagementfabric-engagementfabric.json

Environment Variables

ENGAGEMENTFABRIC_API_KEY

Replace your_engagementfabric_api_key with your actual engagementfabric api key

Endpoints

GET/providers/Microsoft.EngagementFabric/operations

List operation of EngagementFabric resources

GET/subscriptions/{subscriptionId}/providers/Microsoft.EngagementFabric/Accounts

List the EngagementFabric accounts in given subscription

GET/subscriptions/{subscriptionId}/providers/Microsoft.EngagementFabric/skus

List available SKUs of EngagementFabric resource

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts

List EngagementFabric accounts in given resource group

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}

Get the EngagementFabric account

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}

Create or Update the EngagementFabric account

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}

Delete the EngagementFabric account

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}

Update EngagementFabric account

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}/Channels

List the EngagementFabric channels

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}/Channels/{channelName}

Get the EngagementFabric channel