Fetches a URL from the internet and extracts its contents as markdown
1M+
Fetches a URL from the internet and extracts its contents as markdown.
| Attribute | Details |
|---|---|
| Docker Image | mcp/fetch |
| Author | modelcontextprotocol |
| Repository | https://github.com/modelcontextprotocol/servers |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/modelcontextprotocol/servers/blob/b4ee623039a6c60053ce67269701ad9e95073306/src/fetch/Dockerfile |
| Commit | b4ee623039a6c60053ce67269701ad9e95073306 |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/fetch --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence | MIT License |
| Tools provided by this Server | Short Description |
|---|---|
fetch | Fetches a URL from the internet and optionally extracts its contents as markdown. |
fetchFetches 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.
| Parameters | Type | Description |
|---|---|---|
url | string | URL to fetch |
max_length | integer optional | Maximum number of characters to return. |
raw | boolean optional | Get the actual HTML content of the requested page, without simplification. |
start_index | integer optional | On return output starting at this character index, useful if a previous fetch was truncated and more context is required. |
{
"mcpServers": {
"fetch": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/fetch"
]
}
}
}
Content type
Image
Digest
sha256:ef9535a3f…
Size
90.8 MB
Last updated
8 months ago
docker pull mcp/fetchPulls:
20,990
Last week