BlockchainManagementClient Claude Desktop Config
Add the BlockchainManagementClient MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"azure-com-blockchain": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-blockchain"
],
"env": {
"BLOCKCHAINMANAGEMENTCLIENT_API_KEY": "your_blockchainmanagementclient_api_key"
}
}
}
}Environment Variables
BLOCKCHAINMANAGEMENTCLIENT_API_KEYReplace your_blockchainmanagementclient_api_key with your actual blockchainmanagementclient api key
Endpoints
GET
/providers/Microsoft.Blockchain/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Blockchain/blockchainMembersBlockchainMembers_ListAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Blockchain/locations/{locationName}/blockchainMemberOperationResults/{operationId}BlockchainMemberOperationResults_Get
POST
/subscriptions/{subscriptionId}/providers/Microsoft.Blockchain/locations/{locationName}/checkNameAvailabilityLocations_CheckNameAvailability
POST
/subscriptions/{subscriptionId}/providers/Microsoft.Blockchain/locations/{locationName}/listConsortiumsLocations_ListConsortiums
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Blockchain/skusSkus_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Blockchain/blockchainMembersBlockchainMembers_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Blockchain/blockchainMembers/{blockchainMemberName}BlockchainMembers_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Blockchain/blockchainMembers/{blockchainMemberName}BlockchainMembers_Create
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Blockchain/blockchainMembers/{blockchainMemberName}BlockchainMembers_Delete