Skip to content
MCP-Bridge
Cloud Infrastructure

BlockchainManagementClient MCP Config

REST API for Azure Blockchain Service

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-blockchain.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-blockchain.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-blockchain": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-blockchain"],
      "env": {
      "BLOCKCHAINMANAGEMENTCLIENT_API_KEY": "your_blockchainmanagementclient_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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-blockchain.json

Environment Variables

BLOCKCHAINMANAGEMENTCLIENT_API_KEY

Replace your_blockchainmanagementclient_api_key with your actual blockchainmanagementclient api key

Endpoints

GET/providers/Microsoft.Blockchain/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.Blockchain/blockchainMembers

BlockchainMembers_ListAll

GET/subscriptions/{subscriptionId}/providers/Microsoft.Blockchain/locations/{locationName}/blockchainMemberOperationResults/{operationId}

BlockchainMemberOperationResults_Get

POST/subscriptions/{subscriptionId}/providers/Microsoft.Blockchain/locations/{locationName}/checkNameAvailability

Locations_CheckNameAvailability

POST/subscriptions/{subscriptionId}/providers/Microsoft.Blockchain/locations/{locationName}/listConsortiums

Locations_ListConsortiums

GET/subscriptions/{subscriptionId}/providers/Microsoft.Blockchain/skus

Skus_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Blockchain/blockchainMembers

BlockchainMembers_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