Fetches a URL from the internet and extracts its contents as markdown.
500K+
38
1 Tool
Version 4.43 or later needs to be installed to add the server automatically
About
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 |
Dockerfile | https://github.com/modelcontextprotocol/servers/blob/2025.4.24/src/fetch/Dockerfile |
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. |
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.
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"
]
}
}
}
Manual installation
You can install the MCP server using:
Installation for