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.thunderbit-com/thunderbit-mcp-server

NPM · @THUNDERBIT/MCP-SERVER · SCANNED AUG 3

AI-powered web scraping MCP. Distill pages to Markdown or extract structured data via JSON Schema.

+20 this week 64 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 Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability59
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 963 tokens (~137/item across 7 items; 7 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 Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage90
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 70% of tool parameters carry a description.Partial
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 · @thunderbit/mcp-server

# add to Claude Code
claude mcp add thunderbit-com-thunderbit-mcp-server -- npx -y @thunderbit/mcp-server
# add to Codex CLI
codex mcp add thunderbit-com-thunderbit-mcp-server -- npx -y @thunderbit/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "thunderbit-com-thunderbit-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@thunderbit/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add thunderbit-com-thunderbit-mcp-server --command npx --arg -y --arg @thunderbit/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  thunderbit-com-thunderbit-mcp-server:
    command: "npx"
    args: ["-y", "@thunderbit/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "thunderbit-com-thunderbit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thunderbit/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 +45
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good 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
  • 30 Jul 26 +20
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −20
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 44

    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/@thunderbit/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

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

MCP tools — 7 exposed · ~822 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
thunderbit_batch_distill_create ~101

Create a batch job to distill multiple URLs into Markdown (max 100 URLs). Returns a job ID — poll thunderbit_batch_distill_status until complete. Costs 1 credit per URL.

NameTypeReqDescription
apiKeystringThunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set.
timeoutinteger
urlsarrayyesURLs to distill (max 100)

No output schema declared.

No examples provided.

thunderbit_batch_distill_status ~112

Poll the status and retrieve results of a batch distill job. Free (0 credits).

NameTypeReqDescription
apiKeystringThunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set.
jobIdstringyesJob ID returned from thunderbit_batch_distill_create
pageintegerPage number, 0-based (default 0)
pageSizeintegerResults per page (default 20, max 100)

No output schema declared.

No examples provided.

thunderbit_batch_extract_create ~104

Create a batch job to extract structured data from multiple URLs (max 100 URLs). Returns a job ID — poll thunderbit_batch_extract_status until complete. Costs 20 credits per URL.

NameTypeReqDescription
apiKeystringThunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set.
schemaobjectyesJSON Schema applied to every URL
timeoutinteger
urlsarrayyes

No output schema declared.

No examples provided.

thunderbit_batch_extract_status ~79

Poll the status and retrieve results of a batch extract job. Free (0 credits).

NameTypeReqDescription
apiKeystringThunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set.
jobIdstringyes
pageinteger
pageSizeinteger

No output schema declared.

No examples provided.

thunderbit_distill ~172

Convert a web page into clean, LLM-ready Markdown. Ideal for research, content analysis, RAG ingestion, and reading articles behind complex layouts. Costs 1 credit per call.

NameTypeReqDescription
apiKeystringThunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set.
countryCodestringISO 2-letter country code (default US)
excludeTagsarrayHTML tags to exclude
includeTagsarrayHTML tags to include
renderModestringPage render mode
timeoutintegerTimeout in ms (5000-60000)
urlstringyesWeb page URL to convert
waitForintegerWait time after load for dynamic content (ms)

No output schema declared.

No examples provided.

thunderbit_extract ~134

Extract structured data from a web page using a JSON Schema. Perfect for lead generation, price monitoring, competitive analysis, and dataset building. Use thunderbit_suggest_fields first if you don't know the page structure. Costs 20 credits per call.

NameTypeReqDescription
apiKeystringThunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set.
renderModestring
schemaobjectyesJSON Schema defining the data structure to extract
timeoutinteger
urlstringyesWeb page URL
waitForinteger

No output schema declared.

No examples provided.

thunderbit_suggest_fields ~120

Analyze a web page and automatically suggest extractable fields/columns. Start here when you don't know what data a page contains — returns field names, types, and extraction instructions usable directly with thunderbit_extract. Free — no credits consumed.

NameTypeReqDescription
apiKeystringThunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set.
countryCodestring
promptstringOptional guidance for what fields to suggest
urlstringyesWeb page URL to analyze

No output schema declared.

No examples provided.