io.github.thunderbit-open/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.
Available components
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 & Transparency19
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 66 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability59
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 955 tokens (~136/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 Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
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
claude mcp add thunderbit-open-thunderbit-mcp-server -- npx -y @thunderbit/mcp-server
codex mcp add thunderbit-open-thunderbit-mcp-server -- npx -y @thunderbit/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"thunderbit-open-thunderbit-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@thunderbit/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add thunderbit-open-thunderbit-mcp-server --command npx --arg -y --arg @thunderbit/mcp-server
mcp_servers:
thunderbit-open-thunderbit-mcp-server:
command: "npx"
args: ["-y", "@thunderbit/mcp-server"] {
"mcpServers": {
"thunderbit-open-thunderbit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thunderbit/mcp-server"
]
}
}
} 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 +42
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 31 Jul 26 −4
- 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: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 38
First indexed and scored.
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.
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.
thunderbit_batch_distill_create Create Batch Distill Job ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| apiKey | string | — | Thunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set. |
| timeout | integer | — | — |
| urls | array | yes | URLs to distill (max 100) |
No output schema declared.
No examples provided.
thunderbit_batch_distill_status Check Batch Distill Status ~112
Poll the status and retrieve results of a batch distill job. Free (0 credits).
| Name | Type | Req | Description |
|---|---|---|---|
| apiKey | string | — | Thunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set. |
| jobId | string | yes | Job ID returned from thunderbit_batch_distill_create |
| page | integer | — | Page number, 0-based (default 0) |
| pageSize | integer | — | Results per page (default 20, max 100) |
No output schema declared.
No examples provided.
thunderbit_batch_extract_create Create Batch Extract Job ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| apiKey | string | — | Thunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set. |
| schema | object | yes | JSON Schema applied to every URL |
| timeout | integer | — | — |
| urls | array | yes | — |
No output schema declared.
No examples provided.
thunderbit_batch_extract_status Check Batch Extract Status ~79
Poll the status and retrieve results of a batch extract job. Free (0 credits).
| Name | Type | Req | Description |
|---|---|---|---|
| apiKey | string | — | Thunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set. |
| jobId | string | yes | — |
| page | integer | — | — |
| pageSize | integer | — | — |
No output schema declared.
No examples provided.
thunderbit_distill Distill Web Page to Markdown ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| apiKey | string | — | Thunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set. |
| countryCode | string | — | ISO 2-letter country code (default US) |
| excludeTags | array | — | HTML tags to exclude |
| includeTags | array | — | HTML tags to include |
| renderMode | string | — | Page render mode |
| timeout | integer | — | Timeout in ms (5000-60000) |
| url | string | yes | Web page URL to convert |
| waitFor | integer | — | Wait time after load for dynamic content (ms) |
No output schema declared.
No examples provided.
thunderbit_extract Extract Structured Data ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| apiKey | string | — | Thunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set. |
| renderMode | string | — | — |
| schema | object | yes | JSON Schema defining the data structure to extract |
| timeout | integer | — | — |
| url | string | yes | Web page URL |
| waitFor | integer | — | — |
No output schema declared.
No examples provided.
thunderbit_suggest_fields Suggest Extractable 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.
| Name | Type | Req | Description |
|---|---|---|---|
| apiKey | string | — | Thunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set. |
| countryCode | string | — | — |
| prompt | string | — | Optional guidance for what fields to suggest |
| url | string | yes | Web page URL to analyze |
No output schema declared.
No examples provided.