# io.github.thunderbit-open/thunderbit-mcp-server (npm · @thunderbit/mcp-server)

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

- Trust score: 56/100 (low)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@thunderbit/mcp-server`: 56/100 (this document), [markdown](https://verifymcp.io/servers/thunderbit-open-thunderbit-mcp-server/thunderbit-mcp-server.md), [page](https://verifymcp.io/servers/thunderbit-open-thunderbit-mcp-server/thunderbit-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@thunderbit/mcp-server`
- Version: `1.0.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 66 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 59/100
  - AI-judged instruction clarity (good).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 70% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

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

## Install

### Claude

```bash
claude mcp add thunderbit-open-thunderbit-mcp-server -- npx -y @thunderbit/mcp-server
```

### Codex

```bash
codex mcp add thunderbit-open-thunderbit-mcp-server -- npx -y @thunderbit/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "thunderbit-open-thunderbit-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@thunderbit/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add thunderbit-open-thunderbit-mcp-server --command npx --arg -y --arg @thunderbit/mcp-server
```

### Hermes

```yaml
mcp_servers:
  thunderbit-open-thunderbit-mcp-server:
    command: "npx"
    args: ["-y", "@thunderbit/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "thunderbit-open-thunderbit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thunderbit/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 56, +42)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-07-31 (score 14, −4)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 18, −20)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 38)

First indexed and scored.

## MCP tools (7)

### `thunderbit_distill` (~172 tokens)

Distill Web Page to Markdown

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.

Input parameters:

- `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, required): Web page URL to convert
- `waitFor` (integer): Wait time after load for dynamic content (ms)

### `thunderbit_extract` (~134 tokens)

Extract Structured Data

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.

Input parameters:

- `apiKey` (string): Thunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set.
- `renderMode` (string)
- `schema` (object, required): JSON Schema defining the data structure to extract
- `timeout` (integer)
- `url` (string, required): Web page URL
- `waitFor` (integer)

### `thunderbit_suggest_fields` (~120 tokens)

Suggest Extractable Fields

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.

Input parameters:

- `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, required): Web page URL to analyze

### `thunderbit_batch_distill_create` (~101 tokens)

Create Batch Distill Job

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.

Input parameters:

- `apiKey` (string): Thunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set.
- `timeout` (integer)
- `urls` (array, required): URLs to distill (max 100)

### `thunderbit_batch_distill_status` (~112 tokens)

Check Batch Distill Status

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

Input parameters:

- `apiKey` (string): Thunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set.
- `jobId` (string, required): 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)

### `thunderbit_batch_extract_create` (~104 tokens)

Create Batch Extract Job

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.

Input parameters:

- `apiKey` (string): Thunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set.
- `schema` (object, required): JSON Schema applied to every URL
- `timeout` (integer)
- `urls` (array, required)

### `thunderbit_batch_extract_status` (~79 tokens)

Check Batch Extract Status

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

Input parameters:

- `apiKey` (string): Thunderbit API key (tb_xxx). Optional if THUNDERBIT_API_KEY env var is set.
- `jobId` (string, required)
- `page` (integer)
- `pageSize` (integer)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/thunderbit-open-thunderbit-mcp-server/thunderbit-mcp-server#diagnostics

## Score history

- 2026-08-03: 56
- 2026-08-02: 56
- 2026-08-01: 14
- 2026-07-31: 14
- 2026-07-30: 18
- 2026-07-28: 38
- 2026-07-27: 38

## Links

- npm package: https://www.npmjs.com/package/@thunderbit/mcp-server
- Socket report: https://socket.dev/npm/package/@thunderbit/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/thunderbit-open-thunderbit-mcp-server/thunderbit-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/thunderbit-open-thunderbit-mcp-server/thunderbit-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/thunderbit-open-thunderbit-mcp-server/thunderbit-mcp-server
