Skip to main content
Glama
redup-ai

redup.mcp-web-parser

Official
by redup-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
service___portNoPort for the MCP server. Default: 8000
McpWebParser___default_proxyNoOptional egress proxy URL for Crawl4AI IP substitution.
McpWebParser___upstream_tokenNoOptional token for the upstream service.
McpWebParser___upstream_base_urlYesThe base URL of the Crawl4AI upstream service. Required, no default.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
parse_pageA

Read an HTML web page and return cleaned markdown as JSON.

WHEN TO USE: HTML articles, docs, wiki, blog posts, /abs pages. WHEN NOT TO USE: PDF, DOCX, XLSX, ZIP, images, or other file downloads — call fetch_binary instead. If this tool returns is_binary=true, switch to fetch_binary (do not retry parse_page in a loop).

Returns JSON fields: success, url, status_code, markdown, error_message, links_internal, links_external, truncated, used_proxy, content_type, is_binary, binary_kind, hint.

fetch_binaryA

Download a binary file and return metadata + base64 bytes as JSON.

WHEN TO USE: the URL itself is a file download — pdf, docx/xlsx/pptx, odt/epub, zip/tar/gz/7z/rar, png/jpeg/gif/webp, or similar. Also use when parse_page returned is_binary=true / hint to call fetch_binary. WHEN NOT TO USE: normal HTML pages (example.com, wiki, /abs, blogs) — use parse_page. Never switch to this tool only because parse_page failed on an HTML URL (anti-bot, timeout, empty markdown).

Download only: no text extraction, no OCR, no unzip. Bytes live only in JSON content_base64 (last; may be large) — this server does not write a shared filesystem path. Downstream tools that need the bytes must use their own input contract. Prefer metadata fields kind, size, filename.

Returns JSON: success, url, status_code, media_type, kind, size, filename, truncated, error_message, used_proxy, content_base64.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/redup-ai/redup.mcp-web-parser'

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