Skip to content
CribScore

Relocation

Relocation teams need childcare coverage they can defend.

CribScore gives mobility and relocation products one source for childcare availability, compliance, trust metrics, and provider comparisons so recommendations do not depend on fragile scraping.

Fast answer

CribScore gives relocation one workflow for childcare compliance decisions: source-linked facility records, predictive risk, trust metrics, evidence snapshots, and typed events through API and MCP.

Primary inputs

Geography + fit

Primary output

Coverage package

Surface

REST + MCP

Provenance

Source-linked

Workflow

How it runs

  1. Step 1

    Map the destination geography and find facilities near the employee's target home or office.

  2. Step 2

    Compare safety, risk, and provenance while checking whether the jurisdiction is on a healthy state-agency feed or national baseline.

  3. Step 3

    Return an explainable recommendation package with source links and freshness timestamps.

Example payload

Shape

The shape CribScore exposes for teams that want to automate this workflow instead of browsing records manually.
{
  "destination_zip": "98109",
  "recommended_facilities": [
    {
      "facility_id": "uuid-b",
      "name": "Center B",
      "distance_miles": 1.4,
      "safety_score": 86.1,
      "risk_label": "low"
    }
  ],
  "coverage_note": "State agency data live",
  "last_refresh": "2026-03-28T18:40:00Z"
}