New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

datascoop-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datascoop-mcp

MCP server for DataScoop (datascoop.io): 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. Zero dependencies; a stdio br

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

datascoop-mcp

The DataScoop MCP server for AI agents, as an npm command. DataScoop serves official public datasets as filtered rows: UK food hygiene ratings, Scotland FHIS, CQC care providers, the UK charity register, US restaurant inspections, US building permits, and more as they are added.

Most clients can use the hosted endpoint directly (no install): https://datascoop.io/mcp (Streamable HTTP). This package is a zero-dependency stdio bridge for clients that only launch local commands.

Use

{
  "mcpServers": {
    "datascoop": {
      "command": "npx",
      "args": ["-y", "datascoop-mcp"],
      "env": { "DATASCOOP_API_KEY": "ds_..." }
    }
  }
}

No key is needed to start: every dataset previews free (25 rows per query). A Pro key (GBP 19/month) returns every row. Get a key at https://datascoop.io/signup.

Tools

list_datasets, search_datasets, get_dataset_schema, query_dataset, get_area_statistics, get_access_info. Full details: https://datascoop.io/agents

Environment

  • DATASCOOP_API_KEY: optional, for Pro rows.
  • DATASCOOP_URL: override the endpoint (default https://datascoop.io/mcp).

Organisational data only, open licences, attribution on every result. MIT.

Keywords

mcp

FAQs

Package last updated on 17 Sep 2026

Related posts