SuperAGI has solid tool infrastructure but web scraping is still a pain point for production deployments. Most scraping tools work in dev, break against real sites.
Recently started using anybrowse (https://anybrowse.dev) -- it exposes an MCP server interface so it plugs into agent tool systems cleanly. Handles JavaScript rendering and Cloudflare-protected sites. Returns markdown directly, which is much easier for agents to process than raw HTML.
Would this be worth adding to the SuperAGI tool registry? The integration would be fairly minimal given the MCP compatibility.