Outbrain · Capability

Outbrain Amplify API — Marketers

Outbrain Amplify API — Marketers. List and inspect marketer (customer) accounts visible to the authenticated user.

Outbrain Amplify API — Marketers is a Naftiko capability published by Outbrain, one of 8 capabilities the APIs.io network indexes for this provider. It bundles 2 operations.

The capability includes 2 read-only operations. Lead operation: List marketers for the authenticated user. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Outbrain, Amplify, and Marketers.

Run with Naftiko OutbrainAmplifyMarketers

MCP Tools

outbrain-amplify-list-marketers

List marketers for the authenticated user.

read-only
outbrain-amplify-get-marketer

Get a marketer by id.

read-only

Capability Spec

amplify-marketers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Outbrain Amplify API — Marketers
  description: 'Outbrain Amplify API — Marketers. List and inspect marketer (customer) accounts visible to the
    authenticated user.'
  tags:
  - Outbrain
  - Amplify
  - Marketers
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    OUTBRAIN_OB_TOKEN: OUTBRAIN_OB_TOKEN
capability:
  consumes:
  - type: http
    namespace: amplify-marketers
    baseUri: https://api.outbrain.com/amplify/v0.1
    resources:
    - name: marketers
      path: /marketers
      operations:
      - name: listmarketers
        method: GET
        description: List marketers for the authenticated user.
    - name: marketer
      path: /marketers/{marketerId}
      operations:
      - name: getmarketer
        method: GET
        description: Get a marketer by id.
    authentication:
      type: apikey
      key: OB-TOKEN-V1
      value: '{{env.OUTBRAIN_OB_TOKEN}}'
      placement: header
  exposes:
  - type: mcp
    namespace: amplify-marketers-mcp
    port: 9090
    transport: http
    tools:
    - name: outbrain-amplify-list-marketers
      description: List marketers for the authenticated user.
      hints:
        readOnly: true
      call: amplify-marketers.listmarketers
    - name: outbrain-amplify-get-marketer
      description: Get a marketer by id.
      hints:
        readOnly: true
      call: amplify-marketers.getmarketer