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

io.github.bamchi/scrapi

NPM · @SCRAPI.AI/MCP-SERVER · 2 COMPONENTS · SCANNED AUG 3

Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.

+21 this week 67 Trust /100
Trust breakdown (6 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 →

Supply Chain Security84
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known low-severity CVE affects @mozilla/readability 0.5.0, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (151 of 153), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 320 tokens (~64/item across 5 items; 5 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @scrapi.ai/mcp-server

# add to Claude Code
claude mcp add bamchi-scrapi -- npx -y @scrapi.ai/mcp-server
# add to Codex CLI
codex mcp add bamchi-scrapi -- npx -y @scrapi.ai/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bamchi-scrapi": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@scrapi.ai/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add bamchi-scrapi --command npx --arg -y --arg @scrapi.ai/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  bamchi-scrapi:
    command: "npx"
    args: ["-y", "@scrapi.ai/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "bamchi-scrapi": {
      "command": "npx",
      "args": [
        "-y",
        "@scrapi.ai/mcp-server"
      ]
    }
  }
}
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.

  • 2 Aug 26 +46
    • CVE-2025-2792 affects this package: low security
    • Known CVEs: unverified → fail security
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • Security disclosure: fail → unverified functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/@scrapi.ai/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-3p6v-hrg8-8qj7 CVE-2025-2792 low yes
Dependencies 151 packages

151 packages in the resolved dependency tree · 151 deprecated · 45 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 5 exposed · ~320 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.

Tool Tokens
get_billing ~122

Retrieve MCP billing information: subscription details, available plans, daily usage history, or spending limits. Requires MCP API key (hsmcp_ prefix).

NameTypeReqDescription
actionstringyesWhat billing info to retrieve: subscription (current plan details), plans (available plans), daily_usage (credit usage history), spending_limits (daily spend limit status)
end_datestringEnd date for daily_usage (YYYY-MM-DD). Default: today
start_datestringStart date for daily_usage (YYYY-MM-DD). Default: 30 days ago

No output schema declared.

No examples provided.

get_usage ~39

Check API usage and remaining credits. Returns current plan, total credits, usage, remaining credits, and reset date. Supports both MCP and Legacy API keys.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

scrape_url ~60

Scrapes a webpage and returns the content in AI-readable Markdown format. Can access blocked sites through browser rendering.

NameTypeReqDescription
formatstringOutput format: markdown (default) or text
urlstringyesThe URL of the webpage to scrape

No output schema declared.

No examples provided.

scrape_urls ~62

Scrapes multiple webpages in parallel and returns the content in AI-readable Markdown format. Can access blocked sites through browser rendering.

NameTypeReqDescription
formatstringOutput format: markdown (default) or text
urlsarrayyesURLs to scrape (max 10)

No output schema declared.

No examples provided.

scraper_server_status ~37

Check the status of all ScraperServer instances. Shows server health, circuit breaker state, failure counts, and last success/failure times.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.