Microsoft Azure Quantum · Capability

Azure Quantum ARM — Offerings and Suite Offers

Discover provider offerings per Azure region plus marketplace suite offers available for purchase against an Azure Quantum workspace.

Run with Naftiko Azure QuantumMarketplaceOfferingsSuite Offers

MCP Tools

azure-quantum-list-offerings

List quantum provider offerings available in an Azure region.

read-only
azure-quantum-list-suite-offers

List Azure Quantum suite offers in the subscription.

read-only

Capability Spec

offerings-offerings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Quantum ARM — Offerings and Suite Offers
  description: Discover provider offerings per Azure region plus marketplace suite offers available for purchase against an Azure Quantum workspace.
  tags:
    - Azure Quantum
    - Marketplace
    - Offerings
    - Suite Offers
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      AZURE_QUANTUM_BEARER: AZURE_QUANTUM_BEARER
      AZURE_SUBSCRIPTION_ID: AZURE_SUBSCRIPTION_ID
capability:
  consumes:
    - type: http
      namespace: offerings-offerings
      baseUri: https://management.azure.com
      resources:
        - name: operations
          path: /providers/Microsoft.Quantum/operations
          operations:
            - name: listoperations
              method: GET
              description: List All Available Microsoft.Quantum Operations.
        - name: offerings-by-location
          path: /subscriptions/{{env.AZURE_SUBSCRIPTION_ID}}/providers/Microsoft.Quantum/locations/{locationName}/offerings
          operations:
            - name: listofferings
              method: GET
              description: List Provider Offerings Available In A Region.
        - name: suite-offers
          path: /subscriptions/{{env.AZURE_SUBSCRIPTION_ID}}/providers/Microsoft.Quantum/suiteOffers
          operations:
            - name: listsuiteoffers
              method: GET
              description: List Suite Offers Available To The Subscription.
      authentication:
        type: bearer
        value: '{{env.AZURE_QUANTUM_BEARER}}'
        placement: header
  exposes:
    - type: mcp
      namespace: offerings-offerings-mcp
      port: 9090
      transport: http
      tools:
        - name: azure-quantum-list-offerings
          description: List quantum provider offerings available in an Azure region.
          hints:
            readOnly: true
          call: offerings-offerings.listofferings
        - name: azure-quantum-list-suite-offers
          description: List Azure Quantum suite offers in the subscription.
          hints:
            readOnly: true
          call: offerings-offerings.listsuiteoffers