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.jsonConfiguration 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
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.jsonEnvironment Variables
SERVICEFABRICCLIENT_API_KEYReplace your_servicefabricclient_api_key with your actual servicefabricclient api key
Endpoints
GET
/$/GetClusterHealthClusterHealths_Get
GET
/$/GetClusterManifestClusterManifests_Get
GET
/$/GetLoadInformationClusterLoadInformations_Get
GET
/$/GetUpgradeProgressUpgradeProgresses_Get
POST
/$/MoveToNextUpgradeDomainClusterUpgrades_Resume
POST
/$/ProvisionClusterPackages_Register
POST
/$/ReportClusterHealthClusterHealths_Send
POST
/$/RollbackUpgradeClusterUpgrades_Rollback
POST
/$/UnprovisionClusterPackages_Unregister
POST
/$/UpdateUpgradeClusterUpgrades_Update