MCP Web Tools
MCP Web Tools
Ein leistungsstarker MCP-Server (Model Context Protocol), der KI-Agenten Web-Superkräfte verleiht. Inhalte extrahieren, im Web suchen, Websites überwachen und HTML in Markdown umwandeln – alles über eine saubere Tool-Oberfläche.
Tools
Tool | Beschreibung |
| Strukturierte Inhalte von jeder URL extrahieren (Titel, Überschriften, Absätze, Links, Bilder, Metadaten) |
| Über DuckDuckGo im Web suchen – kein API-Schlüssel erforderlich |
| Prüfen, ob eine Website erreichbar ist, Antwortzeit messen, HTTP-Header abrufen |
| Jede URL oder HTML in sauberes Markdown umwandeln |
| Inhalte von mehreren URLs parallel extrahieren |
Related MCP server: DuckDuckGo MCP Server
Installation
Für Claude Code
Fügen Sie zu Ihren Claude-Code-MCP-Einstellungen hinzu (~/.claude/settings.json):
{
"mcpServers": {
"web-tools": {
"command": "npx",
"args": ["@rog0x/mcp-web-tools"]
}
}
}Für Claude Desktop
Fügen Sie zu claude_desktop_config.json hinzu:
{
"mcpServers": {
"web-tools": {
"command": "npx",
"args": ["@rog0x/mcp-web-tools"]
}
}
}Manuelle Installation
npm install -g @rog0x/mcp-web-tools
mcp-web-toolsVerwendungsbeispiele
Inhalte von einer Webseite extrahieren
Use web_extract to get the main content from https://example.comIm Web suchen
Use web_search to find "best TypeScript frameworks 2026"Eine Website überwachen
Use web_monitor to check if https://api.example.com is respondingSeite in Markdown umwandeln
Use html_to_markdown to convert https://docs.example.com/guide to readable markdownStapel-Extraktion
Use web_multi_extract to get content from these URLs: [url1, url2, url3]Funktionen
Keine API-Schlüssel erforderlich – verwendet DuckDuckGo für die Suche, direktes HTTP für alles andere
Schnell – parallele Extraktion, 15s Timeout pro Anfrage
Saubere Ausgabe – entfernt Skripte, Styles, Werbung; extrahiert sinnvolle Inhalte
Leichtgewichtig – minimale Abhängigkeiten, kein Headless-Browser erforderlich
Produktionsreif – ordnungsgemäße Fehlerbehandlung, Timeouts, Eingabevalidierung
Anforderungen
Node.js 18+
Lizenz
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