Redfin · Capability

Redfin Stingray API — Neighborhood

Redfin Stingray API — Neighborhood. 2 operations. Lead operation: Get commute information. Self-contained Naftiko capability covering one Redfin business surface.

Run with Naftiko RedfinNeighborhood

What You Can Do

GET
Getcommuteinfo — Get commute information
/v1/api/home/details/commute/commuteinfo
GET
Getneighborhoodstats — Get neighborhood statistics
/v1/api/home/details/neighborhoodstats/statsinfo

MCP Tools

get-commute-information

Get commute information

read-only idempotent
get-neighborhood-statistics

Get neighborhood statistics

read-only idempotent

Capability Spec

stingray-neighborhood.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Redfin Stingray API — Neighborhood
  description: 'Redfin Stingray API — Neighborhood. 2 operations. Lead operation: Get commute information. Self-contained
    Naftiko capability covering one Redfin business surface.'
  tags:
  - Redfin
  - Neighborhood
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REDFIN_API_KEY: REDFIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: stingray-neighborhood
    baseUri: https://www.redfin.com/stingray
    description: Redfin Stingray API — Neighborhood business capability. Self-contained, no shared references.
    resources:
    - name: api-home-details-commute-commuteInfo
      path: /api/home/details/commute/commuteInfo
      operations:
      - name: getcommuteinfo
        method: GET
        description: Get commute information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-home-details-neighborhoodStats-statsInfo
      path: /api/home/details/neighborhoodStats/statsInfo
      operations:
      - name: getneighborhoodstats
        method: GET
        description: Get neighborhood statistics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: stingray-neighborhood-rest
    port: 8080
    description: REST adapter for Redfin Stingray API — Neighborhood. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/home/details/commute/commuteinfo
      name: api-home-details-commute-commuteinfo
      description: REST surface for api-home-details-commute-commuteInfo.
      operations:
      - method: GET
        name: getcommuteinfo
        description: Get commute information
        call: stingray-neighborhood.getcommuteinfo
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/home/details/neighborhoodstats/statsinfo
      name: api-home-details-neighborhoodstats-statsinfo
      description: REST surface for api-home-details-neighborhoodStats-statsInfo.
      operations:
      - method: GET
        name: getneighborhoodstats
        description: Get neighborhood statistics
        call: stingray-neighborhood.getneighborhoodstats
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stingray-neighborhood-mcp
    port: 9090
    transport: http
    description: MCP adapter for Redfin Stingray API — Neighborhood. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-commute-information
      description: Get commute information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stingray-neighborhood.getcommuteinfo
      outputParameters:
      - type: object
        mapping: $.
    - name: get-neighborhood-statistics
      description: Get neighborhood statistics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stingray-neighborhood.getneighborhoodstats
      outputParameters:
      - type: object
        mapping: $.