BrowserStack MCP server

Official

startAccessibilityScan

Initiate an accessibility scan for specified URLs to identify and address web accessibility issues using BrowserStack's MCP server.

Instructions

Use this tool to start an accessibility scan for a list of URLs on BrowserStack.

Input Schema

NameRequiredDescriptionDefault
nameYesName of the accessibility scan
pageURLYesThe URL to scan for accessibility issues

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name of the accessibility scan", "type": "string" }, "pageURL": { "description": "The URL to scan for accessibility issues", "type": "string" } }, "required": [ "name", "pageURL" ], "type": "object" }

You must be authenticated.

Other Tools from BrowserStack MCP server

Related Tools

ID: eoxjxomxet