Skip to main content
Glama

Web Scraper MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNo日志级别 (debug, info, warn, error)
REQUEST_TIMEOUTNoHTTP 请求超时时间(毫秒)
PUPPETEER_TIMEOUTNoPuppeteer 超时时间(毫秒)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
scrape_images

从指定URL爬取网站上的所有图片并保存到本地

scrape_text

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

list_images

列出所有已下载的图片信息

list_texts

列出所有已提取的文本文件

cleanup_images

清理所有下载的图片文件

cleanup_texts

清理所有提取的文本文件

get_scraping_status

获取爬虫状态信息

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