Vantage · Capability

Vantage Cloud Pricing API — Prices

Vantage Cloud Pricing API — Prices. 1 operations. Lead operation: Vantage Get Prices. Self-contained Naftiko capability covering one Vantage business surface.

Run with Naftiko VantagePrices

What You Can Do

GET
Getprices — Vantage Get Prices
/v1/prices

MCP Tools

vantage-get-prices

Vantage Get Prices

read-only idempotent

Capability Spec

cloud-pricing-prices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vantage Cloud Pricing API — Prices
  description: 'Vantage Cloud Pricing API — Prices. 1 operations. Lead operation: Vantage Get Prices. Self-contained Naftiko
    capability covering one Vantage business surface.'
  tags:
  - Vantage
  - Prices
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VANTAGE_API_KEY: VANTAGE_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloud-pricing-prices
    baseUri: https://api.vantage.sh/v1
    description: Vantage Cloud Pricing API — Prices business capability. Self-contained, no shared references.
    resources:
    - name: prices
      path: /prices
      operations:
      - name: getprices
        method: GET
        description: Vantage Get Prices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: product_id
          in: query
          type: string
          description: Filter prices by a specific product identifier.
        - name: provider_id
          in: query
          type: string
          description: Filter prices by a specific cloud provider identifier.
        - name: service_id
          in: query
          type: string
          description: Filter prices by a specific service identifier.
        - name: region
          in: query
          type: string
          description: Filter prices by a specific cloud region.
    authentication:
      type: bearer
      token: '{{env.VANTAGE_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-pricing-prices-rest
    port: 8080
    description: REST adapter for Vantage Cloud Pricing API — Prices. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/prices
      name: prices
      description: REST surface for prices.
      operations:
      - method: GET
        name: getprices
        description: Vantage Get Prices
        call: cloud-pricing-prices.getprices
        with:
          product_id: rest.product_id
          provider_id: rest.provider_id
          service_id: rest.service_id
          region: rest.region
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-pricing-prices-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vantage Cloud Pricing API — Prices. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: vantage-get-prices
      description: Vantage Get Prices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-pricing-prices.getprices
      with:
        product_id: tools.product_id
        provider_id: tools.provider_id
        service_id: tools.service_id
        region: tools.region
      outputParameters:
      - type: object
        mapping: $.