Encompass Developer Connect API — Loan Pipeline

Encompass Developer Connect API — Loan Pipeline. 1 operations. Lead operation: Encompass Developer Connect Search the loan pipeline. Self-contained Naftiko capability covering one Encompass Developer Connect business surface.

Run with Naftiko Encompass Developer ConnectLoan Pipeline

What You Can Do

POST
Searchloanpipeline — Encompass Developer Connect Search the loan pipeline
/v1/loanpipeline

MCP Tools

encompass-developer-connect-search-loan

Encompass Developer Connect Search the loan pipeline

read-only

Capability Spec

encompass-developer-connect-loan-pipeline.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Encompass Developer Connect API — Loan Pipeline
  description: 'Encompass Developer Connect API — Loan Pipeline. 1 operations. Lead operation: Encompass Developer Connect
    Search the loan pipeline. Self-contained Naftiko capability covering one Encompass Developer Connect business surface.'
  tags:
  - Encompass Developer Connect
  - Loan Pipeline
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENCOMPASS_DEVELOPER_CONNECT_API_KEY: ENCOMPASS_DEVELOPER_CONNECT_API_KEY
capability:
  consumes:
  - type: http
    namespace: encompass-developer-connect-loan-pipeline
    baseUri: https://api.elliemae.com/encompass/v3
    description: Encompass Developer Connect API — Loan Pipeline business capability. Self-contained, no shared references.
    resources:
    - name: loanPipeline
      path: /loanPipeline
      operations:
      - name: searchloanpipeline
        method: POST
        description: Encompass Developer Connect Search the loan pipeline
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cursorType
          in: query
          type: string
        - name: limit
          in: query
          type: integer
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ENCOMPASS_DEVELOPER_CONNECT_API_KEY}}'
  exposes:
  - type: rest
    namespace: encompass-developer-connect-loan-pipeline-rest
    port: 8080
    description: REST adapter for Encompass Developer Connect API — Loan Pipeline. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/loanpipeline
      name: loanpipeline
      description: REST surface for loanPipeline.
      operations:
      - method: POST
        name: searchloanpipeline
        description: Encompass Developer Connect Search the loan pipeline
        call: encompass-developer-connect-loan-pipeline.searchloanpipeline
        with:
          cursorType: rest.cursorType
          limit: rest.limit
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: encompass-developer-connect-loan-pipeline-mcp
    port: 9090
    transport: http
    description: MCP adapter for Encompass Developer Connect API — Loan Pipeline. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: encompass-developer-connect-search-loan
      description: Encompass Developer Connect Search the loan pipeline
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: encompass-developer-connect-loan-pipeline.searchloanpipeline
      with:
        cursorType: tools.cursorType
        limit: tools.limit
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.