Azure Dedicated HSM Resource Provider MCP Config
The Azure management API provides a RESTful set of web services that interact with Azure Dedicated HSM RP.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-hardwaresecuritymodules-dedicatedhsm.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-hardwaresecuritymodules-dedicatedhsm.json to fetch programmatically.
{
"mcpServers": {
"azure-com-hardwaresecuritymodules-dedicatedhsm": {
"command": "npx",
"args": ["-y","@mcp/azure-com-hardwaresecuritymodules-dedicatedhsm"],
"env": {
"AZURE_DEDICATED_HSM_RESOURCE_PROVIDER_API_KEY": "your_azure_dedicated_hsm_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-hardwaresecuritymodules-dedicatedhsm.jsonEnvironment Variables
AZURE_DEDICATED_HSM_RESOURCE_PROVIDER_API_KEYReplace your_azure_dedicated_hsm_resource_provider_api_key with your actual azure dedicated hsm resource provider api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMsDedicatedHsm_ListBySubscription
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMsDedicatedHsm_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}DedicatedHsm_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}DedicatedHsm_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}DedicatedHsm_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}DedicatedHsm_Update