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