Skip to content
MCP-Bridge
Developer Tools

ServiceFabricClient MCP Config

ServiceFabricClient API

Config URL

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

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

Configuration JSON

Use curl https://mcp-bridge.pages.dev/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://mcp-bridge.pages.dev/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