Back to Home
osins icon

dev-tool-mcp

Verified Safe

by osins

Overview

An MCP (Model Context Protocol) server providing advanced web crawling, browser automation, and content extraction capabilities, with support for multiple output formats and LLM integration.

Installation

Run Command
python launch_server.py

Environment Variables

  • TEST_URL
  • MCP_STREAMING_MODE
  • MCP_SERVER_NAME
  • MCP_DEFAULT_TOOL_TIMEOUT
  • MCP_LOG_LEVEL
  • OPENAI_API_KEY

Security Notes

The server demonstrates strong input validation for URLs and file paths, includes Playwright security arguments (--no-sandbox, --disable-setuid-sandbox, etc.), and explicitly states file system security measures. No 'eval' or obvious hardcoded secrets were found. However, the use of `--disable-web-security` in Playwright's launch arguments, while potentially necessary for some advanced crawling scenarios, relaxes the same-origin policy and is a notable security consideration that could, under specific circumstances, pose a risk.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-11-22

Tags

Web CrawlingBrowser AutomationContent ExtractionLLM IntegrationFile Download