MCP Web Tools
MCP Web Tools
Мощный MCP-сервер (Model Context Protocol), который даёт AI-агентам веб-суперспособности. Извлекайте контент, ищите в интернете, отслеживайте сайты и конвертируйте HTML в Markdown — всё через чистый интерфейс инструментов.
Инструменты
Инструмент | Описание |
| Извлекает структурированный контент с любого URL (заголовок, заголовки, абзацы, ссылки, изображения, метаданные) |
| Поиск в интернете через DuckDuckGo — API-ключ не нужен |
| Проверяет, работает ли сайт, измеряет время ответа, получает HTTP-заголовки |
| Конвертирует любой URL или HTML в чистый Markdown |
| Извлекает контент с нескольких URL параллельно |
Related MCP server: DuckDuckGo MCP Server
Установка
Для Claude Code
Добавьте в настройки MCP для Claude Code (~/.claude/settings.json):
{
"mcpServers": {
"web-tools": {
"command": "npx",
"args": ["@rog0x/mcp-web-tools"]
}
}
}Для Claude Desktop
Добавьте в claude_desktop_config.json:
{
"mcpServers": {
"web-tools": {
"command": "npx",
"args": ["@rog0x/mcp-web-tools"]
}
}
}Ручная установка
npm install -g @rog0x/mcp-web-tools
mcp-web-toolsПримеры использования
Извлечение контента с веб-страницы
Use web_extract to get the main content from https://example.comПоиск в интернете
Use web_search to find "best TypeScript frameworks 2026"Мониторинг сайта
Use web_monitor to check if https://api.example.com is respondingКонвертация страницы в Markdown
Use html_to_markdown to convert https://docs.example.com/guide to readable markdownПакетное извлечение
Use web_multi_extract to get content from these URLs: [url1, url2, url3]Возможности
API-ключи не требуются — используется DuckDuckGo для поиска, прямой HTTP для всего остального
Быстро — параллельное извлечение, таймаут 15 секунд на запрос
Чистый вывод — удаляет скрипты, стили, рекламу; извлекает значимый контент
Лёгкий — минимальные зависимости, не нужен headless-браузер
Готов к продакшену — правильная обработка ошибок, таймауты, валидация входных данных
Требования
Node.js 18+
Лицензия
MIT — rog0x
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
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to perform query-driven web searches and fetch page content via Bing and DuckDuckGo engines, with automatic fallback and no API keys needed.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search the web via DuckDuckGo and fetch relevant webpage content using an LLM, without requiring an API key.
- AlicenseAqualityCmaintenanceEnables AI agents to fetch any web page as clean markdown or screenshot it, turning URLs into LLM-ready context.211MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to perform web searches, extract webpage content, and conduct end-to-end search-and-extract operations using multiple search providers and content extraction methods.
Related MCP Connectors
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
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/rog0x/mcp-web-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server