Adyen · Capability

Adyen BinLookup API — Estimates

Adyen BinLookup API — Estimates. 1 operations. Lead operation: Adyen Get a Fees Cost Estimate. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyenEstimates

What You Can Do

POST
Postgetcostestimate — Adyen Get a Fees Cost Estimate
/v1/getcostestimate

MCP Tools

adyen-get-fees-cost-estimate

Adyen Get a Fees Cost Estimate

read-only

Capability Spec

binlookup-estimates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adyen BinLookup API — Estimates
  description: 'Adyen BinLookup API — Estimates. 1 operations. Lead operation: Adyen Get a Fees Cost Estimate. Self-contained
    Naftiko capability covering one Adyen business surface.'
  tags:
  - Adyen
  - Estimates
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADYEN_API_KEY: ADYEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: binlookup-estimates
    baseUri: https://pal-test.adyen.com/pal/servlet/BinLookup/v54
    description: Adyen BinLookup API — Estimates business capability. Self-contained, no shared references.
    resources:
    - name: getCostEstimate
      path: /getCostEstimate
      operations:
      - name: postgetcostestimate
        method: POST
        description: Adyen Get a Fees Cost Estimate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.ADYEN_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: binlookup-estimates-rest
    port: 8080
    description: REST adapter for Adyen BinLookup API — Estimates. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/getcostestimate
      name: getcostestimate
      description: REST surface for getCostEstimate.
      operations:
      - method: POST
        name: postgetcostestimate
        description: Adyen Get a Fees Cost Estimate
        call: binlookup-estimates.postgetcostestimate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: binlookup-estimates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adyen BinLookup API — Estimates. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: adyen-get-fees-cost-estimate
      description: Adyen Get a Fees Cost Estimate
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: binlookup-estimates.postgetcostestimate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.