Simple Web Scraper
웹사이트와 공개 웹 페이지에서 구조화된 데이터를 추출합니다. 콘텐츠를 가져오고, 정보를 파싱하며, 온라인 데이터를 애플리케이션, 에이전트 및 워크플로에서 사용할 수 있는 형식으로 변환합니다.
문서
Web Scrapper
v1.0.03.4k calls GitHub
Documentation
Guide
Fetch and parse any web page through AI.
A Model Context Protocol (MCP) server that fetches web pages and extracts content using CSS selectors or returns full page HTML, title, and metadata.
Overview
The Web Scraper MCP Server provides simple, no-auth web content extraction:
- Fetch any public web page and return its full HTML, title, and meta description
- Target specific elements on a page using CSS selectors
- Works with any public HTTP/HTTPS URL — no API key or credentials required
Perfect for:
- AI assistants that need to read live content from any public web page
- Extracting specific elements like articles, tables, or product listings
- Quick page lookups without setting up a full scraping pipeline
Tools
API Parameters Reference
Troubleshooting
Resources
- CSS Selectors Reference — MDN CSS selector syntax
- BeautifulSoup Docs — Underlying HTML parsing library
- FastMCP Docs — FastMCP specification
- FastMCP Credentials — FastMCP Credentials package for credential handling
Help Improve This Server
Missing a tool?
Found a bug?
Have an idea for an improvement?
Share your feedback directly with the maintainers - every feedback helps make this server better for everyone.