Skip to main content
Glama
CSOAI-ORG

Web Research MCP Server

by CSOAI-ORG

MEOK AI Labs 提供 — すべての人のためのソブリンAIツール。

Web Research MCP Server

AIエージェント向けのウェブ検索およびブラウザ自動化ツールキット。DuckDuckGo経由のウェブ検索(APIキー不要)、ヘッドレスChromiumによるページ閲覧、記事コンテンツの抽出、スクリーンショット撮影、フォーム操作、および複数のページを自動的に検索・読み取りするマルチステップのリサーチワークフローを実行できます。

ツール

ツール

説明

web_search

DuckDuckGo検索 -- APIキー不要

browse_page

フルブラウザ自動化: 抽出、スクリーンショット、クリック、入力、PDF

extract_article

クリーンな記事抽出(ナビゲーション/広告/定型文を除去)

research_topic

マルチステップワークフロー: 検索 + 上位Nページの読み取り + 概要の作成

get_weather

任意の場所の現在の天気 (wttr.in)

インストール

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

duckduckgo-searchパッケージはオプションです。インストールされていない場合、サーバーはHTMLスクレイピングにフォールバックします。browse_pageextract_articleresearch_topicにはPlaywright + Chromiumが必要です。

使用方法

サーバーの実行

python server.py

Claude Desktopの設定

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

呼び出し例

ウェブ検索:

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

ページの閲覧と抽出:

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

スクリーンショットの撮影:

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

トピックのリサーチ(自動):

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

料金

プラン

制限

価格

Free

25回/日

$0

Pro

無制限 + フルスクリーンショット + PDFエクスポート

$9/月

Enterprise

カスタム + プロキシローテーション + CAPTCHA解決

お問い合わせ

ライセンス

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