MCPServers
Web Fetcher - MCP server logo

Web Fetcher

713
0

Summary

Fetcher MCP is a server that enables AI assistants to retrieve web page content using Playwright's headless browser capabilities. It excels at handling dynamic JavaScript-heavy websites by executing client-side code, and includes intelligent content extraction through Mozilla's Readability algorithm to remove ads and non-essential elements. The implementation offers both single URL and batch fetching tools, supports HTML or Markdown output formats, and automatically blocks unnecessary resources like images and stylesheets to improve performance. This tool is particularly valuable for research workflows, content analysis, and information gathering that requires processing of modern web applications.

Available Actions(2)

fetch_url

Retrieve web page content from a specified URL. Parameters: url (string, required), timeout (number, optional), waitUntil (string, optional), extractContent (boolean, optional), maxLength (number, optional), returnHtml (boolean, optional), waitForNavigation (boolean, optional), navigationTimeout (number, optional), disableMedia (boolean, optional), debug (boolean, optional)

fetch_urls

Batch retrieve web page content from multiple URLs in parallel. Parameters: urls (array, required), other parameters are the same as fetch_url

Last Updated: May 20, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签