Fast start
For local agent testing, the simplest install path is `npx -y @cribscore/mcp`. That keeps the setup one command away from a clean environment.
MCP
The package is published on npm. Use `npx` for the fastest start, then pin it in your own agent stack when you want repeatable installs.
For local agent testing, the simplest install path is `npx -y @cribscore/mcp`. That keeps the setup one command away from a clean environment.
Set `MCP_API_KEY` for authenticated requests. `MCP_API_BASE_URL` can stay on the production default unless you are testing a local API.
npx -y @cribscore/mcpnpm install @cribscore/mcp
$env:MCP_API_KEY="YOUR_API_KEY"
npx cribscore-mcpRemote MCP for Childcare Agents
Connect the hosted CribScore MCP endpoint to agent clients with one remote streamable HTTP config.
OpenAPI Reference for CribScore
Use the CribScore OpenAPI document for typed SDK generation, request inspection, API collections, and contract verification.
Build a Childcare Agent with CribScore
Build an agent that can search providers, compare facilities, read trust metrics, and summarize evidence with CribScore.