Cloud InfrastructureAuto-generated
Customer Lockbox MCP Server
Azure Customer Lockbox API Reference
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-customerlockbox
Environment Variables
CUSTOMER_LOCKBOX_API_KEYExample: your_customer_lockbox_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-customerlockbox": {
"command": "npx",
"args": ["-y","@mcp/azure-com-customerlockbox"],
"env": {
"CUSTOMER_LOCKBOX_API_KEY": "your_customer_lockbox_api_key"
}
}
}
}Endpoints
GET
/providers/Microsoft.CustomerLockbox/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.CustomerLockbox/requestsRequests_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.CustomerLockbox/requests/{requestId}Requests_Get
POST
/subscriptions/{subscriptionId}/providers/Microsoft.CustomerLockbox/requests/{requestId}/UpdateApprovalRequests_UpdateStatus