SeaBreezeManagementClient MCP Config
APIs to deploy and manage resources to SeaBreeze.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-servicefabricmesh.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-servicefabricmesh.json to fetch programmatically.
{
"mcpServers": {
"azure-com-servicefabricmesh": {
"command": "npx",
"args": ["-y","@mcp/azure-com-servicefabricmesh"],
"env": {
"SEABREEZEMANAGEMENTCLIENT_API_KEY": "your_seabreezemanagementclient_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-servicefabricmesh.jsonEnvironment Variables
SEABREEZEMANAGEMENTCLIENT_API_KEYReplace your_seabreezemanagementclient_api_key with your actual seabreezemanagementclient api key
Endpoints
/providers/Microsoft.ServiceFabricMesh/operationsLists all of the available operations.
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/applicationsGets all the application resources in a given subscription.
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/networksGets all the network resources in a given subscription.
/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/volumesGets all the volume resources in a given subscription.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applicationsGets all the application resources in a given resource group.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}Gets the application resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}Creates or updates an application resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}Deletes the application resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}/servicesGets services of a given application.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}/services/{serviceName}Gets the properties of the service.