4,500+ servers built on MCP Fusion
Vinkius
Browserhub logo
Vinkius
CrewAI logo

How to Use the Browserhub MCP in CrewAI

Run autonomous multi-agent web scraping teams using CrewAI and Browserhub.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Browserhub MCP on Cursor AI Code Editor MCP Client Browserhub MCP on Claude Desktop App MCP Integration Browserhub MCP on OpenAI Agents SDK MCP Compatible Browserhub MCP on Visual Studio Code MCP Extension Client Browserhub MCP on GitHub Copilot AI Agent MCP Integration Browserhub MCP on Google Gemini AI MCP Integration Browserhub MCP on Lovable AI Development MCP Client Browserhub MCP on Mistral AI Agents MCP Compatible Browserhub MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Browserhub MCP to CrewAI

Create your Vinkius account to connect Browserhub to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Multi-Agent Scraping Pipelines in CrewAI

The `run_scraper` tool allows your lead research agent to kick off background scraping tasks while other crew members analyze existing data. Once the job starts, a dedicated monitor agent polls `get_scraping_job` to track progress, freeing up the rest of the crew to work on other tasks. This parallel execution prevents bottlenecks in your autonomous workflows. Your agents collaborate on data gathering, passing job IDs between themselves using CrewAI's shared memory.

Dynamic Scraper Selection for Crews

The `list_scrapers` and `get_scraper` tools let a coordinator agent inspect your available scraping configurations before assigning tasks. The coordinator matches the target website with the correct scraper, ensuring the execution agent uses the right tool for the job. This eliminates hardcoded tool routing. Your crew dynamically discovers how to extract data from new sites on the fly, adapting to changes in your scraping catalog without manual code updates.

Raw Scraping and Extraction with CrewAI MCP Server

The `direct_scrape` tool gives your researcher agent the ability to pull raw text from any arbitrary URL on demand. If a structured scraper isn't configured for a specific domain, the agent falls back to this tool to extract raw markdown for analysis. This ensures your crew never gets stuck when encountering unexpected websites. The agent handles the raw content, extracts the necessary insights, and passes the clean data to the writer agent for final reporting.

Setup guide

Set up Browserhub MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Browserhub tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Browserhub Analyst",
    goal="Access and analyze Browserhub data via MCP.",
    backstory="Expert analyst with direct Browserhub access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Browserhub transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Browserhub MCP in CrewAI

You pass the server's HTTP endpoint directly into the agent's MCP configuration array. CrewAI automatically imports all ten scraping tools and makes them available to that specific agent.
Yes, agents share access to the tools through the crew's common context. One agent can call `run_scraper` while another agent polls `get_scraping_job` to check the progress.
You can use CrewAI's manager agent to coordinate tool usage and check `get_account_balance` before launching runs. This prevents your agents from triggering too many scraping jobs at once.
Yes, you can filter tools using the MCP server tool filter. This allows you to expose only specific tools like `direct_scrape` to your research agents while keeping administrative tools hidden.
All job lists requested via `list_scraping_jobs` are processed inside isolated, ephemeral Vinkius sandboxes. Your scraping history and target URLs are never cached or exposed to external networks.

Start using the Browserhub MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Browserhub. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.