IoTSpacesClient MCP Config
Use this API to manage the IoTSpaces service instances in your Azure subscription.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-iotspaces.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-iotspaces.json to fetch programmatically.
{
"mcpServers": {
"azure-com-iotspaces": {
"command": "npx",
"args": ["-y","@mcp/azure-com-iotspaces"],
"env": {
"IOTSPACESCLIENT_API_KEY": "your_iotspacesclient_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-iotspaces.jsonEnvironment Variables
IOTSPACESCLIENT_API_KEYReplace your_iotspacesclient_api_key with your actual iotspacesclient api key
Endpoints
GET
/providers/Microsoft.IoTSpaces/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.IoTSpaces/GraphIoTSpaces_List
POST
/subscriptions/{subscriptionId}/providers/Microsoft.IoTSpaces/checkNameAvailabilityIoTSpaces_CheckNameAvailability
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTSpaces/GraphIoTSpaces_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTSpaces/Graph/{resourceName}IoTSpaces_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTSpaces/Graph/{resourceName}IoTSpaces_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTSpaces/Graph/{resourceName}IoTSpaces_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTSpaces/Graph/{resourceName}IoTSpaces_Update