Skip to main content
Glama
CSOAI-ORG

Web Research MCP Server

by CSOAI-ORG

Von MEOK AI Labs — Souveräne KI-Tools für alle.

Web Research MCP Server

Websuche- und Browser-Automatisierungs-Toolkit für KI-Agenten. Durchsuche das Web über DuckDuckGo (kein API-Schlüssel erforderlich), besuche Seiten mit Headless Chromium, extrahiere Artikelinhalte, erstelle Screenshots, interagiere mit Formularen und führe mehrstufige Recherche-Workflows aus, die automatisch mehrere Seiten suchen und lesen.

Tools

Tool

Beschreibung

web_search

DuckDuckGo-Suche -- kein API-Schlüssel erforderlich

browse_page

Vollständige Browser-Automatisierung: Extrahieren, Screenshot, Klicken, Tippen, PDF

extract_article

Saubere Artikelextraktion (entfernt Navigation/Anzeigen/Boilerplate)

research_topic

Mehrstufiger Workflow: Suchen + Lesen der Top N Seiten + Zusammenfassung erstellen

get_weather

Aktuelles Wetter für jeden Ort (wttr.in)

Installation

pip install mcp httpx playwright duckduckgo-search
python -m playwright install chromium

Das duckduckgo-search-Paket ist optional -- der Server greift auf HTML-Scraping zurück, falls es nicht installiert ist. Playwright + Chromium ist für browse_page, extract_article und research_topic erforderlich.

Verwendung

Server starten

python server.py

Claude Desktop Konfiguration

{
  "mcpServers": {
    "web-research": {
      "command": "python",
      "args": ["/path/to/web-research-mcp/server.py"]
    }
  }
}

Beispielaufrufe

Websuche:

Tool: web_search
Input: {"query": "best practices for MCP server development", "limit": 5}
Output: {"results": [{"title": "...", "url": "...", "snippet": "..."}], "query": "...", "engine": "duckduckgo"}

Seite besuchen und extrahieren:

Tool: browse_page
Input: {"url": "https://example.com/article", "action": "extract"}
Output: {"status": "ok", "title": "...", "text": "...", "links": [...]}

Screenshot erstellen:

Tool: browse_page
Input: {"url": "https://example.com", "action": "screenshot"}
Output: {"status": "ok", "image_base64": "...", "full_size_bytes": 142531}

Thema recherchieren (automatisiert):

Tool: research_topic
Input: {"query": "MCP protocol specification 2026", "depth": 3}
Output: {"pages_searched": 5, "pages_read": 3, "sources": [...], "brief": "# Research: ..."}

Preise

Stufe

Limit

Preis

Kostenlos

25 Aufrufe/Tag

$0

Pro

Unbegrenzt + vollständige Screenshots + PDF-Export

$9/Monat

Enterprise

Benutzerdefiniert + Proxy-Rotation + CAPTCHA-Lösung

Kontaktieren Sie uns

Lizenz

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/CSOAI-ORG/web-research-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server