Caplets Catalog
official
spiritledsoftware/caplets

Azure

Inspect and manage Azure resources, subscriptions, services, deployment state, and documentation through Microsoft's Azure MCP Server.

Install
caplets install spiritledsoftware/caplets azure

Inspect before installing

  • Local controlThis Caplet can operate against local project or machine state.
  • Setup requiredThis Caplet includes setup steps that should be completed before use.
CAPLET.md

Frontmatter

FieldValue
nameAzure
descriptionInspect and manage Azure resources, subscriptions, services, deployment state, and documentation through Microsoft's Azure MCP Server.
tagsazure, cloud, infrastructure, microsoft, operations
catalog.iconhttps://azure.microsoft.com/favicon.ico
setup.verify[0].labelCheck Azure CLI account
setup.verify[0].commandaz
setup.verify[0].argsaccount, show
setup.verify[1].labelCheck npx is available
setup.verify[1].commandnpx
setup.verify[1].args--version
mcpServer.commandnpx
mcpServer.args-y, @azure/mcp@latest, server, start
mcpServer.startupTimeoutMs100000
mcpServer.callTimeoutMs300000

Azure

Use this Caplet when an agent needs live Azure subscription, resource group, service, deployment, monitoring, storage, database, identity, or documentation context through Microsoft's Azure MCP Server.

First Workflow

  1. Start by confirming the Azure tenant, subscription, resource group, Region, service namespace, and resource name before querying broadly.
  2. Use list, get, documentation, and diagnostic operations to narrow resource state before changing anything.
  3. Inspect dependencies, tags, identities, access controls, costs, deployment history, and monitoring evidence before proposing operational changes.
  4. Summarize the tenant, subscription, resource group, resource, and expected production effect before mutating resources.

Operate Carefully

  • Azure operations can affect production infrastructure, data, identity boundaries, billing, and compliance posture. Prefer read-only inspection before writes.
  • Authenticate with least-privilege Azure roles and the intended tenant before starting the server.
  • Confirm destructive or high-impact targets before deleting, scaling, redeploying, rotating credentials, changing RBAC, modifying networking, or changing data stores.
  • Avoid this Caplet when the task only needs local IaC or application files.