BlueprintClient MCP Config
Azure Blueprints Client provides access to blueprint definitions, assignments, and artifacts, and related blueprint operations.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-blueprint-assignmentoperation.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-blueprint-assignmentoperation.json to fetch programmatically.
{
"mcpServers": {
"azure-com-blueprint-assignmentoperation": {
"command": "npx",
"args": ["-y","@mcp/azure-com-blueprint-assignmentoperation"],
"env": {
"BLUEPRINTCLIENT_API_KEY": "your_blueprintclient_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-blueprint-assignmentoperation.jsonEnvironment Variables
BLUEPRINTCLIENT_API_KEYReplace your_blueprintclient_api_key with your actual blueprintclient api key
Endpoints
GET
/{scope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperationsAssignmentOperations_List
GET
/{scope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations/{assignmentOperationName}AssignmentOperations_Get