naftiko: 1.0.0-alpha2 info: label: Mailchimp Transactional API — Senders description: 'Mailchimp Transactional API — Senders. 7 operations. Lead operation: Mailchimp Add a Sender Domain. Self-contained Naftiko capability covering one Mailchimp business surface.' tags: - Mailchimp - Senders created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: MAILCHIMP_API_KEY: MAILCHIMP_API_KEY capability: consumes: - type: http namespace: transactional-senders baseUri: https://mandrillapp.com/api/1.0 description: Mailchimp Transactional API — Senders business capability. Self-contained, no shared references. resources: - name: senders-add-domain path: /senders/add-domain operations: - name: postsendersadddomain method: POST description: Mailchimp Add a Sender Domain outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: senders-check-domain path: /senders/check-domain operations: - name: postsenderscheckdomain method: POST description: Mailchimp Check a Sender Domain outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: senders-domains path: /senders/domains operations: - name: postsendersdomains method: POST description: Mailchimp List Sender Domains outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: senders-info path: /senders/info operations: - name: postsendersinfo method: POST description: Mailchimp Get Sender Info outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: senders-list path: /senders/list operations: - name: postsenderslist method: POST description: Mailchimp List Senders outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: senders-time-series path: /senders/time-series operations: - name: postsenderstimeseries method: POST description: Mailchimp Get Sender Time Series outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: senders-verify-domain path: /senders/verify-domain operations: - name: postsendersverifydomain method: POST description: Mailchimp Verify a Sender Domain outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: X-MC-ApiKey value: '{{env.MAILCHIMP_API_KEY}}' placement: header exposes: - type: rest namespace: transactional-senders-rest port: 8080 description: REST adapter for Mailchimp Transactional API — Senders. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/senders/add-domain name: senders-add-domain description: REST surface for senders-add-domain. operations: - method: POST name: postsendersadddomain description: Mailchimp Add a Sender Domain call: transactional-senders.postsendersadddomain with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/senders/check-domain name: senders-check-domain description: REST surface for senders-check-domain. operations: - method: POST name: postsenderscheckdomain description: Mailchimp Check a Sender Domain call: transactional-senders.postsenderscheckdomain with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/senders/domains name: senders-domains description: REST surface for senders-domains. operations: - method: POST name: postsendersdomains description: Mailchimp List Sender Domains call: transactional-senders.postsendersdomains with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/senders/info name: senders-info description: REST surface for senders-info. operations: - method: POST name: postsendersinfo description: Mailchimp Get Sender Info call: transactional-senders.postsendersinfo with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/senders/list name: senders-list description: REST surface for senders-list. operations: - method: POST name: postsenderslist description: Mailchimp List Senders call: transactional-senders.postsenderslist with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/senders/time-series name: senders-time-series description: REST surface for senders-time-series. operations: - method: POST name: postsenderstimeseries description: Mailchimp Get Sender Time Series call: transactional-senders.postsenderstimeseries with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/senders/verify-domain name: senders-verify-domain description: REST surface for senders-verify-domain. operations: - method: POST name: postsendersverifydomain description: Mailchimp Verify a Sender Domain call: transactional-senders.postsendersverifydomain with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: transactional-senders-mcp port: 9090 transport: http description: MCP adapter for Mailchimp Transactional API — Senders. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: mailchimp-add-sender-domain description: Mailchimp Add a Sender Domain hints: readOnly: false destructive: false idempotent: false call: transactional-senders.postsendersadddomain with: body: tools.body outputParameters: - type: object mapping: $. - name: mailchimp-check-sender-domain description: Mailchimp Check a Sender Domain hints: readOnly: true destructive: false idempotent: false call: transactional-senders.postsenderscheckdomain with: body: tools.body outputParameters: - type: object mapping: $. - name: mailchimp-list-sender-domains description: Mailchimp List Sender Domains hints: readOnly: true destructive: false idempotent: false call: transactional-senders.postsendersdomains with: body: tools.body outputParameters: - type: object mapping: $. - name: mailchimp-get-sender-info description: Mailchimp Get Sender Info hints: readOnly: true destructive: false idempotent: false call: transactional-senders.postsendersinfo with: body: tools.body outputParameters: - type: object mapping: $. - name: mailchimp-list-senders description: Mailchimp List Senders hints: readOnly: true destructive: false idempotent: false call: transactional-senders.postsenderslist with: body: tools.body outputParameters: - type: object mapping: $. - name: mailchimp-get-sender-time-series description: Mailchimp Get Sender Time Series hints: readOnly: true destructive: false idempotent: false call: transactional-senders.postsenderstimeseries with: body: tools.body outputParameters: - type: object mapping: $. - name: mailchimp-verify-sender-domain description: Mailchimp Verify a Sender Domain hints: readOnly: false destructive: false idempotent: false call: transactional-senders.postsendersverifydomain with: body: tools.body outputParameters: - type: object mapping: $.