fetch-mcp

fetch-mcp

4.6

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

If you are the rightful owner of fetch-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@mcpreview.com.

This MCP server provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.

fetch_html

Fetch a website and return the content as HTML

Try it

URL of the website to fetch

    Optional headers to include in the request

      Maximum number of characters to return (default: 5000)

        Start content from this character index (default: 0)

            Result:

            fetch_markdown

            Fetch a website and return the content as Markdown

            Try it

            URL of the website to fetch

              Optional headers to include in the request

                Maximum number of characters to return (default: 5000)

                  Start content from this character index (default: 0)

                      Result:

                      fetch_txt

                      Fetch a website, return the content as plain text (no HTML)

                      Try it

                      URL of the website to fetch

                        Optional headers to include in the request

                          Maximum number of characters to return (default: 5000)

                            Start content from this character index (default: 0)

                                Result:

                                fetch_json

                                Fetch a JSON file from a URL

                                Try it

                                URL of the JSON to fetch

                                  Optional headers to include in the request

                                    Maximum number of characters to return (default: 5000)

                                      Start content from this character index (default: 0)

                                          Result: