Benefits Platforms
Benefits products need a decision layer, not another directory.
CribScore lets employer childcare platforms search facilities, rank them by fit, compare risk and trust, and expose source-linked records without building their own licensing-data backend.
Fast answer
CribScore gives benefits platforms 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
Fit + pricePrimary output
Ranked shortlistSurface
REST + Fit UISource mix
State + HIFLDWorkflow
How it runs
Step 1
Search facilities for an employee geography and filter by age, score, or licensing status.
Step 2
Blend price context, predictive risk, and trust metrics into a shortlist or recommendation memo.
Step 3
Send the same data into internal operations, public product UI, or an agent workflow through one API surface.
Example payload
Shape
The shape CribScore exposes for teams that want to automate this workflow instead of browsing records manually.
{
"zip_code": "78701",
"family_fit_shortlist": [
{
"facility_id": "uuid-a",
"name": "Center A",
"fit_rank": 1,
"safety_score": 90.2,
"estimated_weekly_cost": 318
}
],
"trust_context": {
"source_mix": "State + HIFLD",
"confidence_score": 0.89
}
}