MCP.so
登录
B

Browseract

@browseract-ai

关于 Browseract

BrowserAct MCP Server is a standardized service that lets MCP Clients interact with the BrowserAct platform through the Model Context Protocol (MCP). With it, MCP Clients can:

基本信息

分类

其他

传输方式

stdio

发布者

browseract-ai

提交者

browser act

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "browseract": {
      "url": "<BROWSERACT_MCP_SERVER_URL>",
      "headers": {
        "Authorization": "Bearer <BROWSERACT_API_KEY>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Browseract?

Browseract is an AI-powered web scraping and automation platform that provides a Workflow API for predefined and custom automation sequences, with multi-language demo code for Python, Java, and Node.js.

How to use Browseract?

Obtain an API key from the Browseract Integrations page and a workflow ID from the Workflow List. Run the examples in the chosen language directory after replacing placeholder credentials.

Key features of Browseract

  • AI-powered web scraping and automation
  • Predefined workflow templates and custom workflows
  • Batch processing for multiple URLs
  • Multi-language support: Python, Java, Node.js
  • Complete Workflow API endpoint coverage
  • Production-ready enterprise-grade code

Use cases of Browseract

  • Scrape data from websites without writing custom parsers
  • Automate repetitive browser tasks with predefined workflows
  • Process large batches of URLs for data extraction

FAQ from Browseract

What languages and versions are supported?

Python 3.8+, Java 8+, Node.js 14+.

Where do I get an API key and workflow ID?

Get your API key from the Browseract Integrations page and your workflow ID from the Workflow List.

How do I secure my API key in production?

Never hardcode API keys. Use environment variables like BROWSERACT_API_KEY and rotate them regularly.

What are the main API endpoints available?

The Workflow API includes /v2/workflow/run-task, /v2/workflow/stop-task, /v2/workflow/get-task, /v2/workflow/get-task-status, /v2/workflow/list-tasks, /v2/workflow/list-workflows, and /v2/workflow/get-workflow.

Is there community or support available?

Yes, a Discord community, email support at [email protected], and GitHub Issues for bugs or feature requests.

评论

其他 分类下的更多 MCP 服务器