mcp-scraper 0.1.8 → 0.1.9
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 +4 -0
- package/dist/bin/api-server.cjs +363 -322
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +1 -1
- package/dist/bin/mcp-stdio-server.cjs +351 -314
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +1 -1
- package/dist/{chunk-RE6HCRYC.js → chunk-JNC32DMS.js} +350 -313
- package/dist/chunk-JNC32DMS.js.map +1 -0
- package/dist/{server-QXVVTKJP.js → server-MTXAJG5J.js} +6 -3
- package/dist/{server-QXVVTKJP.js.map → server-MTXAJG5J.js.map} +1 -1
- package/package.json +1 -1
- package/dist/chunk-RE6HCRYC.js.map +0 -1
package/README.md
CHANGED
|
@@ -57,6 +57,10 @@ Chaining tools (`maps_search`, `map_site_urls`, `youtube_harvest`, `facebook_ad_
|
|
|
57
57
|
|
|
58
58
|
The hosted MCP endpoint at `https://mcpscraper.dev/mcp` exposes these 13 tools plus `capture_serp_snapshot` and `capture_serp_page_snapshots` (15 total).
|
|
59
59
|
|
|
60
|
+
## Resources
|
|
61
|
+
|
|
62
|
+
The NPX stdio server also exposes saved reports as MCP resources: `resources/list` returns the most recent Markdown reports from your output directory as `report://` URIs, and `resources/read` returns their content — so an MCP client can pull prior research into context without re-scraping or spending credits. The hosted endpoint does not expose resources (it saves no files).
|
|
63
|
+
|
|
60
64
|
## Environment
|
|
61
65
|
|
|
62
66
|
- `MCP_SCRAPER_API_KEY` is required.
|