🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@thunderbit/mcp-server

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thunderbit/mcp-server - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-1
package.json
{
"name": "@thunderbit/mcp-server",
"version": "1.0.2",
"version": "1.0.3",
"mcpName": "io.github.thunderbit-open/thunderbit-mcp-server",

@@ -5,0 +5,0 @@ "description": "Thunderbit MCP Server — AI-powered web scraping and structured data extraction for Claude, ChatGPT, and other MCP-compatible AI assistants.",

@@ -62,3 +62,3 @@ # @thunderbit/mcp-server

|------|------|---------|
| `thunderbit_suggest_fields` | 1 credit | Discover what data is on a page |
| `thunderbit_suggest_fields` | Free | Discover what data is on a page |
| `thunderbit_distill` | 1 credit | Page → clean Markdown |

@@ -65,0 +65,0 @@ | `thunderbit_extract` | 20 credits | Page → structured JSON via schema |

@@ -88,3 +88,3 @@ import { z } from "zod";

description:
"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. Costs 1 credit per call.",
"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.",
inputSchema: {

@@ -91,0 +91,0 @@ url: z.string().url().describe("Web page URL to analyze"),