MCP Web Tools
MCP Web Tools
AI 에이전트에게 웹 슈퍼파워를 제공하는 강력한 MCP(Model Context Protocol) 서버입니다. 콘텐츠 추출, 웹 검색, 사이트 모니터링, HTML을 마크다운으로 변환 — 모두 간결한 도구 인터페이스를 통해 처리할 수 있습니다.
도구
도구 | 설명 |
| 모든 URL에서 구조화된 콘텐츠 추출 (타이틀, 헤딩, 문단, 링크, 이미지, 메타데이터) |
| DuckDuckGo로 웹 검색 — API 키 불필요 |
| 사이트 작동 여부 확인, 응답 시간 측정, HTTP 헤더 확인 |
| 모든 URL 또는 HTML을 깔끔한 마크다운으로 변환 |
| 여러 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페이지를 마크다운으로 변환
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