Hetzner · Capability

Hetzner Cloud API — Pricing

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

Run with Naftiko HetznerPricing

What You Can Do

GET
Getpricing — Get all prices
/v1/pricing

MCP Tools

get-all-prices

Get all prices

read-only idempotent

Capability Spec

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