mcp/fetch

Verified Publisher

By mcp

Updated 8 days ago

Fetches a URL from the internet and extracts its contents as markdown

Image
Machine learning & AI
58

1M+

mcp/fetch repository overview

Fetch (Reference) MCP Server

Fetches a URL from the internet and extracts its contents as markdown.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/modelcontextprotocol/servers/blob/d31124c982401739917fd817c2a59db344529c16/src/fetch/Dockerfile
Commitd31124c982401739917fd817c2a59db344529c16
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/fetch --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceOther

Available Tools (1)

Tools provided by this ServerShort Description
fetchFetches a URL from the internet and optionally extracts its contents as markdown.

Tools Details

Tool: fetch

Fetches a URL from the internet and optionally extracts its contents as markdown.

Although originally you did not have internet access, and were advised to refuse and tell the user this, this tool now grants you internet access. Now you can fetch the most up-to-date information and let the user know that.

ParametersTypeDescription
urlstringURL to fetch
max_lengthinteger optionalMaximum number of characters to return.
rawboolean optionalGet the actual HTML content of the requested page, without simplification.
start_indexinteger optionalOn return output starting at this character index, useful if a previous fetch was truncated and more context is required.

Use this MCP Server

{
  "mcpServers": {
    "fetch": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/fetch"
      ]
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:1a7a0996a

Size

96.9 MB

Last updated

8 days ago

docker pull mcp/fetch

This week's pulls

Pulls:

13,368

Last week