← Registry

AI & Machine Learning

mozilladatacollective.com

A server that searches and retrieves metadata for AI training datasets from the Mozilla Data Collective catalog.

1 endpoint3 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://mozilladatacollective.com/api/mcp

No auth detected

MCP server metadata

Name
mozilla-data-collective
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

The Mozilla Data Collective is a catalog of ethically sourced AI training datasets — speech, text and other modalities — contributed by community organizations, each setting its own license and access terms. This server is a read-only discovery surface over the public catalog. Use it to find datasets and describe what exists. It cannot download data, read private datasets, or make purchases. Recommended workflow: 1. Call `search` with the user's need phrased as natural language. The backend runs a hybrid lexical and semantic pipeline, so a descriptive phrase ("conversational Swahili audio for ASR fine-tuning") retrieves better than a bare keyword. 2. To narrow results by task, language, license, format, price or sample availability, call `list_filters` first and use the exact values it returns. Filter values are matched exactly and are case-sensitive, so never guess or invent them. 3. Call `fetch` with an id from the search results to get the full description, license, size and pricing for one dataset. 4. Give the user the dataset's `url`. Accepting the contributor's terms, payment and downloading all happen on that page. For programmatic access, point them to the REST API and Python SDK documented at /api-reference. Ground every answer in what the tools returned: only name datasets that appeared in a result, and quote license and pricing from `fetch` rather than inferring them. If a search returns nothing, say so plainly — the catalog does not cover every language or task, and a report of "no matches" is more useful than a near miss presented as a match.

Known tools 3

search

Search the Mozilla Data Collective catalog of AI training datasets by natural-language query, optionally narrowed by task, language, license, format, price, sample availability or publish date.

Potential side effects
fetch

Fetch the full public details of one Mozilla Data Collective dataset by id or slug: description, organization, task, locale, license, format, size, pricing, and its page URL.

Inferred read-only
list_filters

List every value the search tool's filters accept: the tasks, locales, licenses and formats present in the catalog, plus the sort and date-range options.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mozilla-data-collective]
url = "https://mozilladatacollective.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mozilla-data-collective": {
      "type": "http",
      "url": "https://mozilladatacollective.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mozilla-data-collective
Remote MCP URL: https://mozilladatacollective.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mozilla-data-collective": {
      "url": "https://mozilladatacollective.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mozilla-data-collective": {
      "type": "http",
      "url": "https://mozilladatacollective.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mozilla-data-collective",
  "transport": "streamable-http",
  "url": "https://mozilladatacollective.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.