crewai - 💡(How to fix) Fix Tool integration: anybrowse MCP for web scraping with Cloudflare bypass [3 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
crewAIInc/crewAI#5000Fetched 2026-04-08 01:11:56
View on GitHub
Comments
3
Participants
3
Timeline
4
Reactions
0
Author
Timeline (top)
commented ×3closed ×1

CrewAI research agents hit Cloudflare-protected sites silently -- major news outlets, LinkedIn, Amazon, government sites return empty content or 403s.

anybrowse solves this as a hosted MCP server -- real residential Chrome, Cloudflare bypass, returns clean markdown.

Root Cause

CrewAI research agents hit Cloudflare-protected sites silently -- major news outlets, LinkedIn, Amazon, government sites return empty content or 403s.

anybrowse solves this as a hosted MCP server -- real residential Chrome, Cloudflare bypass, returns clean markdown.

Code Example

{
  "mcpServers": {
    "anybrowse": {
      "type": "streamable-http",
      "url": "https://anybrowse.dev/mcp"
    }
  }
}
RAW_BUFFERClick to expand / collapse

Summary

CrewAI research agents hit Cloudflare-protected sites silently -- major news outlets, LinkedIn, Amazon, government sites return empty content or 403s.

anybrowse solves this as a hosted MCP server -- real residential Chrome, Cloudflare bypass, returns clean markdown.

Add to your MCP config

{
  "mcpServers": {
    "anybrowse": {
      "type": "streamable-http",
      "url": "https://anybrowse.dev/mcp"
    }
  }
}

Available tools: scrape, crawl, batch_scrape, extract, search

Happy to contribute a native CrewAI tool wrapper if that would be more useful than MCP.

extent analysis

Fix Plan

To resolve the issue of CrewAI research agents hitting Cloudflare-protected sites and returning empty content or 403s, we will integrate the anybrowse MCP server into our configuration. This will allow us to bypass Cloudflare protections and retrieve clean markdown content from major news outlets, LinkedIn, Amazon, government sites, and more.

Steps to Implement the Fix

  1. Add anybrowse to MCP config: Update your MCP configuration with the following JSON snippet:
{
  "mcpServers": {
    "anybrowse": {
      "type": "streamable-http",
      "url": "https://anybrowse.dev/mcp"
    }
  }
}
  1. Choose a Pricing Plan: Select either the free plan (10 requests/day, no key needed) or the paid plan ($5 for 3,000 credits that never expire).
  2. Use Available Tools: Utilize the provided tools (scrape, crawl, batch_scrape, extract, search) to fetch content from Cloudflare-protected sites.

Verification

To verify that the fix worked, perform the following steps:

  • Send a request to a Cloudflare-protected site using the anybrowse MCP server.
  • Check if the response contains the expected content in clean markdown format.
  • Monitor the number of requests made to ensure you are within your chosen plan's limits.

Extra Tips

  • Refer to the anybrowse documentation for more information on usage and configuration.
  • Consider contributing a native CrewAI tool wrapper for a more integrated solution.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING