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.jsonConfiguration 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
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.jsonEnvironment Variables
ENGAGEMENTFABRIC_API_KEYReplace your_engagementfabric_api_key with your actual engagementfabric api key
Endpoints
/providers/Microsoft.EngagementFabric/operationsList operation of EngagementFabric resources
/subscriptions/{subscriptionId}/providers/Microsoft.EngagementFabric/AccountsList the EngagementFabric accounts in given subscription
/subscriptions/{subscriptionId}/providers/Microsoft.EngagementFabric/skusList available SKUs of EngagementFabric resource
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/AccountsList EngagementFabric accounts in given resource group
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}Get the EngagementFabric account
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}Create or Update the EngagementFabric account
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}Delete the EngagementFabric account
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}Update EngagementFabric account
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}/ChannelsList the EngagementFabric channels
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}/Channels/{channelName}Get the EngagementFabric channel