Stripe · Capability

Stripe Customers API — Search

Stripe Customers API — Search. 1 operations. Lead operation: Stripe Get Customers Search. Self-contained Naftiko capability covering one Stripe business surface.

Run with Naftiko StripeSearch

What You Can Do

GET
Getcustomerssearch — Stripe Get Customers Search
/v1/v1/customers/search

MCP Tools

stripe-get-customers-search

Stripe Get Customers Search

read-only idempotent

Capability Spec

customers-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stripe Customers API — Search
  description: 'Stripe Customers API — Search. 1 operations. Lead operation: Stripe Get   Customers Search. Self-contained
    Naftiko capability covering one Stripe business surface.'
  tags:
  - Stripe
  - Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STRIPE_API_KEY: STRIPE_API_KEY
capability:
  consumes:
  - type: http
    namespace: customers-search
    baseUri: https://api.stripe.com
    description: Stripe Customers API — Search business capability. Self-contained, no shared references.
    resources:
    - name: v1-customers-search
      path: /v1/customers/search
      operations:
      - name: getcustomerssearch
        method: GET
        description: Stripe Get   Customers Search
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: expand
          in: query
          type: array
          description: Specifies which fields in the response should be expanded.
        - name: limit
          in: query
          type: integer
          description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default
            is 10.
        - name: page
          in: query
          type: string
          description: A cursor for pagination across multiple pages of results. Don't include this parameter on the first
            call. Use the next_page value returned in a previous respons
        - name: query
          in: query
          type: string
          description: The search query string. See [search query language](https://stripe.com/docs/search#search-query-language)
            and the list of supported [query fields for customers
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.STRIPE_API_KEY}}'
  exposes:
  - type: rest
    namespace: customers-search-rest
    port: 8080
    description: REST adapter for Stripe Customers API — Search. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/customers/search
      name: v1-customers-search
      description: REST surface for v1-customers-search.
      operations:
      - method: GET
        name: getcustomerssearch
        description: Stripe Get   Customers Search
        call: customers-search.getcustomerssearch
        with:
          expand: rest.expand
          limit: rest.limit
          page: rest.page
          query: rest.query
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: customers-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stripe Customers API — Search. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: stripe-get-customers-search
      description: Stripe Get   Customers Search
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: customers-search.getcustomerssearch
      with:
        expand: tools.expand
        limit: tools.limit
        page: tools.page
        query: tools.query
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.