
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
@thunderbit/mcp-server
Advanced tools
Thunderbit MCP Server — AI-powered web scraping and structured data extraction for Claude, ChatGPT, and other MCP-compatible AI assistants.
Thunderbit MCP Server — AI-powered web scraping and structured data extraction for Claude, ChatGPT, and any MCP-compatible AI assistant.
A Model Context Protocol (MCP) server that lets AI assistants:
Backed by the Thunderbit Open API. Get a free API key at thunderbit.com/open-api.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"thunderbit": {
"command": "npx",
"args": ["-y", "@thunderbit/mcp-server"],
"env": {
"THUNDERBIT_API_KEY": "tb_your_api_key_here"
}
}
}
}
Restart Claude Desktop. The Thunderbit tools should appear in the tool picker.
Same config shape — command: "npx", args: ["-y", "@thunderbit/mcp-server"].
npm install -g @thunderbit/mcp-server
thunderbit-mcp
Or one-shot:
THUNDERBIT_API_KEY=tb_xxx npx -y @thunderbit/mcp-server
| Tool | Cost | Purpose |
|---|---|---|
thunderbit_suggest_fields | 1 credit | Discover what data is on a page |
thunderbit_distill | 1 credit | Page → clean Markdown |
thunderbit_extract | 20 credits | Page → structured JSON via schema |
thunderbit_batch_distill_create | 1 credit/URL | Distill up to 100 URLs |
thunderbit_batch_distill_status | Free | Poll batch distill results |
thunderbit_batch_extract_create | 20 credits/URL | Extract from up to 100 URLs |
thunderbit_batch_extract_status | Free | Poll batch extract results |
1. thunderbit_suggest_fields → See what data the page has
2. thunderbit_extract → Pull it as structured JSON
OR thunderbit_distill → Get the page as Markdown
3. (Bulk) batch_*_create → Submit up to 100 URLs
4. (Bulk) batch_*_status → Poll until done
| Env Var | Description | Default |
|---|---|---|
THUNDERBIT_API_KEY | API key (tb_...) | — (required) |
THUNDERBIT_API_BASE_URL | API base URL | https://openapi.thunderbit.com |
THUNDERBIT_TIMEOUT_MS | HTTP timeout per call | 120000 |
API key precedence: tool-call apiKey argument → THUNDERBIT_API_KEY env var → error.
| HTTP Status | Hint |
|---|---|
| 401 | Invalid API key — check THUNDERBIT_API_KEY |
| 402 | Out of credits — top up at thunderbit.com/billing |
| 429 | Rate-limit exceeded — retry later |
Errors are returned as MCP tool errors (isError: true) so the AI can react gracefully.
git clone https://github.com/thunderbit-open/thunderbit-mcp-server.git
cd thunderbit-mcp-server/packages/mcp-server
npm install
THUNDERBIT_API_KEY=tb_xxx node bin/cli.js
The server speaks MCP over stdio. To test interactively, use @modelcontextprotocol/inspector:
npx @modelcontextprotocol/inspector node bin/cli.js
MIT © Thunderbit
FAQs
Thunderbit MCP Server — AI-powered web scraping and structured data extraction for Claude, ChatGPT, and other MCP-compatible AI assistants.
The npm package @thunderbit/mcp-server receives a total of 43 weekly downloads. As such, @thunderbit/mcp-server popularity was classified as not popular.
We found that @thunderbit/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.