NetworkCalc · Capability

NetworkCalc API — Binary Converter

NetworkCalc API — Binary Converter. 1 operations. Lead operation: Binary conversion. Self-contained Naftiko capability covering one Networkcalc business surface.

Run with Naftiko NetworkcalcBinary Converter

What You Can Do

GET
Get — Binary conversion
/v1/binary/{value}

MCP Tools

binary-conversion

Binary conversion

read-only idempotent

Capability Spec

networkcalc-binary-converter.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: NetworkCalc API — Binary Converter
  description: 'NetworkCalc API — Binary Converter. 1 operations. Lead operation: Binary conversion. Self-contained Naftiko
    capability covering one Networkcalc business surface.'
  tags:
  - Networkcalc
  - Binary Converter
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NETWORKCALC_API_KEY: NETWORKCALC_API_KEY
capability:
  consumes:
  - type: http
    namespace: networkcalc-binary-converter
    baseUri: https://networkcalc.com/api
    description: NetworkCalc API — Binary Converter business capability. Self-contained, no shared references.
    resources:
    - name: binary-value
      path: /binary/{value}
      operations:
      - name: get
        method: GET
        description: Binary conversion
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: value
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: networkcalc-binary-converter-rest
    port: 8080
    description: REST adapter for NetworkCalc API — Binary Converter. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/binary/{value}
      name: binary-value
      description: REST surface for binary-value.
      operations:
      - method: GET
        name: get
        description: Binary conversion
        call: networkcalc-binary-converter.get
        with:
          value: rest.value
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: networkcalc-binary-converter-mcp
    port: 9090
    transport: http
    description: MCP adapter for NetworkCalc API — Binary Converter. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: binary-conversion
      description: Binary conversion
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkcalc-binary-converter.get
      with:
        value: tools.value
      outputParameters:
      - type: object
        mapping: $.