Skip to main content
Glama

MCP Fetch

by JeremyNixon

fetch

Extracts web content as markdown and merges up to 6 images vertically, copying them to the clipboard for easy pasting into host applications.

Instructions

Retrieves URLs from the Internet and extracts their content as markdown. If images are found, they are merged vertically (max 6 images per group, max height 8000px, max size 30MB per group) and copied to the clipboard of the user's host machine. You will need to paste (Cmd+V) to insert the images.

Input Schema

NameRequiredDescriptionDefault
maxLengthNo
rawNo
startIndexNo
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxLength": { "default": 20000, "exclusiveMinimum": 0, "maximum": 1000000, "type": "number" }, "raw": { "default": false, "type": "boolean" }, "startIndex": { "default": 0, "minimum": 0, "type": "number" }, "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from MCP Fetch

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/JeremyNixon/mcp-fetch'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server