DataShareManagementClient MCP Config
Creates a Microsoft.DataShare management client.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-datashare-datashare.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-datashare-datashare.json to fetch programmatically.
{
"mcpServers": {
"azure-com-datashare-datashare": {
"command": "npx",
"args": ["-y","@mcp/azure-com-datashare-datashare"],
"env": {
"DATASHAREMANAGEMENTCLIENT_API_KEY": "your_datasharemanagementclient_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-datashare-datashare.jsonEnvironment Variables
DATASHAREMANAGEMENTCLIENT_API_KEYReplace your_datasharemanagementclient_api_key with your actual datasharemanagementclient api key
Endpoints
/providers/Microsoft.DataShare/ListInvitationsList the invitations
/providers/Microsoft.DataShare/locations/{location}/RejectInvitationRejects the invitation identified by invitationId
/providers/Microsoft.DataShare/locations/{location}/consumerInvitations/{invitationId}Gets the invitation identified by invitationId
/providers/Microsoft.DataShare/operationsLists the available operations
/subscriptions/{subscriptionId}/providers/Microsoft.DataShare/accountsList Accounts in a subscription
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accountsList Accounts in a resource group
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}Get an account under a resource group
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}Create an account in the given resource group
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}Delete an account
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}Patch a given account