Back to Home
QwQzy icon

searcher

Verified Safe

by QwQzy

Overview

Provides a Model Context Protocol (MCP) server for aggregating and extracting information from search engines like Bing using Playwright for web scraping.

Installation

Run Command
python main.py

Security Notes

The `bing_cn_detail` tool allows fetching content from arbitrary URLs. If this MCP server is exposed to untrusted external input, it could be exploited for Server-Side Request Forgery (SSRF) to scan internal networks or access internal resources. The client-side `json.loads` on user input in `client.py` is a potential risk for the client environment, though Pydantic validation on the server side mitigates direct injection vulnerabilities for tool parameters. The `headless=False` mode and `slow_mo` for Playwright are not security risks but indicate a non-production-ready setup that might consume more resources or be unsuitable for server deployments without display environments.

Similar Servers

Stats

Interest Score55
Security Score5
Cost ClassHigh
Avg Tokens1000
Stars1
Forks0
Last Update2025-12-06

Tags

MCPWeb ScrapingSearch EnginePlaywrightPython