Back to Home
Harsha-1705 icon

my-mcp-server

Verified Safe

by Harsha-1705

Overview

A multi-tool agent designed for web quality assurance, capable of scraping web pages, optimizing images, and creating Jira tickets for identified issues.

Installation

Run Command
python main.py

Environment Variables

  • JIRA_URL
  • JIRA_EMAIL
  • JIRA_TOKEN
  • PORT

Security Notes

The 'scrape_webpage' tool utilizes 'playwright' which launches a headless browser, interacting with potentially untrusted external web content. While 'playwright' offers sandboxing, this inherently introduces a larger attack surface compared to simple HTTP requests. However, this is necessary for its intended web scraping functionality. Sensitive Jira credentials ('JIRA_URL', 'JIRA_EMAIL', 'JIRA_TOKEN') are correctly sourced from environment variables, preventing hardcoding. No 'eval' or obvious malicious patterns are present.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2026-01-19

Tags

Web QAAutomationWeb ScrapingImage OptimizationIssue Tracking