Skip to main content
Glama

MCP Fetch With Proxy

MIT License
117
  • Apple

fetch

Extracts website content as markdown, including image URLs, by retrieving specified URLs. Use it to process and structure web data for analysis or integration.

Instructions

Retrieves URLs from the Internet and extracts their content as markdown. If images are found, their URLs will be included in the response.

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" }

You must be authenticated.

Other Tools from MCP Fetch With Proxy

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/kwp-lab/mcp-fetch'

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