MCP Web Tools
MCP Web Tools
AIエージェントにウェブの超能力を与える、パワフルなMCP(Model Context Protocol)サーバー。コンテンツの抽出、ウェブ検索、サイトの監視、HTMLからMarkdownへの変換を、すべてクリーンなツールインターフェースで実現します。
Tools
Tool | Description |
| 任意のURLから構造化されたコンテンツを抽出(タイトル、見出し、段落、リンク、画像、メタデータ) |
| DuckDuckGoでウェブ検索 — APIキー不要 |
| サイトの稼働確認、応答時間の計測、HTTPヘッダーの取得 |
| 任意のURLまたはHTMLをクリーンなMarkdownに変換 |
| 複数の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
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