Skip to content
MCP-BridgeMCP-Bridge
Developer Tools

ServiceFabricClient MCP Config

ServiceFabricClient API

Config URL

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

https://mcpbridge.org/config/azure-com-servicefabric.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-servicefabric": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-servicefabric"
      ],
      "env": {
        "SERVICEFABRICCLIENT_API_KEY": "your_servicefabricclient_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "azure-com-servicefabric": {
      "url": "https://mcpbridge.org/config/azure-com-servicefabric.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "azure-com-servicefabric": {
      "url": "https://mcpbridge.org/config/azure-com-servicefabric.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/azure-com-servicefabric.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-servicefabric": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-servicefabric"],
      "env": {
      "SERVICEFABRICCLIENT_API_KEY": "your_servicefabricclient_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://mcpbridge.org/config/azure-com-servicefabric.json

Environment Variables

SERVICEFABRICCLIENT_API_KEY

Replace your_servicefabricclient_api_key with your actual servicefabricclient api key

Endpoints

GET/$/GetClusterHealth

ClusterHealths_Get

GET/$/GetClusterManifest

ClusterManifests_Get

GET/$/GetLoadInformation

ClusterLoadInformations_Get

GET/$/GetUpgradeProgress

UpgradeProgresses_Get

POST/$/MoveToNextUpgradeDomain

ClusterUpgrades_Resume

POST/$/Provision

ClusterPackages_Register

POST/$/ReportClusterHealth

ClusterHealths_Send

POST/$/RollbackUpgrade

ClusterUpgrades_Rollback

POST/$/Unprovision

ClusterPackages_Unregister

POST/$/UpdateUpgrade

ClusterUpgrades_Update