MCPServers
W

Web Content Extractor

5
0

Summary

This MCP server for web content scanning and analysis, developed using TypeScript, provides tools for extracting and processing web page content. It leverages libraries like Cheerio for HTML parsing and Turndown for HTML-to-Markdown conversion, offering capabilities to fetch, analyze, and transform web content. The implementation is designed to integrate seamlessly with AI-assisted workflows, enabling tasks such as web scraping, content summarization, and data extraction. It's particularly useful for researchers, content creators, and developers who need to automate web content analysis, generate structured data from websites, or incorporate web-based information into their AI applications.

Available Actions(6)

fetch-page

Fetches a web page and converts it to Markdown. Parameters: url (required), selector (optional)

extract-links

Extracts all links from a web page with their text. Parameters: url (required), baseUrl (optional), limit (optional, default: 100)

crawl-site

Recursively crawls a website up to a specified depth. Parameters: url (required), maxDepth (optional, default: 2)

check-links

Checks for broken links on a page. Parameters: url (required)

find-patterns

Finds URLs matching a specific pattern. Parameters: url (required), pattern (required)

generate-site-map

Generates a simple XML sitemap by crawling. Parameters: url (required), maxDepth (optional, default: 2), limit (optional, default: 1000)

Last Updated: April 8, 2025

Recensioni della Community

0.0
0 recensioni
5
0
4
0
3
0
2
0
1
0

Nessuna recensione ancora. Sii il primo a recensire!

Accedi per unirti alla conversazione

Try it now in
HighlightHighlight AI

Linguaggio

TypeScript

Categorie

Tag