Web Tools MCP Server
Give Claude web browsing powers - fetch webpages, extract data, discover sitemaps, summarize content
What can you do with Web Tools MCP Server?
- Extract clean text from a webpage — Ask the assistant to fetch and return readable text content from any URL using
fetch_webpage. - Pull structured data from HTML — Have the assistant extract tables, prices, emails, or dates from a page with
extract_structured_data. - Discover sitemaps and RSS feeds — Use
generate_sitemap_urlsto find content discovery endpoints for a given domain. - Convert markdown tables to JSON — Turn a markdown table into structured JSON data via
parse_markdown_table. - Summarize long text — Get key points and named entities extracted from any text using
summarize_text.
Documentation
MCP Server Toolkit - 3 Production MCP Servers
Three production-ready Model Context Protocol (MCP) servers that give Claude and other AI assistants real-world capabilities.
Servers Included
1. Web Tools MCP
Give AI the ability to browse the web, extract structured data, and discover content.
fetch_webpage- Extract clean text from any URLextract_structured_data- Pull tables, prices, emails, dates from HTMLgenerate_sitemap_urls- Discover sitemaps and RSS feedsparse_markdown_table- Convert markdown tables to JSONsummarize_text- Extract key points and entities
2. Data Analysis MCP
Turn AI into a data analyst that can process CSV, JSON, and structured data.
analyze_csv- Parse CSV with column stats and distributionsanalyze_json- Extract schema, null percentages, samplescalculate_metrics- Sum, avg, growth rate, median, stddevdetect_anomalies- IQR-based outlier detectiongenerate_report- Structured data quality reports
3. Content Tools MCP
Give AI the ability to analyze and optimize content quality.
analyze_seo- Keyword density, readability, suggestionsgenerate_content_brief- Full content briefs with hooksrewrite_content- 5-tone rewritingextract_content_ideas- 10 content angles from any topicoptimize_headline- Score headlines 0-100
Quick Start
cd web-tools-mcp && npm install && node index.js
Then add to your Claude Desktop config. See SETUP_GUIDE.md for details.
Pricing
Each server is available individually on Gumroad for $24, or get all 3 + 4 n8n templates + agency resources in the complete Starter Kit for $109.
Get Web Tools MCP on Gumroad Get the Complete Starter Kit
License
Apache 2.0 - Use freely in commercial projects.