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.

Capabilities

Features and capabilities supported by this server

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

Fetch a web page via Crawl4AI and return cleaned markdown JSON.

Uses Crawl4AI POST /crawl (0.8.x). When a proxy is set (tool arg or server default_proxy), Crawl4AI fetches through crawler_config.proxy_config.server so egress IP is the proxy.

Returns JSON: success, url, status_code, markdown, error_message, links_internal, links_external, truncated, used_proxy.

check_upstreamA

Check Crawl4AI upstream GET /health (no secrets in the response).

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