Catalog
io.github.AceDataCloud/mcp-webextrator
OfficialMCP server for web extraction and rendering via AceDataCloud WebExtrator
Extracts and renders web content via AceDataCloud WebExtrator service.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
ACEDATACLOUD_API_TOKENrequiredsecretAPI token from Ace Data Cloud (https://platform.acedata.cloud)
claude_desktop_config.json
{
"mcpServers": {
"mcp-webextrator": {
"command": "uvx",
"args": [
"mcp-webextrator"
],
"env": {
"ACEDATACLOUD_API_TOKEN": "<YOUR_ACEDATACLOUD_API_TOKEN>"
}
}
}
}