fetcher-mcp

fetcher-mcp

4.3

fetcher-mcp is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of fetcher-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Fetcher MCP is a server designed to fetch web page content using the Playwright headless browser.

fetch_url

Retrieve web page content from a specified URL

Try it

URL to fetch

    Page loading timeout in milliseconds, default is 30000 (30 seconds)

      Specifies when navigation is considered complete, options: 'load', 'domcontentloaded', 'networkidle', 'commit', default is 'load'

        Whether to intelligently extract the main content, default is true

        Whether to intelligently extract the main content, default is true

          Maximum length of returned content (in characters), default is no limit

            Whether to return HTML content instead of Markdown, default is false

            Whether to return HTML content instead of Markdown, default is false

              Whether to wait for additional navigation after initial page load (useful for sites with anti-bot verification), default is false

              Whether to wait for additional navigation after initial page load (useful for sites with anti-bot verification), default is false

                Maximum time to wait for additional navigation in milliseconds, default is 10000 (10 seconds)

                  Whether to disable media resources (images, stylesheets, fonts, media), default is true

                  Whether to disable media resources (images, stylesheets, fonts, media), default is true

                    Whether to enable debug mode (showing browser window), overrides the --debug command line flag if specified

                    Whether to enable debug mode (showing browser window), overrides the --debug command line flag if specified

                        Result:

                        fetch_urls

                        Retrieve web page content from multiple specified URLs

                        Try it

                        Array of URLs to fetch

                        urls

                        Array of URLs to fetch

                        No items yet. Use the button below to add some.

                          Page loading timeout in milliseconds, default is 30000 (30 seconds)

                            Specifies when navigation is considered complete, options: 'load', 'domcontentloaded', 'networkidle', 'commit', default is 'load'

                              Whether to intelligently extract the main content, default is true

                              Whether to intelligently extract the main content, default is true

                                Maximum length of returned content (in characters), default is no limit

                                  Whether to return HTML content instead of Markdown, default is false

                                  Whether to return HTML content instead of Markdown, default is false

                                    Whether to wait for additional navigation after initial page load (useful for sites with anti-bot verification), default is false

                                    Whether to wait for additional navigation after initial page load (useful for sites with anti-bot verification), default is false

                                      Maximum time to wait for additional navigation in milliseconds, default is 10000 (10 seconds)

                                        Whether to disable media resources (images, stylesheets, fonts, media), default is true

                                        Whether to disable media resources (images, stylesheets, fonts, media), default is true

                                          Whether to enable debug mode (showing browser window), overrides the --debug command line flag if specified

                                          Whether to enable debug mode (showing browser window), overrides the --debug command line flag if specified

                                              Result: