Web Scraper — Clean Markdown from Any URL
Web content extraction API for AI agents. Scrape any URL and get clean, structured Markdown content with navigation, ads, and scripts stripped. Full JavaScript rendering via headless Chromium. Single…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/web-scraper
# Browse available tools
npx -y smithery tool list axel-belfort/web-scraper
# Get full schema for a tool
npx -y smithery tool get axel-belfort/web-scraper web_scrape_to_markdown
# Call a tool
npx -y smithery tool call axel-belfort/web-scraper web_scrape_to_markdown '{}'Direct MCP Connection
Endpoint: https://web-scraper--axel-belfort.run.tools
Tools (2)
web_scrape_to_markdown— Scrape and extract content from a URL with full JS rendering, returned as clean markdown. Alternative to Firecrawl scra…web_scrape_batch— Use this when you need to extract clean content from multiple web pages at once (up to 10 URLs). Returns the same struc…
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/web-scraper