Skip to main content
Glama

Web Scraper MCP Server

scrape_text

Extract text content from a specified URL and save it as a Markdown file using the Web Scraper MCP Server. Define the output directory or use the default location for structured text storage.

Instructions

从指定URL爬取网站的文本内容并保存为Markdown文件

Input Schema

NameRequiredDescriptionDefault
outputDirNo文本保存目录(可选,默认为 ./scraped-text)
urlYes要爬取文本的网站URL

Input Schema (JSON Schema)

{ "properties": { "outputDir": { "description": "文本保存目录(可选,默认为 ./scraped-text)", "type": "string" }, "url": { "description": "要爬取文本的网站URL", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from Web Scraper 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/naku111/mcpServer'

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