mcp-scraper 0.2.12 → 0.2.13

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.
Files changed (38) hide show
  1. package/README.md +6 -2
  2. package/dist/bin/api-server.cjs +1175 -458
  3. package/dist/bin/api-server.cjs.map +1 -1
  4. package/dist/bin/api-server.js +1 -1
  5. package/dist/bin/browser-agent-stdio-server.cjs +1 -1
  6. package/dist/bin/browser-agent-stdio-server.cjs.map +1 -1
  7. package/dist/bin/browser-agent-stdio-server.js +2 -2
  8. package/dist/bin/mcp-scraper-cli.cjs +754 -10
  9. package/dist/bin/mcp-scraper-cli.cjs.map +1 -1
  10. package/dist/bin/mcp-scraper-cli.js +50 -9
  11. package/dist/bin/mcp-scraper-cli.js.map +1 -1
  12. package/dist/bin/mcp-scraper-combined-stdio-server.cjs +1 -1
  13. package/dist/bin/mcp-scraper-combined-stdio-server.cjs.map +1 -1
  14. package/dist/bin/mcp-scraper-combined-stdio-server.js +3 -3
  15. package/dist/bin/mcp-scraper-install.cjs +3 -3
  16. package/dist/bin/mcp-scraper-install.cjs.map +1 -1
  17. package/dist/bin/mcp-scraper-install.js +3 -3
  18. package/dist/bin/mcp-scraper-install.js.map +1 -1
  19. package/dist/bin/mcp-stdio-server.cjs +1 -1
  20. package/dist/bin/mcp-stdio-server.cjs.map +1 -1
  21. package/dist/bin/mcp-stdio-server.js +2 -2
  22. package/dist/chunk-AYTOCZBS.js +1572 -0
  23. package/dist/chunk-AYTOCZBS.js.map +1 -0
  24. package/dist/{chunk-PB7ENA3G.js → chunk-BQTWXY6G.js} +2 -2
  25. package/dist/{chunk-P5RYXUV7.js → chunk-DKJ2XCY7.js} +2 -2
  26. package/dist/chunk-RDROUQ4E.js +7 -0
  27. package/dist/chunk-RDROUQ4E.js.map +1 -0
  28. package/dist/{server-I2H5WG5I.js → server-LUNOI26E.js} +4 -4
  29. package/docs/specs/cli-agent-wiring-spec.md +4 -1
  30. package/docs/specs/seo-cli-growth-roadmap-spec.md +4 -2
  31. package/package.json +1 -1
  32. package/dist/chunk-L6IS63WS.js +0 -869
  33. package/dist/chunk-L6IS63WS.js.map +0 -1
  34. package/dist/chunk-LK27MYGD.js +0 -7
  35. package/dist/chunk-LK27MYGD.js.map +0 -1
  36. /package/dist/{chunk-PB7ENA3G.js.map → chunk-BQTWXY6G.js.map} +0 -0
  37. /package/dist/{chunk-P5RYXUV7.js.map → chunk-DKJ2XCY7.js.map} +0 -0
  38. /package/dist/{server-I2H5WG5I.js.map → server-LUNOI26E.js.map} +0 -0
package/README.md CHANGED
@@ -40,10 +40,14 @@ Run local workflow reports:
40
40
  npx -y -p mcp-scraper@latest mcp-scraper-cli workflow list
41
41
  npx -y -p mcp-scraper@latest mcp-scraper-cli workflow run agent-packet --keyword "roof repair Denver" --domain example.com
42
42
  npx -y -p mcp-scraper@latest mcp-scraper-cli workflow run local-competitive-audit --query roofers --state TN --min-pop 100000 --per-city 20 --hydrate-top 5 --reviews 50
43
+ npx -y -p mcp-scraper@latest mcp-scraper-cli workflow run map-comparison --query roofers --location "Denver, CO" --per-city 20 --hydrate-top 5
44
+ npx -y -p mcp-scraper@latest mcp-scraper-cli workflow run serp-comparison --keyword "roof repair Denver" --domain example.com --extract-top 5
45
+ npx -y -p mcp-scraper@latest mcp-scraper-cli workflow run paa-expansion-brief --keyword "roof repair cost" --max-questions 80
46
+ npx -y -p mcp-scraper@latest mcp-scraper-cli workflow run ai-overview-language --keyword "best roof repair company" --domain example.com
43
47
  npx -y -p mcp-scraper@latest mcp-scraper-cli report open last
44
48
  ```
45
49
 
46
- Workflow runs save `manifest.json`, `report.html`, CSVs, Markdown, and evidence JSON under `MCP_SCRAPER_OUTPUT_DIR/workflows` or `~/Downloads/mcp-scraper/workflows`.
50
+ Workflow runs save `manifest.json`, `report.html`, CSVs, Markdown, and evidence JSON under `MCP_SCRAPER_OUTPUT_DIR/workflows` or `~/Downloads/mcp-scraper/workflows`. High-level workflow IDs are `directory`, `agent-packet`, `local-competitive-audit`, `map-comparison`, `serp-comparison`, `paa-expansion-brief`, and `ai-overview-language`.
47
51
 
48
52
  Run hosted workflow schedules and hosted run history:
49
53
 
@@ -68,7 +72,7 @@ Build the branded one-click bundle:
68
72
  npm run build:mcpb
69
73
  ```
70
74
 
71
- 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.2.12`, SHA-256 `0c902286381b22b3019bba8c7e0eb63c3d91a3f049dec280a3b995c79c18cc1c`). 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.
75
+ 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.2.13`, SHA-256 `93c3c35b6a3315a1b9319761891cf0e805465b1ab19efa0252c7b8f2d9383030`). 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.
72
76
 
73
77
  The MCPB install exposes the same web-intelligence tools as `mcp-scraper` plus all `browser_*` tools from `browser-agent` through one server.
74
78