Reuters · Capability

Reuters Connect API — Channels

Reuters Connect API — Channels. 1 operations. Lead operation: List Available Content Channels. Self-contained Naftiko capability covering one Reuters business surface.

Run with Naftiko ReutersChannels

What You Can Do

GET
Listchannels — List Available Content Channels
/v1/channels

MCP Tools

list-available-content-channels

List Available Content Channels

read-only idempotent

Capability Spec

connect-channels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Reuters Connect API — Channels
  description: 'Reuters Connect API — Channels. 1 operations. Lead operation: List Available Content Channels. Self-contained
    Naftiko capability covering one Reuters business surface.'
  tags:
  - Reuters
  - Channels
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REUTERS_API_KEY: REUTERS_API_KEY
capability:
  consumes:
  - type: http
    namespace: connect-channels
    baseUri: https://rmb.reuters.com/rmd/rest/xml
    description: Reuters Connect API — Channels business capability. Self-contained, no shared references.
    resources:
    - name: channels
      path: /channels
      operations:
      - name: listchannels
        method: GET
        description: List Available Content Channels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: token
      value: '{{env.REUTERS_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: connect-channels-rest
    port: 8080
    description: REST adapter for Reuters Connect API — Channels. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/channels
      name: channels
      description: REST surface for channels.
      operations:
      - method: GET
        name: listchannels
        description: List Available Content Channels
        call: connect-channels.listchannels
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: connect-channels-mcp
    port: 9090
    transport: http
    description: MCP adapter for Reuters Connect API — Channels. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-available-content-channels
      description: List Available Content Channels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: connect-channels.listchannels
      outputParameters:
      - type: object
        mapping: $.