mlsgrid · Capability

Lookup Replication

Lookup Replication is a Naftiko capability published by mlsgrid, one of 6 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

lookup-replication.yaml Raw ↑
apiVersion: naftiko.dev/v1
kind: Capability
metadata:
  name: mlsgrid-lookup-replication
  title: Replicate MLS Grid Lookup values
  description: Retrieve per-MLS enumerated Lookup values to translate local LookupValue into the RESO StandardLookupValue.
  provider: mlsgrid
  api: mlsgrid-reso-web-api
spec:
  binding:
    method: GET
    url: https://api.mlsgrid.com/v2/Lookup
    auth: bearer
  inputs:
  - name: originatingSystemName
    type: string
    required: true
  - name: lookupName
    type: string
    required: false
  query:
    $filter: OriginatingSystemName eq '{originatingSystemName}'
  pagination:
    type: odata-next-link
    nextField: '@odata.nextLink'
  rateLimits:
    rps: 2
    perHour: 7200
    perDay: 40000