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.0
to
1.0.1
+1
-1
package.json
{
"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": [

@@ -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"