🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-webextrator

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-webextrator

MCP Server for WebExtrator Web Render & Extract via AceDataCloud API

pipPyPI
Version
2026.8.1.0
Weekly downloads
43
-25.86%
Maintainers
1
Weekly downloads
 

MCP WebExtrator Server

A Model Context Protocol (MCP) server for web rendering and structured content extraction via the AceDataCloud WebExtrator platform.

Features

  • Structured extraction: Pull structured data out of any URL via WebExtrator
  • Web rendering: Render dynamic JavaScript pages and capture the rendered output
  • Asynchronous tasks: Submit extract / render jobs and poll for results
  • Batch task lookup: Query multiple task results in one call

Installation

pip install mcp-webextrator

Configuration

Set your AceDataCloud API token:

export ACEDATACLOUD_API_TOKEN=your_token_here

Get your token from https://platform.acedata.cloud.

Usage

stdio mode (default)

mcp-webextrator

HTTP mode

mcp-webextrator --transport http --port 8000

Available Tools

ToolDescription
webextrator_extractExtract structured content from a URL
webextrator_renderRender a dynamic web page and return the rendered output
webextrator_get_taskGet the status / result of an extract or render task
webextrator_get_tasks_batchBatch-fetch the status / result of multiple tasks
webextrator_get_usage_guideGet the API usage guide

License

MIT — see LICENSE.

Keywords

acedata

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts