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를 기반으로 하는 세 가지 패키지를 제공합니다:

패키지

목적

대상

@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 사용자

thunderbit.com/open-api에서 무료 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

수행 가능한 작업

  • 모든 웹 페이지를 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