naftiko: 1.0.0-alpha2 info: label: Mailchimp Marketing API — Verified description: 'Mailchimp Marketing API — Verified. 5 operations. Lead operation: Mailchimp List Sending Domains. Self-contained Naftiko capability covering one Mailchimp business surface.' tags: - Mailchimp - Verified created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: MAILCHIMP_API_KEY: MAILCHIMP_API_KEY capability: consumes: - type: http namespace: marketing-verified baseUri: https://server.api.mailchimp.com/3.0 description: Mailchimp Marketing API — Verified business capability. Self-contained, no shared references. resources: - name: verified-domains path: /verified-domains operations: - name: getverifieddomains method: GET description: Mailchimp List Sending Domains outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createverifieddomain method: POST description: Mailchimp Add Domain to Account outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object required: true - name: verified-domains-domain_name path: /verified-domains/{domain_name} operations: - name: getverifieddomain method: GET description: Mailchimp Get Domain Info outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: domain_name in: path type: string description: The domain name. required: true - name: deleteverifieddomain method: DELETE description: Mailchimp Delete Domain outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: domain_name in: path type: string description: The domain name. required: true - name: verified-domains-domain_name-actions-verify path: /verified-domains/{domain_name}/actions/verify operations: - name: verifydomain method: POST description: Mailchimp Verify Domain outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: domain_name in: path type: string description: The domain name. required: true - name: body in: body type: object required: true exposes: - type: rest namespace: marketing-verified-rest port: 8080 description: REST adapter for Mailchimp Marketing API — Verified. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/verified-domains name: verified-domains description: REST surface for verified-domains. operations: - method: GET name: getverifieddomains description: Mailchimp List Sending Domains call: marketing-verified.getverifieddomains outputParameters: - type: object mapping: $. - method: POST name: createverifieddomain description: Mailchimp Add Domain to Account call: marketing-verified.createverifieddomain with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/verified-domains/{domain-name} name: verified-domains-domain-name description: REST surface for verified-domains-domain_name. operations: - method: GET name: getverifieddomain description: Mailchimp Get Domain Info call: marketing-verified.getverifieddomain with: domain_name: rest.domain_name outputParameters: - type: object mapping: $. - method: DELETE name: deleteverifieddomain description: Mailchimp Delete Domain call: marketing-verified.deleteverifieddomain with: domain_name: rest.domain_name outputParameters: - type: object mapping: $. - path: /v1/verified-domains/{domain-name}/actions/verify name: verified-domains-domain-name-actions-verify description: REST surface for verified-domains-domain_name-actions-verify. operations: - method: POST name: verifydomain description: Mailchimp Verify Domain call: marketing-verified.verifydomain with: domain_name: rest.domain_name body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: marketing-verified-mcp port: 9090 transport: http description: MCP adapter for Mailchimp Marketing API — Verified. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: mailchimp-list-sending-domains description: Mailchimp List Sending Domains hints: readOnly: true destructive: false idempotent: true call: marketing-verified.getverifieddomains outputParameters: - type: object mapping: $. - name: mailchimp-add-domain-account description: Mailchimp Add Domain to Account hints: readOnly: false destructive: false idempotent: false call: marketing-verified.createverifieddomain with: body: tools.body outputParameters: - type: object mapping: $. - name: mailchimp-get-domain-info description: Mailchimp Get Domain Info hints: readOnly: true destructive: false idempotent: true call: marketing-verified.getverifieddomain with: domain_name: tools.domain_name outputParameters: - type: object mapping: $. - name: mailchimp-delete-domain description: Mailchimp Delete Domain hints: readOnly: false destructive: true idempotent: true call: marketing-verified.deleteverifieddomain with: domain_name: tools.domain_name outputParameters: - type: object mapping: $. - name: mailchimp-verify-domain description: Mailchimp Verify Domain hints: readOnly: false destructive: false idempotent: false call: marketing-verified.verifydomain with: domain_name: tools.domain_name body: tools.body outputParameters: - type: object mapping: $.