Skip to content
MCP-Bridge
Developer ToolsAuto-generated

SeaBreezeManagementClient MCP Server

APIs to deploy and manage resources to SeaBreeze.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-servicefabricmesh

Environment Variables

SEABREEZEMANAGEMENTCLIENT_API_KEY

Example: your_seabreezemanagementclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-servicefabricmesh": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-servicefabricmesh"],
      "env": {
      "SEABREEZEMANAGEMENTCLIENT_API_KEY": "your_seabreezemanagementclient_api_key"
}
    }
  }
}

Endpoints

GET/providers/Microsoft.ServiceFabricMesh/operations

Lists all of the available operations.

GET/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/applications

Gets all the application resources in a given subscription.

GET/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/networks

Gets all the network resources in a given subscription.

GET/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/volumes

Gets all the volume resources in a given subscription.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications

Gets all the application resources in a given resource group.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}

Gets the application resource.

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}

Creates or updates an application resource.

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}

Deletes the application resource.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}/services

Gets services of a given application.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}/services/{serviceName}

Gets the properties of the service.