redup.mcp-web-parser
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| service___port | No | Port for the MCP server. Default: 8000 | |
| McpWebParser___default_proxy | No | Optional egress proxy URL for Crawl4AI IP substitution. | |
| McpWebParser___upstream_token | No | Optional token for the upstream service. | |
| McpWebParser___upstream_base_url | Yes | The base URL of the Crawl4AI upstream service. Required, no default. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| parse_pageA | Fetch a web page via Crawl4AI and return cleaned markdown JSON. Uses Crawl4AI Returns JSON: success, url, status_code, markdown, error_message, links_internal, links_external, truncated, used_proxy. |
| check_upstreamA | Check Crawl4AI upstream |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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