Skip to content
CribScore

Docs

Build with CribScore.

CribScore exposes childcare licensing, inspections, trust, evidence, and predictive risk through one REST API and one MCP server.

Agent-friendly by design: every surface ships with OpenAPI, `llms.txt`, MCP tools, and a public contract that stays in lock-step with production.

QuickstartAPI referenceor press ⌘K to search.

Four deep modules.

The docs collapse into four categories, each with a hub page plus deep sub-pages. Skim the inline links below or browse the full category.

Public contract

Endpoint reference.

Discoverable REST routes — every one of these is in OpenAPI, MCP, and the Postman collection. The full reference with params and examples lives on the API page.

Full reference
Top eight discoverable CribScore REST endpoints.
MethodPath
GET/api/health
GET/v1/facilities
GET/v1/facilities/{id}
GET/v1/facilities/{id}/proof
GET/v1/facilities/compare
POST/v1/decision/memo
GET/v1/trust/jurisdictions
GET/v1/states

Pick a transport

First call in under two minutes.

Three transports, one bearer token. Deep walkthroughs with auth, errors, and pagination live in /docs/quickstart.

curl -sS "https://api.cribscore.co/v1/facilities?zip_code=90003&limit=5" \
  -H "Authorization: Bearer YOUR_API_KEY"

Resources

Distribution surfaces.

Machine-readable mirrors of everything on this page. Each surface stays in lock-step with the API on every release.