ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Browse AI with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate web scraping with Browse AI. run extraction robots, monitor page changes, and retrieve bulk data directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Browse AI capability set.

These are the exact actions your AI can choose when you ask it to work with Browse AI.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Browse AI.

  1. 01

    List credits

    Check Browse AI quota limits and credit usage

  2. 02

    List monitors

    Monitors run on scheduled intervals to detect changes on target web pages and trigger notifications or data captures automatically via /monitors. List all active Browse AI web monitoring robots

  3. 03

    Get task

    Check the status of a specific Browse AI extraction task

  4. 04

    Get task data

    Only meaningful when the task status is "successful". Fields match the column names configured in the Browse AI robot builder hitting internal task references. Retrieve the final extracted JSON data from a successful Browse AI task

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Browse AI.

  1. 05

    List robots

    Each robot represents a no-code AI scraping workflow targeting a specific website or data pattern via GET /robots. List all Browse AI extraction and monitoring robots

  2. 06

    Run robot

    Pass a JSON string of input parameters (typically including "originUrl" for the target page and any variable fields the robot expects). Returns a taskId. Trigger a Browse AI robot to extract data from a target URL

  3. 07

    Get robot

    Get detailed configuration of a specific Browse AI robot

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Browse AI.

  1. 08

    Run bulk task

    Each set typically contains a different "originUrl". All extractions run concurrently on Browse AI infrastructure. Run a Browse AI robot in bulk mode across multiple URLs

  2. 09

    Download bulk data

    Returns a JSON array where each element contains the capturedData from one task. Download all extracted results from a completed Browse AI bulk run

  3. 10

    Get bulk task

    Get bulk task execution status from Browse AI

Observed, not estimated

861ms average. Fast in production.

Browse AI is checked daily against the live service.

Daily averagePeak 997ms
Aug 20Today
Fastest day
708ms
Slowest day
997ms
14-day trend
Slowing+24%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Browse AI, so you can see the experience inside your AI.

It does not authenticate your account with Browse AI. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Browse AI Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_eFjufwfO5yFrM4ynCp0RQOH02U7ZRWZmMvVcNnMm/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Browse AI capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "browse-ai-1-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_eFjufwfO5yFrM4ynCp0RQOH02U7ZRWZmMvVcNnMm/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Browse AI owners ask.

  • 01

    Can my AI start a data extraction and let me know when it finishes?

    Yes! You can ask your agent to run_robot on a certain URL. The agent receives the newly created task ID and can immediately invoke get_task sequentially to poll for completion. Once successful, it calls get_task_data to dump the JSON right into your conversation without breaking workflow.

  • 02

    How do bulk operations work natively through the agent?

    When you have a trained robot, you can feed the run_bulk_task command an array of different URLs. Browse AI's backend splits them virtually into independent task instances. Your agent tracks the bulk run via get_bulk_task and eventually pulls the mega JSON merge using download_bulk_data.

  • 03

    Is there a risk of my agent suddenly spending all my API credits?

    You have complete visibility—the agent can query list_credits at any moment to inform you precisely of your available balance and monthly limit. Also, since capabilities execute your natural directives, your AI agent only triggers extractions you specifically prompt for.