Skip to content
MCP-Bridge
Cloud Infrastructure

Azure Data Catalog Resource Provider MCP Config

The Azure Data Catalog Resource Provider Services API.

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AZURE_DATA_CATALOG_RESOURCE_PROVIDER_API_KEY

Replace your_azure_data_catalog_resource_provider_api_key with your actual azure data catalog resource provider api key

Endpoints

GET/providers/Microsoft.DataCatalog/operations

ADCOperations_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogs

List catalogs in Resource Group (GET Resources)

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogs/{catalogName}

Get Azure Data Catalog service (GET Resources)

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogs/{catalogName}

Create or Update Azure Data Catalog service (PUT Resource)

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogs/{catalogName}

Delete Azure Data Catalog Service (DELETE Resource)

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogs/{catalogName}

Update Azure Data Catalog Service (PATCH Resource)