Radio Mast · Capability

Radio Mast API — Radio Streams

Radio Mast API — Radio Streams. 2 operations. Lead operation: List external streams. Self-contained Naftiko capability covering one Radio Mast business surface.

Run with Naftiko Radio MastRadio Streams

What You Can Do

GET
Get — List external streams
/v1/radiostreams/external
GET
Get — List Radio Mast streams
/v1/radiostreams/radiomast

MCP Tools

list-external-streams

List external streams

read-only idempotent
list-radio-mast-streams

List Radio Mast streams

read-only idempotent

Capability Spec

radio-mast-radio-streams.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Radio Mast API — Radio Streams
  description: 'Radio Mast API — Radio Streams. 2 operations. Lead operation: List external streams. Self-contained Naftiko
    capability covering one Radio Mast business surface.'
  tags:
  - Radio Mast
  - Radio Streams
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RADIO_MAST_API_KEY: RADIO_MAST_API_KEY
capability:
  consumes:
  - type: http
    namespace: radio-mast-radio-streams
    baseUri: https://api.radiomast.io/v1
    description: Radio Mast API — Radio Streams business capability. Self-contained, no shared references.
    resources:
    - name: radiostreams-external
      path: /radiostreams/external/
      operations:
      - name: get
        method: GET
        description: List external streams
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: radiostreams-radiomast
      path: /radiostreams/radiomast/
      operations:
      - name: get
        method: GET
        description: List Radio Mast streams
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.RADIO_MAST_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: radio-mast-radio-streams-rest
    port: 8080
    description: REST adapter for Radio Mast API — Radio Streams. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/radiostreams/external
      name: radiostreams-external
      description: REST surface for radiostreams-external.
      operations:
      - method: GET
        name: get
        description: List external streams
        call: radio-mast-radio-streams.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/radiostreams/radiomast
      name: radiostreams-radiomast
      description: REST surface for radiostreams-radiomast.
      operations:
      - method: GET
        name: get
        description: List Radio Mast streams
        call: radio-mast-radio-streams.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: radio-mast-radio-streams-mcp
    port: 9090
    transport: http
    description: MCP adapter for Radio Mast API — Radio Streams. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-external-streams
      description: List external streams
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: radio-mast-radio-streams.get
      outputParameters:
      - type: object
        mapping: $.
    - name: list-radio-mast-streams
      description: List Radio Mast streams
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: radio-mast-radio-streams.get
      outputParameters:
      - type: object
        mapping: $.