# Browseai — MCP server on mcp.ai > Connect your Browseai account and use 11 tools for web scraping straight from your AI agent. Connect with your own API key. Browse.ai allows you to turn any website into an API using its advanced web automation and data extraction tools, enabling easy monitoring and data retrieval from websites. By: mcp.ai · official Page: https://mcp.ai/browseai ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_browseai?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/browseai/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/browseai/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/browseai/skill.md Postman collection (v2.1): https://mcp.ai/browseai/postman.json ## Tools - browseai_bulk_run_tasks(title: string, robot_id: string, input_parameters: object[]) — This action allows users to bulk run up to 1,000 tasks per API call using a specified robot. For larger datasets, submit multiple bulk runs sequentially (up to 500,000 tasks total). It provides a POST - browseai_create_monitor(name: string, robot_id: string, schedule?: string, input_parameters?: object, notify_on_text_change?: boolean, notify_on_screenshot_change?: boolean, screenshot_notification_threshold?: integer) — Creates a new monitor for a Browse AI robot to automatically track website changes over time. A monitor runs a robot on a recurring schedule and can notify you when the captured data (screenshots or t - browseai_create_webhook(url: string, events?: string[], robot_id: string, is_active?: boolean, description?: string) — This tool creates a new webhook for a Browse AI robot. Webhooks are HTTP callbacks that Browse AI sends to your server immediately when specific events occur, eliminating the need for polling. It is u - browseai_delete_monitor(monitor_id: string) — This tool allows users to delete a specific monitor from their Browse AI account. It uses the DELETE method and requires a valid monitor_id. - browseai_delete_task(task_id: string, robot_id: string) — This tool allows you to delete a specific task in BrowseAI by its task ID. It is used for cleaning up completed or failed tasks, managing resources, and maintaining your task list. - browseai_get_robot_tasks(limit?: integer, offset?: integer, robot_id: string) — Retrieves a paginated list of all tasks (execution runs) for a specific Browse AI robot. Each task represents one execution of the robot, which includes its current status, execution timestamps, input - browseai_get_robots() — Retrieves a list of all robots (automated web tasks) under your Browse AI account. A robot is an automated browser task that can be trained to perform web operations such as: - Opening webpages and na - browseai_get_system_status() — Tool to check the operational status of Browse AI infrastructure, including the tasks queue condition. Use when you need to verify if Browse AI services are operational before running robots or tasks. - browseai_get_task_details(task_id: string, robot_id: string) — Retrieves detailed information about a specific Browse AI task by robot ID and task ID. This tool returns comprehensive task details including execution status, captured data, screenshots, input param - browseai_list_robot_webhooks(robot_id: string) — Tool to retrieve all webhooks configured for a specific Browse AI robot. Use when you need to view, audit, or manage webhook configurations for a robot. Returns webhook details including URL, event ty - browseai_run_robot(robot_id: string, input_parameters?: object) — Triggers the execution of a Browse.ai robot to extract data from websites. This action starts a new robot task that will scrape/extract data according to the robot's pre-configured settings. The robot ## Example prompts - "What can I do in Browseai?" - "Show me a summary of my Browseai account" ## Links Docs: https://mcp.ai/docs/mcps/browseai Website: https://mcp.ai/mcps/browseai