@thunderbit/mcp-server
Advanced tools
+1
-1
| { | ||
| "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.", |
+1
-1
@@ -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"), |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
16743
0.01%