CribScore
Back to docs

MCP

Remote MCP for Childcare Agents

If your agent platform already supports remote MCP, the fastest path is the hosted CribScore endpoint with bearer auth.

Hosted endpoint

Use the hosted MCP endpoint when you want tool access without running local infrastructure. This is the default path for quick evaluation.

What you get

The MCP surface exposes facility search, facility detail, compare, trust metrics, evidence summaries, and decision workflows.

Remote MCP Config

{
  "cribscore": {
    "type": "streamable-http",
    "url": "https://api.cribscore.co/mcp",
    "headers": {
      "Authorization": "Bearer YOUR_API_KEY"
    }
  }
}

Related guides