mcp-server
Verified Safeby siddikshaikh-haptiq
Overview
A local Model Context Protocol (MCP) server designed for comprehensive API, web browser, and phone UI testing.
Installation
python server.pySecurity Notes
The server's primary function involves making external HTTP requests and navigating to arbitrary URLs, which is inherent to testing. Users should be aware that directing the server to untrusted external resources could expose the local machine to risks associated with those resources (e.g., malicious websites, APIs with unexpected responses), though the server itself does not introduce direct vulnerabilities beyond its intended testing scope. No hardcoded secrets or 'eval' usage detected.
Similar Servers
playwright-mcp
Provides a Model Context Protocol (MCP) server for LLMs to automate browser interactions using Playwright's accessibility tree, avoiding pixel-based vision models.
fetcher-mcp
This MCP server is designed for fetching web page content using a Playwright headless browser, enabling intelligent content extraction, JavaScript execution, and flexible output formats.
Playwright-AI-Agent-POM-MCP-Server
An enterprise-grade Playwright test automation framework facilitating AI agent integration for comprehensive web and mobile testing across various categories, including visual diffs, performance, and security.
browser-devtools-mcp
This MCP server provides AI coding assistants with comprehensive browser automation and debugging capabilities using Playwright, enabling execution-level and visual debugging for web pages.