Skip to content
MCP-Bridge
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_KEY

Example: 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/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.CustomerLockbox/requests

Requests_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.CustomerLockbox/requests/{requestId}

Requests_Get

POST/subscriptions/{subscriptionId}/providers/Microsoft.CustomerLockbox/requests/{requestId}/UpdateApproval

Requests_UpdateStatus