@thunderbit/mcp-server
Advanced tools
+1
-1
| { | ||
| "name": "@thunderbit/mcp-server", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Thunderbit MCP Server — AI-powered web scraping and structured data extraction for Claude, ChatGPT, and other MCP-compatible AI assistants.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
+1
-1
@@ -21,3 +21,3 @@ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; | ||
| "All tools require a Thunderbit API key — set via THUNDERBIT_API_KEY env var or pass as 'apiKey' parameter. " + | ||
| "Get your API key at https://thunderbit.com/open-api.", | ||
| "Get your API key at https://app.thunderbit.com/console.", | ||
| } | ||
@@ -24,0 +24,0 @@ ); |
@@ -25,3 +25,3 @@ import { z } from "zod"; | ||
| : e.status === 401 | ||
| ? " — Check your API key at https://thunderbit.com/open-api" | ||
| ? " — Check your API key at https://app.thunderbit.com/console" | ||
| : e.status === 429 | ||
@@ -28,0 +28,0 @@ ? " — Rate limit exceeded, retry later" |
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.
16678
0.04%