Cycloid · Capability

Cycloid HTTP API — CloudCost

Cycloid HTTP API — CloudCost. 1 operations. Lead operation: List cloud cost provider accounts. Self-contained Naftiko capability covering one Cycloid business surface.

Run with Naftiko CycloidCloudCost

What You Can Do

GET
Listcloudcostprovideraccounts — List cloud cost provider accounts
/v1/organizations/{organization-canonical}/cloud-cost-management/provider-accounts

MCP Tools

list-cloud-cost-provider-accounts

List cloud cost provider accounts

read-only idempotent

Capability Spec

cycloid-cloudcost.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cycloid HTTP API — CloudCost
  description: 'Cycloid HTTP API — CloudCost. 1 operations. Lead operation: List cloud cost provider accounts. Self-contained
    Naftiko capability covering one Cycloid business surface.'
  tags:
  - Cycloid
  - CloudCost
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CYCLOID_API_KEY: CYCLOID_API_KEY
capability:
  consumes:
  - type: http
    namespace: cycloid-cloudcost
    baseUri: https://http-api.cycloid.io
    description: Cycloid HTTP API — CloudCost business capability. Self-contained, no shared references.
    resources:
    - name: organizations-organization_canonical-cloud_cost_management-provider_accounts
      path: /organizations/{organization_canonical}/cloud_cost_management/provider_accounts
      operations:
      - name: listcloudcostprovideraccounts
        method: GET
        description: List cloud cost provider accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.CYCLOID_API_KEY}}'
  exposes:
  - type: rest
    namespace: cycloid-cloudcost-rest
    port: 8080
    description: REST adapter for Cycloid HTTP API — CloudCost. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/organizations/{organization-canonical}/cloud-cost-management/provider-accounts
      name: organizations-organization-canonical-cloud-cost-management-provider-accounts
      description: REST surface for organizations-organization_canonical-cloud_cost_management-provider_accounts.
      operations:
      - method: GET
        name: listcloudcostprovideraccounts
        description: List cloud cost provider accounts
        call: cycloid-cloudcost.listcloudcostprovideraccounts
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cycloid-cloudcost-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cycloid HTTP API — CloudCost. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-cloud-cost-provider-accounts
      description: List cloud cost provider accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cycloid-cloudcost.listcloudcostprovideraccounts
      outputParameters:
      - type: object
        mapping: $.