mcp/fetch

Verified Publisher

By mcp

Updated 8 months ago

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

Image
Machine learning & AI
52

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/b4ee623039a6c60053ce67269701ad9e95073306/src/fetch/Dockerfile
Commitb4ee623039a6c60053ce67269701ad9e95073306
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
LicenceMIT License

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:ef9535a3f

Size

90.8 MB

Last updated

8 months ago

docker pull mcp/fetch

This week's pulls

Pulls:

20,990

Last week