Simple Web Scraper
Web sitelerinden ve herkese açık web sayfalarından yapılandırılmış veri çıkarın. İçerik getirin, bilgileri ayrıştırın ve çevrimiçi verileri uygulamalar, ajanlar ve iş akışları tarafından tüketilebilecek formatlara dönüştürün.
Dokümantasyon
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.