MCP Web Tools
MCP Web Tools
Un potente servidor MCP (Model Context Protocol) que otorga superpoderes web a los agentes de IA. Extrae contenido, busca en la web, monitoriza sitios y convierte HTML a markdown — todo a través de una interfaz de herramientas limpia.
Herramientas
Herramienta | Descripción |
| Extrae contenido estructurado de cualquier URL (título, encabezados, párrafos, enlaces, imágenes, metadatos) |
| Busca en la web mediante DuckDuckGo — no se necesita clave de API |
| Comprueba si un sitio está activo, mide el tiempo de respuesta y obtiene las cabeceras HTTP |
| Convierte cualquier URL o HTML a markdown limpio |
| Extrae contenido de varias URLs en paralelo |
Related MCP server: DuckDuckGo MCP Server
Instalación
Para Claude Code
Añade esto a la configuración de MCP de Claude Code (~/.claude/settings.json):
{
"mcpServers": {
"web-tools": {
"command": "npx",
"args": ["@rog0x/mcp-web-tools"]
}
}
}Para Claude Desktop
Añade esto a claude_desktop_config.json:
{
"mcpServers": {
"web-tools": {
"command": "npx",
"args": ["@rog0x/mcp-web-tools"]
}
}
}Instalación manual
npm install -g @rog0x/mcp-web-tools
mcp-web-toolsEjemplos de uso
Extraer contenido de una página web
Use web_extract to get the main content from https://example.comBuscar en la web
Use web_search to find "best TypeScript frameworks 2026"Monitorizar un sitio web
Use web_monitor to check if https://api.example.com is respondingConvertir una página a markdown
Use html_to_markdown to convert https://docs.example.com/guide to readable markdownExtracción por lotes
Use web_multi_extract to get content from these URLs: [url1, url2, url3]Características
No se requieren claves de API — usa DuckDuckGo para las búsquedas y HTTP directo para todo lo demás
Rápido — extracción en paralelo, tiempo de espera de 15s por solicitud
Salida limpia — elimina scripts, estilos y anuncios; extrae contenido relevante
Ligero — dependencias mínimas, no necesita navegador sin interfaz gráfica
Listo para producción — gestión adecuada de errores, tiempos de espera y validación de entradas
Requisitos
Node.js 18+
Licencia
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