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_KEYExample: 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/operationsLists all of the available operations.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/applicationsGets all the application resources in a given subscription.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/networksGets all the network resources in a given subscription.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/volumesGets all the volume resources in a given subscription.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applicationsGets 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}/servicesGets services of a given application.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}/services/{serviceName}Gets the properties of the service.