mcp-scraper 0.61.0 → 0.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/bin/api-server.cjs +3 -3
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +1 -1
- package/dist/bin/mcp-scraper-cli.cjs +1 -1
- package/dist/bin/mcp-scraper-cli.cjs.map +1 -1
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-install.cjs +1 -1
- package/dist/bin/mcp-scraper-install.cjs.map +1 -1
- package/dist/bin/mcp-scraper-install.js +1 -1
- package/dist/bin/mcp-stdio-server.cjs +3 -3
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/chunk-RAPIYV2X.js +7 -0
- package/dist/chunk-RAPIYV2X.js.map +1 -0
- package/dist/{chunk-CIKVUFC5.js → chunk-Y2RIYBYR.js} +4 -4
- package/dist/chunk-Y2RIYBYR.js.map +1 -0
- package/dist/{server-LQ4EMLSN.js → server-D3QL46Q3.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-CIKVUFC5.js.map +0 -1
- package/dist/chunk-E6QGM3ZA.js +0 -7
- package/dist/chunk-E6QGM3ZA.js.map +0 -1
- /package/dist/{server-LQ4EMLSN.js.map → server-D3QL46Q3.js.map} +0 -0
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ Build the branded one-click bundle:
|
|
|
90
90
|
npm run build:mcpb
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
The generated bundle is written to `build/mcpb/mcp-scraper-<version>.mcpb` and copied to `public/downloads/` for the hosted download. The current public bundle is `https://mcpscraper.dev/downloads/mcp-scraper.mcpb` (`0.
|
|
93
|
+
The generated bundle is written to `build/mcpb/mcp-scraper-<version>.mcpb` and copied to `public/downloads/` for the hosted download. The current public bundle is `https://mcpscraper.dev/downloads/mcp-scraper.mcpb` (`0.62.0`, SHA-256 `83a756b2a3c8acd07813a8ac475b20b02bf56004fb6c207292da67ac3d76a9f4`). Install it by opening or dragging it into Claude Desktop. Claude displays the `MCP Scraper` install card, icon, and API-key configuration field from the bundle manifest.
|
|
94
94
|
|
|
95
95
|
The MCPB install exposes every tool — web-intelligence plus all `browser_*` tools — through the one `mcp-scraper` server.
|
|
96
96
|
|
package/dist/bin/api-server.cjs
CHANGED
|
@@ -44889,7 +44889,7 @@ var PACKAGE_VERSION;
|
|
|
44889
44889
|
var init_version = __esm({
|
|
44890
44890
|
"src/version.ts"() {
|
|
44891
44891
|
"use strict";
|
|
44892
|
-
PACKAGE_VERSION = "0.
|
|
44892
|
+
PACKAGE_VERSION = "0.62.0";
|
|
44893
44893
|
}
|
|
44894
44894
|
});
|
|
44895
44895
|
|
|
@@ -50456,7 +50456,7 @@ function registerPaaExtractorMcpTools(server, executor, options = {}) {
|
|
|
50456
50456
|
}, async (input) => formatSearchSerp(await executor.searchSerp(input), input));
|
|
50457
50457
|
server.registerTool("extract_url", {
|
|
50458
50458
|
title: "Single URL Extract",
|
|
50459
|
-
description: "Extract structured data from one public URL: content, schema, headings, metadata, screenshots, branding, featured image, or media assets. Wayback replay URLs automatically return the archived page copy without playback chrome. Use delivery:auto for bounded inline results with automatic artifact offload, delivery:artifact for a durable owner-scoped report, or delivery:memory to save the full page into hosted MCP Memory. preserveMedia is the preferred media-retention flag; depositToVault and downloadMedia remain temporary compatibility aliases.",
|
|
50459
|
+
description: "Extract structured data from one public URL: content, schema, headings, metadata, screenshots, branding, featured image, or media assets. Tries a plain HTTP fetch first and only opens a stealth browser when that fetch is blocked, hits a bot check, or returns unusably thin content \u2014 most calls never need the browser, and a bot_check_unresolved error means the browser already tried and failed, not that a retry will help. Wayback replay URLs automatically return the archived page copy without playback chrome. Use delivery:auto for bounded inline results with automatic artifact offload, delivery:artifact for a durable owner-scoped report, or delivery:memory to save the full page into hosted MCP Memory. preserveMedia is the preferred media-retention flag; depositToVault and downloadMedia remain temporary compatibility aliases.",
|
|
50460
50460
|
inputSchema: exposesLocalNetworkAccess ? ExtractUrlLocalInputSchema : ExtractUrlInputSchema,
|
|
50461
50461
|
outputSchema: recordOutputSchema("extract_url", ExtractUrlOutputSchema),
|
|
50462
50462
|
annotations: { ...liveWebToolAnnotations("Single URL Extract"), readOnlyHint: false }
|
|
@@ -50484,7 +50484,7 @@ function registerPaaExtractorMcpTools(server, executor, options = {}) {
|
|
|
50484
50484
|
}, async (input) => formatMapWaybackSnapshots(await executor.mapWaybackSnapshots(input), input, ctx));
|
|
50485
50485
|
server.registerTool("extract_site", {
|
|
50486
50486
|
title: "Multi-Page Site Content Crawl",
|
|
50487
|
-
description: `Crawl a public website and return page CONTENT (Markdown) across multiple pages. A Wayback replay URL produces one archived site snapshot. The optional wayback plan produces whole-site, single-page, or selected-page timelines across explicit months or a month range, all in one export with a capture matrix. Pass a new idempotencyKey for each intended crawl and reuse it only when retrying that call. Every MCP crawl starts a durable export; poll check_site_export for honest outcome counters and ${fileBehavior("the saved ZIP.", "the owner-scoped downloadable ZIP.")} Content only \u2014 for a technical SEO audit use audit_site instead.`,
|
|
50487
|
+
description: `Crawl a public website and return page CONTENT (Markdown) across multiple pages. Each page is fetched with a plain HTTP request first; a browser retries only the pages that were blocked or hit a bot check, so a per-page bot_check_unresolved result means that specific page already failed the browser retry too. A Wayback replay URL produces one archived site snapshot. The optional wayback plan produces whole-site, single-page, or selected-page timelines across explicit months or a month range, all in one export with a capture matrix. Pass a new idempotencyKey for each intended crawl and reuse it only when retrying that call. Every MCP crawl starts a durable export; poll check_site_export for honest outcome counters and ${fileBehavior("the saved ZIP.", "the owner-scoped downloadable ZIP.")} Content only \u2014 for a technical SEO audit use audit_site instead.`,
|
|
50488
50488
|
inputSchema: ExtractSiteInputSchema,
|
|
50489
50489
|
outputSchema: recordOutputSchema("extract_site", ExtractSiteOutputSchema),
|
|
50490
50490
|
annotations: { ...liveWebToolAnnotations("Multi-Page Site Content Crawl"), readOnlyHint: false }
|