RealEstateAPI · Capability

RealEstateAPI — Property Search

RealEstateAPI — Property Search. 1 operations. Lead operation: Search properties. Self-contained Naftiko capability covering one Realestateapi business surface.

Run with Naftiko RealestateapiProperty Search

What You Can Do

POST
Post — Search properties
/v1/v2/propertysearch

MCP Tools

search-properties

Search properties

read-only

Capability Spec

realestateapi-property-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: RealEstateAPI — Property Search
  description: 'RealEstateAPI — Property Search. 1 operations. Lead operation: Search properties. Self-contained Naftiko capability
    covering one Realestateapi business surface.'
  tags:
  - Realestateapi
  - Property Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REALESTATEAPI_API_KEY: REALESTATEAPI_API_KEY
capability:
  consumes:
  - type: http
    namespace: realestateapi-property-search
    baseUri: https://api.realestateapi.com
    description: RealEstateAPI — Property Search business capability. Self-contained, no shared references.
    resources:
    - name: v2-PropertySearch
      path: /v2/PropertySearch
      operations:
      - name: post
        method: POST
        description: Search properties
        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-property-search-rest
    port: 8080
    description: REST adapter for RealEstateAPI — Property Search. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/propertysearch
      name: v2-propertysearch
      description: REST surface for v2-PropertySearch.
      operations:
      - method: POST
        name: post
        description: Search properties
        call: realestateapi-property-search.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: realestateapi-property-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for RealEstateAPI — Property Search. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: search-properties
      description: Search properties
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: realestateapi-property-search.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.