Rackspace Technology · Capability

Rackspace Offer API — Currency

Rackspace Offer API — Currency. 1 operations. Lead operation: Get Currency. Self-contained Naftiko capability covering one Rackspace Technology business surface.

Run with Naftiko Rackspace TechnologyCurrency

What You Can Do

GET
Getcurrency — Get Currency
/v1/v2/currencies/{currencycode}

MCP Tools

get-currency

Get Currency

read-only idempotent

Capability Spec

rackspace-offer-currency.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Rackspace Offer API — Currency
  description: 'Rackspace Offer API — Currency. 1 operations. Lead operation: Get Currency. Self-contained Naftiko capability
    covering one Rackspace Technology business surface.'
  tags:
  - Rackspace Technology
  - Currency
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RACKSPACE_TECHNOLOGY_API_KEY: RACKSPACE_TECHNOLOGY_API_KEY
capability:
  consumes:
  - type: http
    namespace: rackspace-offer-currency
    baseUri: https://offerings.api.rackspacecloud.com
    description: Rackspace Offer API — Currency business capability. Self-contained, no shared references.
    resources:
    - name: v2-currencies-currencyCode
      path: /v2/currencies/{currencyCode}
      operations:
      - name: getcurrency
        method: GET
        description: Get Currency
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.RACKSPACE_TECHNOLOGY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: rackspace-offer-currency-rest
    port: 8080
    description: REST adapter for Rackspace Offer API — Currency. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/currencies/{currencycode}
      name: v2-currencies-currencycode
      description: REST surface for v2-currencies-currencyCode.
      operations:
      - method: GET
        name: getcurrency
        description: Get Currency
        call: rackspace-offer-currency.getcurrency
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rackspace-offer-currency-mcp
    port: 9090
    transport: http
    description: MCP adapter for Rackspace Offer API — Currency. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-currency
      description: Get Currency
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rackspace-offer-currency.getcurrency
      outputParameters:
      - type: object
        mapping: $.