{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.datascoop/datascoop",
  "title": "DataScoop public data",
  "description": "Official public datasets for AI agents: UK food hygiene ratings, CQC care providers, the UK charity register, US restaurant inspections, US building permits and more, as filtered rows. Free preview, Pro for every row.",
  "version": "1.0.0",
  "websiteUrl": "https://datascoop.io/agents",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://datascoop.io/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Optional. Bearer <DataScoop API key> for Pro (unlimited rows). Omit for the free 25-row preview.",
          "isRequired": false,
          "isSecret": true
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "datascoop-mcp",
      "version": "1.0.0",
      "transport": { "type": "stdio" },
      "environmentVariables": [
        {
          "name": "DATASCOOP_API_KEY",
          "description": "Optional DataScoop API key for Pro (unlimited rows).",
          "isRequired": false,
          "isSecret": true
        }
      ]
    }
  ]
}
