Fetch

modelcontextprotocol
73639
Fetch is a web content retrieval service that converts HTML pages into clean Markdown, supporting pagination via start_index for processing long articles and web data extraction.

Content

Fetch 1

Retrieve and process content from web pages by converting HTML into markdown format.

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 (4)
url string Required

URL to fetch

max_length integer Optional

Maximum number of characters to return.

start_index integer Optional

On return output starting at this character index, useful if a previous fetch was truncated and more context is required.

raw boolean Optional

Get the actual HTML content of the requested page, without simplification.