Skip to main content
Glama
rog0x
by rog0x

MCP Web Tools

AIエージェントにウェブの超能力を与える、パワフルなMCP(Model Context Protocol)サーバー。コンテンツの抽出、ウェブ検索、サイトの監視、HTMLからMarkdownへの変換を、すべてクリーンなツールインターフェースで実現します。

Tools

Tool

Description

web_extract

任意のURLから構造化されたコンテンツを抽出(タイトル、見出し、段落、リンク、画像、メタデータ)

web_search

DuckDuckGoでウェブ検索 — APIキー不要

web_monitor

サイトの稼働確認、応答時間の計測、HTTPヘッダーの取得

html_to_markdown

任意のURLまたはHTMLをクリーンなMarkdownに変換

web_multi_extract

複数のURLから並行してコンテンツを抽出

Related MCP server: DuckDuckGo MCP Server

インストール

Claude Codeの場合

Claude CodeのMCP設定(~/.claude/settings.json)に追加します:

{
  "mcpServers": {
    "web-tools": {
      "command": "npx",
      "args": ["@rog0x/mcp-web-tools"]
    }
  }
}

Claude Desktopの場合

claude_desktop_config.json に追加します:

{
  "mcpServers": {
    "web-tools": {
      "command": "npx",
      "args": ["@rog0x/mcp-web-tools"]
    }
  }
}

手動インストール

npm install -g @rog0x/mcp-web-tools
mcp-web-tools

使用例

ウェブページからコンテンツを抽出

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

ウェブを検索

Use web_search to find "best TypeScript frameworks 2026"

ウェブサイトを監視

Use web_monitor to check if https://api.example.com is responding

ページをMarkdownに変換

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

一括抽出

Use web_multi_extract to get content from these URLs: [url1, url2, url3]

特徴

  • APIキー不要 — 検索はDuckDuckGo、それ以外は直接HTTPを使用

  • 高速 — 並列抽出、リクエストごとのタイムアウト15秒

  • クリーンな出力 — スクリプト、スタイル、広告を除去し、意味のあるコンテンツを抽出

  • 軽量 — 依存関係が最小限、ヘッドレスブラウザ不要

  • 本番対応 — 適切なエラー処理、タイムアウト、入力検証

要件

  • Node.js 18+

ライセンス

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