Fetch-Save MCP Server

by gregberns

fetch-save

Download web content and save it directly to a local file for permanent storage. Use this tool to fetch URLs and store data for later access or processing.

Instructions

Fetches a URL from the internet and SAVES the contents to a LOCAL FILE. This tool is specifically designed for DOWNLOADING and STORING web content to your filesystem.

When you need to both access online content AND save it locally for later use or processing, THIS is the appropriate tool to use. Unlike the regular fetch tool which only displays content, this tool permanently stores the fetched data in a file.

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.

Input Schema

NameRequiredDescriptionDefault
filepathYesLocal filepath where the downloaded content will be saved
urlYesURL to fetch and download for local storage

Input Schema (JSON Schema)

{ "description": "Parameters for fetching a URL and saving the content to a local file for storage and future use.", "properties": { "filepath": { "description": "Local filepath where the downloaded content will be saved", "format": "file-path", "title": "Filepath", "type": "string" }, "url": { "description": "URL to fetch and download for local storage", "format": "uri", "minLength": 1, "title": "Url", "type": "string" } }, "required": [ "url", "filepath" ], "title": "Fetch", "type": "object" }

You must be authenticated.

Other Tools from Fetch-Save MCP Server

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/gregberns/mcp-server-fetch-save'

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