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 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.