thunderbit-web-scraping-mcp
OfficialThunderbit MCP 服务器
用于 Thunderbit Open API 的开源工具包 —— 包含 CLI、MCP 服务器和 Claude Code 插件。
此 monorepo 包含三个软件包,均由 Thunderbit Open API 提供支持:
软件包 | 用途 | 适用对象 |
用于提炼 / 提取 / 批处理的命令行工具 | 开发者、脚本、CI | |
模型上下文协议服务器(7 个工具) | AI 助手 —— Claude Desktop、Cursor、Cline、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 markdownMCP 服务器 (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_hereRelated MCP server: Anybrowse
您可以做什么
将任何网页转换为整洁、适合 LLM 使用的 Markdown
使用 JSON Schema 从页面提取结构化数据
当您不确定页面内容时,获取 AI 建议的字段
一次对最多 100 个 URL 运行批处理作业
定价
提炼 (Distill) — 1 积分。提取 (Extract) — 20 积分。建议字段 (Suggest fields) — 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
This server cannot be installed
Maintenance
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
- -licenseNot gradedqualityNot gradedmaintenanceEnables 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.
- AlicenseAqualityCmaintenanceMCP-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.584MIT
- AlicenseNot gradedqualityBmaintenanceThe 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.33212AGPL 3.0
- AlicenseNot gradedqualityFmaintenanceMCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.43MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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