Skip to main content
Glama
rog0x
by rog0x

MCP Web Tools

AI 에이전트에게 웹 슈퍼파워를 제공하는 강력한 MCP(Model Context Protocol) 서버입니다. 콘텐츠 추출, 웹 검색, 사이트 모니터링, HTML을 마크다운으로 변환 — 모두 간결한 도구 인터페이스를 통해 처리할 수 있습니다.

도구

도구

설명

web_extract

모든 URL에서 구조화된 콘텐츠 추출 (타이틀, 헤딩, 문단, 링크, 이미지, 메타데이터)

web_search

DuckDuckGo로 웹 검색 — API 키 불필요

web_monitor

사이트 작동 여부 확인, 응답 시간 측정, HTTP 헤더 확인

html_to_markdown

모든 URL 또는 HTML을 깔끔한 마크다운으로 변환

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

페이지를 마크다운으로 변환

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