Browse AI Connector for AI agents.
12 live capabilities
Automate web scraping and monitor website changes through natural conversation.
Waiting for input…
Why people use Browse AI
Browse AI Web Scraping for Automated Data Extraction
With this Connector, that manual loop disappears. You just tell your agent which robot to run and what URL to target. The agent handles the execution and brings the clean, structured data back to you in the chat.
What Vinkius changes
You get a way to run complex web scrapers using only plain English commands.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Competitor Price Tracking
A marketer asks the agent to run a robot on a competitor's site and then uses get_task to see the latest prices.
- Real-world use case 02
Real Estate Lead Gen
A researcher uses create_monitor to track new property listings and asks the agent to summarize the results every morning.
- Real-world use case 03
E-commerce Inventory
A developer uses list_tasks to check the status of a large inventory sync and get_bulk_run to see the final count.
Complete set · 12capabilities
The complete Browse AI capability set.
These are the exact actions your AI can choose when you ask it to work with Browse AI.
01—04
4 capabilities in this set.
Part of 12 available through Browse AI.
- 01 Capability
Create monitor
Create a new monitor schedule for a robot. This helps you automate periodic checks on specific websites.
- 02 Capability
Remove webhook
Delete robot webhook
- 03 Capability
Get user profile
Get account info
- 04 Capability
Get robot details
Get robot info
05—08
4 capabilities in this set.
Part of 12 available through Browse AI.
- 05 Capability
Get usage quotas
Check credit balance
- 06 Capability
Get run status
Check task progress
- 07 Capability
List bulk operations
List bulk task runs
- 08 Capability
List active monitors
List scheduled scrapers
09—12
4 capabilities in this set.
Part of 12 available through Browse AI.
- 09 Capability
List robot history
List past runs
- 10 Capability
List robot webhooks
Get event configs
- 11 Capability
Trigger robot run
Start scraping task
- 12 Capability
List robots
List all the robots you have approved in your account. Use this to find the right scraper for your current task.
Set up in minutes
One URL. Then ask Browse AI to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Browse AI from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8ifM296qnDSBuyeexdFi1mrBAqngOMvNnCKhA6mx/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Browse AI, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Browse AI for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8ifM296qnDSBuyeexdFi1mrBAqngOMvNnCKhA6mx/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Browse AI URL.
- Step 03
Save and start
Save the connection and enable Browse AI in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"browse-ai": {
"url": "https://edge.vinkius.com/vk_preview_8ifM296qnDSBuyeexdFi1mrBAqngOMvNnCKhA6mx/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Browse AI
Open Agent mode in chat and ask: "Using Browse AI, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"browse-ai": {
"url": "https://edge.vinkius.com/vk_preview_8ifM296qnDSBuyeexdFi1mrBAqngOMvNnCKhA6mx/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Browse AI
Ask Copilot: "Using Browse AI, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"browse-ai": {
"url": "https://edge.vinkius.com/vk_preview_8ifM296qnDSBuyeexdFi1mrBAqngOMvNnCKhA6mx/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Browse AI
Open Cascade and ask: "Using Browse AI, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"browse-ai": {
"url": "https://edge.vinkius.com/vk_preview_8ifM296qnDSBuyeexdFi1mrBAqngOMvNnCKhA6mx/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Browse AI
Ask Cline: "Using Browse AI, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add browse-ai --transport http "https://edge.vinkius.com/vk_preview_8ifM296qnDSBuyeexdFi1mrBAqngOMvNnCKhA6mx/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Browse AI
Ask Claude: "Using Browse AI, show me...". 12 tools are ready
Where the request belongs
Work Browse AI can move forward.
This is for anyone who spends hours copy-pasting data from websites or manually checking for price changes. It's for people who need fresh web data but don't want to write custom scraping code every time a site changes.
Data Analyst
Pulls competitor pricing or product specs into reports without manual exports.
Growth Marketer
Tracks new listings or social mentions across multiple sites automatically.
Web Developer
Quickly tests extraction logic or checks scraper health via chat.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBrowse AI
Extract data from any website without code using trained robots that monitor pages and deliver structured results automatically.
Import.io (Web Data Extraction)
Extract structured data from any website via Import.io. run extractors, manage bulk crawls, and monitor API usage.
Diffbot
Extract structured data from any web page using AI that understands content like a human and builds knowledge graphs automatically.
Nimbleway
Web data collection and scraping via Nimbleway. extract content and search the web directly from your AI agent.
Grepsr
Automate web scraping via Grepsr. manage reports, trigger crawls, and retrieve data directly via AI.
Firecrawl
Turn any website into clean, LLM-ready Markdown with a single API call. scrape, crawl, search, and map the entire web for your AI agent.
Bring your own AI
Change the model, client or framework. Keep Browse AI connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Browse AI.
The practical details behind the request, access and result.
Can Browse AI MCP scrape any website?
Yes, it works with any website that you have already configured as a robot in your Browse AI account. It lets your agent trigger those specific robots for you.
How do I see the data my agent scraped?
Once a task is finished, you can ask your agent to retrieve the data. It will pull the structured results directly into your conversation.
Can I set up new monitors through the agent?
You can use the agent to create new monitor schedules for your existing robots. This helps you automate the tracking of website changes without manual setup.
Is this good for bulk data extraction?
Yes, it includes capabilities to list and get details for bulk runs. This is ideal for pulling large amounts of data from multiple sources at once.
Does this replace the Browse AI dashboard?
No, it complements it. You still use the dashboard for initial robot setup, but this Connector lets you manage the daily execution and data retrieval through your agent.
How do I connect Browse AI to my AI client?
You just need to subscribe to this Connector and provide your Browse AI Secret API Key. Once connected, your agent can start interacting with your robots.
Can I trigger a data extraction for a specific URL?
Yes! Use the run_robot capability with the Robot ID and the target URL (origin_url). Your agent will create a new task in Browse AI to extract the data instantly.
How do I retrieve the data once a robot finishes its task?
Simply ask the agent to get_task and provide the Task ID. If the status is 'successful', it will return the JSON structure containing all the captured data fields.
Can I list all the robots I have trained in my account?
Yes. Use the list_robots capability. It will retrieve all the approved robots currently available in your Browse AI dashboard, including their names and unique IDs.
How do I find my Browse AI Secret API Key?
Log in to your account, navigate to Account > API, and copy your Secret API Key.
Can I override the origin URL via AI?
Yes! The trigger_robot_run capability accepts a jsonInput parameter where you can provide an originUrl to override the robot's default settings.
How do I check my remaining credits?
Use the get_usage_quotas capability to retrieve information about your current subscription and remaining credits directly from the platform.
One connection away
Give your agent a direct line to Browse AI.
Connect Browse AI once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available