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://mcpbridge.org/config/azure-com-datashare-datashare.jsonOne-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-datashare-datashare": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-datashare-datashare"
],
"env": {
"DATASHAREMANAGEMENTCLIENT_API_KEY": "your_datasharemanagementclient_api_key"
}
}
}
}Cursor
Settings → MCP Servers → Add
{
"mcpServers": {
"azure-com-datashare-datashare": {
"url": "https://mcpbridge.org/config/azure-com-datashare-datashare.json"
}
}
}VS Code
Use with MCP extension
{
"mcpServers": {
"azure-com-datashare-datashare": {
"url": "https://mcpbridge.org/config/azure-com-datashare-datashare.json"
}
}
}Configuration JSON
Use curl https://mcpbridge.org/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://mcpbridge.org/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
Similar APIs
Other APIs in the Data & Analytics category.
Amazon Comprehend
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. Use these actions to determine the topics contained in your documents, the topics they discuss, the predominant sentiment expressed in them, the predominant language used, and more.
https://mcpbridge.org/config/amazonaws-com-comprehend.jsonAmazon Kinesis Firehose
<fullname>Amazon Kinesis Data Firehose API Reference</fullname> <p>Amazon Kinesis Data Firehose is a fully managed service that delivers real-time streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon OpenSearch Service, Amazon Redshift, Splunk, and various other s
https://mcpbridge.org/config/amazonaws-com-firehose.jsonAmazon Kinesis
<fullname>Amazon Kinesis Data Streams Service API Reference</fullname> <p>Amazon Kinesis Data Streams is a managed service that scales elastically for real-time processing of streaming big data.</p>
https://mcpbridge.org/config/amazonaws-com-kinesis.jsonAmazon Kinesis Analytics
<fullname>Amazon Kinesis Analytics</fullname> <p> <b>Overview</b> </p> <note> <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a h
https://mcpbridge.org/config/amazonaws-com-kinesisanalytics.json