web-scraping-mcp-server
Generic URL crawl + HTML extraction — fallback for sites without dedicated MCPs.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
An API key from the service settings is required
Generic URL crawl + HTML extraction — fallback for sites without dedicated MCPs.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| crawl_website | Crawl a website and extract its content as structured data. Args: url: Website URL to crawl (e.g. 'https://example.com') max_pages: Max pages to crawl (default 5) |
| google_search | Search Google and return organic results with titles, URLs, snippets. Args: query: Search query (e.g. 'best python libraries 2026') max_results: Max results (default 10) |
| wikipedia_lookup | Look up a Wikipedia article and return its content. Args: topic: Topic to look up (e.g. 'Artificial intelligence') |