thunderbit-web-scraping-mcp
OfficialMCP-сервер Thunderbit
Инструментарий с открытым исходным кодом для Thunderbit Open API — CLI, MCP-сервер и плагин для Claude Code.
Этот монорепозиторий содержит три пакета, работающих на базе Thunderbit Open API:
Пакет | Назначение | Аудитория |
Инструмент командной строки для дистилляции / извлечения / пакетной обработки | Разработчики, скрипты, CI | |
Сервер протокола Model Context Protocol (7 инструментов) | ИИ-ассистенты — Claude Desktop, Cursor, Cline, 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 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
Что вы можете делать
Преобразовывать любую веб-страницу в чистый Markdown, готовый для LLM
Извлекать структурированные данные со страниц с помощью JSON Schema
Получать предложенные ИИ поля, если вы не знаете, что находится на странице
Запускать пакетные задания для обработки до 100 URL-адресов одновременно
Тарифы
Дистилляция — 1 кредит. Извлечение — 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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Scrape, crawl and search the web for AI agents via MCP.
Web scraping for AI agents. Extract text and metadata from any URL worldwide. $0.005/page.
- mcpOAuthcom.sequentum
Turn the web into structured, reliable, actionable enterprise data for AI Agents
Web Content Extract Mcp connects AI agents to real public APIs via MCP. Tools include
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.-
- AlicenseAqualityDmaintenanceMCP-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.595MIT
- 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.42MIT
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