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

commoncrawl-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commoncrawl-mcp

Use this MCP server to Common Crawl index discovery for historical web captures. Tools include list indexes, latest index, search captures

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

commoncrawl-mcp

Discover historical web captures through the Common Crawl index. This server is for provenance research, archival discovery, broken-link investigations, and finding the capture metadata needed for a later archive fetch.

Tools

  • list_indexes: list recent crawl collections.
  • latest_index: return the newest collection id.
  • search_captures: search URL or wildcard patterns and return capture index metadata such as timestamp, status, digest, filename, offset, and length.

This server searches the index only. It does not download page contents, bypass access controls, or guarantee that a capture is complete or legally reusable. Requests and result pages are bounded.

Run

npm install
npm run build
node dist/index.js

Quick start

npm install
npm run build
node dist/index.js

The server uses stdio, so it can be connected to Claude Desktop, Cursor, VS Code, MCP Inspector, or another compatible MCP client.

Tools at a glance

  • list_indexes: List available Common Crawl web crawl index collections, newest first.
  • latest_index: Return the identifier of the newest Common Crawl index collection.
  • search_captures: Find historical Common Crawl captures matching a URL or wildcard pattern. This returns index metadata, not page contents.

Limits and privacy

This project is intentionally narrow. It should be treated as a practical helper, not a complete certification or security audit. Check the implementation and the returned data before using it with sensitive material. No credentials are required unless the project explicitly says otherwise.

Try it

After building, connect the server through your MCP client. The repository root also contains smoke-test.mjs for projects covered by the shared harness. A typical tool call starts with list_indexes.

Keywords

mcp

FAQs

Package last updated on 21 Sep 2026

Related posts