Skip to main content

Fetch Service MCP Integration

Provides Fetch capability via the MCP protocol to fetch web content and process images based on the web URL.

Deploy MCP Server


Usage Instructions

Fetch MCP Server Reference Documentation

🗺️ Feature List

Tool IdentifierFunction DescriptionCore Parameters
fetchRetrieves URL content from the internet and converts it to markdown, with image processing capability.url, maxLength, enableFetchImages

Repository URL

https://github.com/smithery-ai/mcp-fetch


🔌 Usage


CloudBase MCP Console

Parameter Description

fetch

Retrieves URL from the internet and extracts its content as markdown. Images are automatically processed and prepared for clipboard operations.

Input ParameterTypeDescription
urlstringThe URL from which to retrieve content
maxLengthoptional numberThe maximum length of returned content (default: 20000)
startIndexoptional numberThe starting position of the content
imageStartIndexoptional numberStart index for image collection
rawoptional booleanReturns raw content instead of processed markdown
imageMaxCountoptional numberMaximum number of images processed per request (default: 3)
imageMaxHeightoptional numberMaximum height of merged images (default: 4000)
imageMaxWidthoptional stringMaximum width of merged images (default: 1000)
imageQualityoptional numberJPEG quality (1-100) (default: 80)
enableFetchImagesoptional booleanEnable image fetching and processing (default: false)
ignoreRobotsTxtoptional booleanIgnore robots.txt restrictions for image processing (default: false)

Returns: Retrieved content text