Skip to main content
Glama
thunderbit-com

thunderbit-web-scraping-mcp

Official

Thunderbit MCPサーバー

Thunderbit Open API用のオープンソースツールキット — CLI、MCPサーバー、およびClaude Codeプラグイン。

npm: @thunderbit/mcp-server npm: @thunderbit/thunderbit-cli License: MIT

このモノレポには、Thunderbit Open APIを基盤とする3つのパッケージが含まれています:

パッケージ

目的

対象ユーザー

@thunderbit/thunderbit-cli

distill / extract / batch用コマンドラインツール

開発者、スクリプト、CI

@thunderbit/mcp-server

Model Context Protocolサーバー (7つのツール)

AIアシスタント — Claude Desktop、Cursor、Cline、Claude Code

thunderbit Claude Codeプラグイン

バンドルされたMCP + 4つのスキル

Claude Codeユーザー

無料のAPIキーはthunderbit.com/open-apiで取得できます。


クイックスタート

CLI

npm i -g @thunderbit/thunderbit-cli
export THUNDERBIT_API_KEY=tb_your_api_key_here
thunderbit distill https://example.com -f markdown

MCPサーバー (Claude Desktop / Cursor / Cline)

MCPクライアントの設定を編集します:

{
  "mcpServers": {
    "thunderbit": {
      "command": "npx",
      "args": ["-y", "@thunderbit/mcp-server"],
      "env": { "THUNDERBIT_API_KEY": "tb_your_api_key_here" }
    }
  }
}

Claude Codeプラグイン

claude plugin marketplace add thunderbit-open/thunderbit-mcp-server
claude plugin add thunderbit
export THUNDERBIT_API_KEY=tb_your_api_key_here

Related MCP server: Anybrowse

できること

  • あらゆるWebページを、LLMに適したクリーンなMarkdownに変換

  • JSON Schemaを使用してページから構造化データを抽出

  • ページの内容が不明な場合に、AIがフィールドを提案

  • 一度に最大100個のURLに対してバッチジョブを実行


料金

Distill — 1クレジット。Extract — 20クレジット。フィールドの提案 — 1クレジット。バッチジョブはURLごとにスケーリングされます。ステータスのポーリングは無料です。

チャージはthunderbit.com/billingから行えます。


開発

git clone https://github.com/thunderbit-open/thunderbit-mcp-server.git
cd thunderbit-mcp-server
# each package is independent
cd packages/mcp-server && npm install
cd packages/cli && npm install

ライセンス

MIT © Thunderbit

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
1dResponse time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables AI models to scrape and extract data from any website globally using Thordata's 195+ country proxy network. Bypasses anti-bot systems and renders JavaScript content, outputting structured data in Markdown, HTML, or Links format.
  • A
    license
    A
    quality
    C
    maintenance
    MCP-native web scraping and search API for AI agents. Converts any URL to clean Markdown with 90% success rate, including Cloudflare-protected sites and JS SPAs. Real-time web search via Brave Search API. CAPTCHA solving built-in. 10 free scrapes/day.
    5
    8
    4
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    The web data platform for AI agents. Fetch, search, crawl, extract, monitor, and screenshot any URL. 55+ domain extractors, 65-98% token savings. 7 MCP tools included.
    332
    12
    AGPL 3.0
  • A
    license
    Not graded
    quality
    F
    maintenance
    MCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.
    43
    MIT

View all related MCP servers

Related MCP Connectors

  • Turn the web into structured, reliable, actionable enterprise data for AI Agents

  • Web search, page extraction and structured commerce, social and business data for AI agents

  • Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thunderbit-com/thunderbit-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server