Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.mcparmory/scrapingant

PYPI · MCPARMORY-SCRAPINGANT · 2 COMPONENTS · SCANNED SEP 20

Scrape webpages, handle JavaScript and CAPTCHA, extract structured data

0 this week 73 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Install-script risk not yet assessed.Unverified
  • 1 of 23 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability63
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2003 tokens (~333/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "scrape_webpage_remove" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the com.mcparmory/scrapingant MCP server?

com.mcparmory/scrapingant runs locally as a PyPI package, launched with uvx mcparmory-scrapingant. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · mcparmory-scrapingant

# add to Claude Code
claude mcp add com-mcparmory-scrapingant -- uvx mcparmory-scrapingant
// .cursor/mcp.json
{
  "mcpServers": {
    "com-mcparmory-scrapingant": {
      "command": "uvx",
      "args": [
        "mcparmory-scrapingant"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-mcparmory-scrapingant": {
      "command": "uvx",
      "args": [
        "mcparmory-scrapingant"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-mcparmory-scrapingant -- uvx mcparmory-scrapingant
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mcparmory-scrapingant": {
      "type": "local",
      "command": [
        "uvx",
        "mcparmory-scrapingant"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-mcparmory-scrapingant --command uvx --arg mcparmory-scrapingant
# ~/.hermes/config.yaml
mcp_servers:
  com-mcparmory-scrapingant:
    command: "uvx"
    args: ["mcparmory-scrapingant"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-mcparmory-scrapingant": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcparmory-scrapingant"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-mcparmory-scrapingant -t stdio -c uvx -a mcparmory-scrapingant
// mcp.json
{
  "mcpServers": {
    "com-mcparmory-scrapingant": {
      "command": "uvx",
      "args": [
        "mcparmory-scrapingant"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +15
    • Malware scan: unverified → pass security
  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 17 Sept 26 −15
    • Malware scan: pass → unverified security
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/mcparmory-scrapingant@1.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Dependencies 23 packages
Packages resolved 23
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~2,003 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_usage ~25

Retrieve the current API credits usage status and consumption metrics for your Scrapingant account.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

scrape_webpage ~414

Scrape content from a webpage with optional browser rendering, JavaScript execution, and proxy configuration. Supports cookie injection, resource blocking, and element-specific wait conditions for dynamic content.

NameTypeReqDescription
block_resourcestringResource types to block from loading in the browser (e.g., image, stylesheet, script, font). Can be specified multiple times for multiple types. Only applies when browser rendering is enabled. Useful…
browserbooleanWhether to render the page using a headless browser to execute JavaScript and load dynamic content. Enabled by default. Disable to retrieve raw server response only.
cookiesstringSession cookies to include with the scraping request, formatted as semicolon-separated key-value pairs (e.g., name1=value1;name2=value2). Useful for authenticated scraping.
js_snippetstringBase64-encoded JavaScript code to execute after the page loads in the browser. Only applies when browser rendering is enabled. Useful for custom interactions like scrolling or form submission.
proxy_countrystringCountry code for the proxy location (e.g., US, GB, DE). If not specified, a random country will be used. Only applies when using a proxy.
proxy_typestringProxy type for the request: datacenter (faster, shared IPs) or residential (slower, real user IPs). Defaults to datacenter.
return_page_sourcebooleanReturn the unaltered HTML source from the server without browser-based JavaScript rendering. Only applies when browser rendering is enabled. Useful for comparing server-side vs. client-side rendered…
urlstringyesThe target URL to scrape. Must be a valid, complete URL.
wait_for_selectorstringCSS selector of an element to wait for before returning results. The scraper will poll until the element appears in the DOM. Only applies when browser rendering is enabled. Useful for waiting on dyna…

No output schema declared.

No examples provided.

scrape_webpage_modify ~400

Scrape a webpage with optional browser rendering, JavaScript execution, and proxy configuration. Supports waiting for dynamic content, blocking resources, and injecting custom scripts.

NameTypeReqDescription
block_resourcestringResource types to block from loading in the browser (e.g., image, stylesheet, script, font, xhr, fetch). Reduces bandwidth and speeds up scraping. Only applies when browser is enabled. Can be specifi…
browserbooleanWhether to use a headless browser for scraping to render JavaScript and handle dynamic content. Enabled by default. Required for JS execution, page waiting, and resource blocking features.
cookiesstringHTTP cookies to include with the scraping request, formatted as semicolon-separated key-value pairs (e.g., name1=value1;name2=value2).
js_snippetstringBase64-encoded JavaScript code to execute after the page loads in the browser. Only applies when browser is enabled. Useful for interactions, data extraction, or triggering additional content loads.
proxy_countrystringCountry code for the proxy location (e.g., US, GB, DE). If not specified, a random country will be used. Only applies when using a proxy.
proxy_typestringType of proxy to route the request through: datacenter (faster, shared IPs) or residential (slower, real user IPs). Defaults to datacenter.
return_page_sourcebooleanReturn the unaltered HTML source as received from the server without JavaScript rendering. Only applies when browser is enabled. Disabled by default.
urlstringyesThe target URL to scrape. Must be a valid HTTP or HTTPS URL.
wait_for_selectorstringCSS selector of an element to wait for before returning results. The scraper will poll until the element appears in the DOM. Only applies when browser is enabled.

No output schema declared.

No examples provided.

scrape_webpage_remove ~383

Scrape a webpage with optional browser rendering, JavaScript execution, and proxy configuration. Supports cookie injection, resource blocking, and element-waiting strategies for dynamic content extraction.

NameTypeReqDescription
block_resourcestringResource types to block from loading in the browser (e.g., image, stylesheet, script, font). Reduces bandwidth and speeds up scraping. Only applies when browser is enabled. Can be specified multiple…
browserbooleanWhether to use a headless browser for scraping to handle JavaScript-rendered content. Enabled by default. Required for JS execution and resource blocking features.
cookiesstringHTTP cookies to include with the scraping request, formatted as semicolon-separated key-value pairs (e.g., name1=value1;name2=value2).
js_snippetstringBase64-encoded JavaScript code to execute after the page loads in the browser. Only applies when browser is enabled. Useful for interactions, scrolling, or data extraction.
proxy_countrystringCountry code for the proxy location (e.g., US, GB, DE). If not specified, a random country will be used.
proxy_typestringType of proxy to route the request through: datacenter (faster, shared IPs) or residential (slower, real user IPs). Defaults to datacenter.
return_page_sourcebooleanReturn the unaltered HTML as received from the server without JavaScript rendering. Only applies when browser is enabled. Disabled by default.
urlstringyesThe target URL to scrape. Must be a valid, complete URL.
wait_for_selectorstringCSS selector of an element to wait for before returning results. The service will poll until the element appears in the DOM. Only applies when browser is enabled.

No output schema declared.

No examples provided.

scrape_webpage_replace ~395

Scrape a webpage with optional browser rendering, JavaScript execution, and proxy configuration. Supports cookie injection, resource blocking, and element-based wait conditions for dynamic content.

NameTypeReqDescription
block_resourcestringResource types to block from loading in the browser (e.g., image, stylesheet, script, font). Can be specified multiple times for multiple types. Only applies when browser is enabled. Reduces bandwidt…
browserbooleanWhether to use a headless browser for scraping to render JavaScript and handle dynamic content. Enabled by default. Required for JS execution, page source capture, and element waiting.
cookiesstringCookies to include with the scraping request, formatted as semicolon-separated key-value pairs (e.g., name1=value1;name2=value2).
js_snippetstringBase64-encoded JavaScript code to execute after the page loads in the browser. Only applies when browser is enabled. Useful for interactions, scrolling, or data extraction.
proxy_countrystringCountry code for the proxy location (e.g., US, GB, DE). If not specified, a random country will be used. Only applies when using proxies.
proxy_typestringType of proxy to use for the request: datacenter (default) for speed or residential for authenticity. Datacenter proxies are faster; residential proxies better mimic real users.
return_page_sourcebooleanReturn the unaltered HTML returned by the server without JavaScript rendering. Only applies when browser is enabled. When true, JavaScript will not be executed.
urlstringyesThe target URL to scrape. Must be a valid HTTP or HTTPS URL.
wait_for_selectorstringCSS selector of an element to wait for before returning results. The scraper will poll until the element appears in the DOM. Only applies when browser is enabled.

No output schema declared.

No examples provided.

scrape_webpage_submit ~386

Scrape content from a webpage using optional headless browser rendering, JavaScript execution, and proxy configuration. Supports cookie injection, resource blocking, and element-specific wait conditions for dynamic content.

NameTypeReqDescription
block_resourcestringResource types to block from loading in the browser (e.g., image, stylesheet, script, font). Reduces bandwidth and speeds up scraping. Only applies when browser is enabled. Can be specified multiple…
browserbooleanEnable headless browser rendering to execute JavaScript and handle dynamic content. Defaults to true. When disabled, only raw server response is returned.
cookiesstringHTTP cookies to include with the scraping request, formatted as semicolon-separated key-value pairs (e.g., name1=value1;name2=value2).
js_snippetstringBase64-encoded JavaScript code to execute after the page loads in the browser. Only applies when browser is enabled. Useful for interactions, scrolling, or data extraction.
proxy_countrystringCountry code for proxy location (e.g., US, GB, DE). If not specified, a random country is selected. Only applies when using a proxy.
proxy_typestringProxy type for the request: datacenter (faster, shared IPs) or residential (slower, real user IPs). Defaults to datacenter.
return_page_sourcebooleanReturn the unaltered page source as received from the server without JavaScript rendering. Only applies when browser is enabled. Defaults to false.
urlstringyesThe target URL to scrape. Must be a valid, complete URL.
wait_for_selectorstringCSS selector of an element to wait for before returning results. The scraper will poll until the element appears or timeout occurs. Only applies when browser is enabled.

No output schema declared.

No examples provided.

Common questions

What is the com.mcparmory/scrapingant MCP server?

com.mcparmory/scrapingant is an MCP server listed in the public MCP registry as com.mcparmory/scrapingant. Scrape webpages, handle JavaScript and CAPTCHA, extract structured data. This page covers its PyPI package (mcparmory-scrapingant).

Is the com.mcparmory/scrapingant MCP server safe to use?

com.mcparmory/scrapingant scores 73 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.mcparmory/scrapingant MCP server expose?

com.mcparmory/scrapingant exposes 6 tools: scrape_webpage, scrape_webpage_submit, scrape_webpage_replace, scrape_webpage_modify, scrape_webpage_remove, get_usage. Their descriptions and schemas cost roughly 2,003 tokens of context every time the server is loaded.

Is the com.mcparmory/scrapingant MCP server still maintained?

com.mcparmory/scrapingant is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.