Skip to main content
Glama
rog0x
by rog0x

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

web_extract

Strukturierte Inhalte von jeder URL extrahieren (Titel, Überschriften, Absätze, Links, Bilder, Metadaten)

web_search

Über DuckDuckGo im Web suchen – kein API-Schlüssel erforderlich

web_monitor

Prüfen, ob eine Website erreichbar ist, Antwortzeit messen, HTTP-Header abrufen

html_to_markdown

Jede URL oder HTML in sauberes Markdown umwandeln

web_multi_extract

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-tools

Verwendungsbeispiele

Inhalte von einer Webseite extrahieren

Use web_extract to get the main content from https://example.com

Im 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 responding

Seite in Markdown umwandeln

Use html_to_markdown to convert https://docs.example.com/guide to readable markdown

Stapel-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

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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