Skip to content
MCP-Bridge
Data & Analytics

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

Configuration 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

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

Environment Variables

DATASHAREMANAGEMENTCLIENT_API_KEY

Replace your_datasharemanagementclient_api_key with your actual datasharemanagementclient api key

Endpoints

GET/providers/Microsoft.DataShare/ListInvitations

List the invitations

POST/providers/Microsoft.DataShare/locations/{location}/RejectInvitation

Rejects the invitation identified by invitationId

GET/providers/Microsoft.DataShare/locations/{location}/consumerInvitations/{invitationId}

Gets the invitation identified by invitationId

GET/providers/Microsoft.DataShare/operations

Lists the available operations

GET/subscriptions/{subscriptionId}/providers/Microsoft.DataShare/accounts

List Accounts in a subscription

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts

List Accounts in a resource group

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}

Get an account under a resource group

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}

Create an account in the given resource group

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}

Delete an account

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}

Patch a given account