Token导航 LogoToken导航TokenDH.com
BR
浏览器工具HTTP官方级别未说明来源级核验

Browser tool (verified)

MCP Server

Composio enables AI Agents and LLMs to authenticate and integrate with various tools via function calling.

工具数

公开资料未说明
JavaScriptSession认证HTTP浏览器自动化

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:29

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add browser_tool

详细介绍

Browser tool (verified)

Composio enables AI Agents and LLMs to authenticate and integrate with various tools via function calling.

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add browser_tool

# Browse available tools
npx -y smithery tool list browser_tool

# Get full schema for a tool
npx -y smithery tool get browser_tool BROWSER_TOOL_COPY_SELECTED_TEXT

# Call a tool
npx -y smithery tool call browser_tool BROWSER_TOOL_COPY_SELECTED_TEXT '{}'

Direct MCP Connection

Endpoint: https://browser_tool.run.tools

Tools (18)

  • BROWSER_TOOL_COPY_SELECTED_TEXT — Copy currently selected text on the page to clipboard - ideal for extracting highlighted content, copying form data, or…
  • BROWSER_TOOL_DRAG_AND_DROP — Execute precise drag and drop operations - essential for file uploads, list reordering, element moving, and complex UI …
  • BROWSER_TOOL_FETCH_WEBPAGE — DECISION BRAIN: Essential for analysis, planning, and information gathering. PRIMARY USES: Understand page state, locat…
  • BROWSER_TOOL_GET_CLIPBOARD — Read current content from the system clipboard - essential for data transfer workflows, extracting copied text, and rea…
  • BROWSER_TOOL_KEYBOARD_SHORTCUT — Execute keyboard shortcuts and key combinations - essential for copy/paste, navigation, and application commands that a…
  • BROWSER_TOOL_MOUSE_CLICK — MANUAL PRECISION: Coordinate-based clicking - less efficient than AI agent for complex clicks. WHEN TO USE: Simple sing…
  • BROWSER_TOOL_MOUSE_DOUBLE_CLICK — Execute a precise double click at specified screen coordinates - ideal for opening files, selecting text, or activating…
  • BROWSER_TOOL_MOUSE_DOWN — Press and hold mouse button at coordinates - use for starting custom drag operations, text selections, or long-press in…
  • BROWSER_TOOL_MOUSE_MOVE — Move mouse cursor to precise coordinates without clicking - perfect for triggering hover effects, revealing tooltips, a…
  • BROWSER_TOOL_MOUSE_UP — Release mouse button at coordinates - completes drag operations, text selections, and long-press interactions. Should b…
  • BROWSER_TOOL_NAVIGATE — SESSION FOUNDATION: Always start here - creates browser session and navigates to URL. WORKFLOW: Navigate() → FetchWebpa…
  • BROWSER_TOOL_PASTE_TEXT — Paste text content at the current cursor position - perfect for filling forms, inserting data into text fields, or quic…
  • BROWSER_TOOL_PERFORM_WEB_TASK — AI AGENT: BEST for precise clicking and complex interactions. PREFERRED FOR: Button clicks, form interactions, precise …
  • BROWSER_TOOL_SCREENSHOT_WEBPAGE — Capture high-quality screenshot of any webpage with extensive customization options - perfect for archiving, visual doc…
  • BROWSER_TOOL_SCROLL — PAGE NAVIGATION: Smooth scrolling. USE: When target element not visible after FetchWebpage() DISTANCE: 200px=fine | 400…
  • BROWSER_TOOL_SET_CLIPBOARD — Store text content in the system clipboard for later paste operations - perfect for preparing data transfers, staging c…
  • BROWSER_TOOL_TAKE_SCREENSHOT — VISUAL VERIFICATION: Capture screenshot - MUST BE CALLED ALONE in multi_execute. 🚨 CRITICAL: Screenshot cannot be comb…
  • BROWSER_TOOL_TYPE_TEXT — CONTROLLED INPUT: Human-like typing. PATTERN: Click to focus → TypeText() → verify SPEED: delay=0 (fast) | delay=50 (hu…
# Get full input/output schema for a tool
npx -y smithery tool get browser_tool 

目录标签

目录标签

JavaScriptSession认证HTTP浏览器自动化

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

session

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPsession部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP