{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.musa8026/cribscore",
  "title": "CribScore",
  "description": "Childcare licensing, inspections, trust metrics, and facility workflows for developers and agents.",
  "repository": {
    "url": "https://github.com/musa8026/CribScore",
    "source": "github"
  },
  "version": "0.3.1",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.cribscore.co/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer YOUR_API_KEY",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cribscore/mcp",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "MCP_API_KEY",
          "description": "CribScore API key for authenticated MCP requests",
          "isRequired": true,
          "format": "string",
          "isSecret": true
        },
        {
          "name": "MCP_API_BASE_URL",
          "description": "Optional API root override for local or preview testing",
          "isRequired": false,
          "format": "string",
          "isSecret": false
        }
      ]
    }
  ]
}
