RealEstateAPI · Capability

RealEstateAPI — Skip Trace

RealEstateAPI — Skip Trace. 1 operations. Lead operation: Skip trace an owner. Self-contained Naftiko capability covering one Realestateapi business surface.

Run with Naftiko RealestateapiSkip Trace

What You Can Do

POST
Post — Skip trace an owner
/v1/v2/skiptrace

MCP Tools

skip-trace-owner

Skip trace an owner

Capability Spec

realestateapi-skip-trace.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: RealEstateAPI — Skip Trace
  description: 'RealEstateAPI — Skip Trace. 1 operations. Lead operation: Skip trace an owner. Self-contained Naftiko capability
    covering one Realestateapi business surface.'
  tags:
  - Realestateapi
  - Skip Trace
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REALESTATEAPI_API_KEY: REALESTATEAPI_API_KEY
capability:
  consumes:
  - type: http
    namespace: realestateapi-skip-trace
    baseUri: https://api.realestateapi.com
    description: RealEstateAPI — Skip Trace business capability. Self-contained, no shared references.
    resources:
    - name: v2-SkipTrace
      path: /v2/SkipTrace
      operations:
      - name: post
        method: POST
        description: Skip trace an owner
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.REALESTATEAPI_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: realestateapi-skip-trace-rest
    port: 8080
    description: REST adapter for RealEstateAPI — Skip Trace. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v2/skiptrace
      name: v2-skiptrace
      description: REST surface for v2-SkipTrace.
      operations:
      - method: POST
        name: post
        description: Skip trace an owner
        call: realestateapi-skip-trace.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: realestateapi-skip-trace-mcp
    port: 9090
    transport: http
    description: MCP adapter for RealEstateAPI — Skip Trace. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: skip-trace-owner
      description: Skip trace an owner
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: realestateapi-skip-trace.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.