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.jsonConfiguration 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
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.jsonEnvironment Variables
AZURE_DATA_CATALOG_RESOURCE_PROVIDER_API_KEYReplace your_azure_data_catalog_resource_provider_api_key with your actual azure data catalog resource provider api key
Endpoints
GET
/providers/Microsoft.DataCatalog/operationsADCOperations_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogsList 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)