Stitch · Capability

Stitch API — Disbursements

Stitch API — Disbursements. 1 operations. Lead operation: Execute GraphQL Query or Mutation. Self-contained Naftiko capability covering one Stitch business surface.

Run with Naftiko StitchDisbursements

What You Can Do

POST
Executegraphql — Execute GraphQL Query or Mutation
/v1/graphql

MCP Tools

execute-graphql-query-mutation

Execute GraphQL Query or Mutation

read-only

Capability Spec

stitch-disbursements.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stitch API — Disbursements
  description: 'Stitch API — Disbursements. 1 operations. Lead operation: Execute GraphQL Query or Mutation. Self-contained
    Naftiko capability covering one Stitch business surface.'
  tags:
  - Stitch
  - Disbursements
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STITCH_API_KEY: STITCH_API_KEY
capability:
  consumes:
  - type: http
    namespace: stitch-disbursements
    baseUri: https://api.stitch.money
    description: Stitch API — Disbursements business capability. Self-contained, no shared references.
    resources:
    - name: graphql
      path: /graphql
      operations:
      - name: executegraphql
        method: POST
        description: Execute GraphQL Query or Mutation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.STITCH_API_KEY}}'
  exposes:
  - type: rest
    namespace: stitch-disbursements-rest
    port: 8080
    description: REST adapter for Stitch API — Disbursements. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/graphql
      name: graphql
      description: REST surface for graphql.
      operations:
      - method: POST
        name: executegraphql
        description: Execute GraphQL Query or Mutation
        call: stitch-disbursements.executegraphql
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stitch-disbursements-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stitch API — Disbursements. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: execute-graphql-query-mutation
      description: Execute GraphQL Query or Mutation
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: stitch-disbursements.executegraphql
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.