qa_mcp_server
Verified Safeby dominodatalab
Overview
Provides comprehensive User Acceptance Testing (UAT) and performance testing for the Domino Data Science Platform using AI-powered automation.
Installation
uv --directory /path/to/qa_mcp_server run domino_qa_mcp_server.pyEnvironment Variables
- DOMINO_API_KEY
- DOMINO_HOST
Security Notes
Environment variables are used for API keys and host, preventing hardcoded secrets. Input parameters for critical API calls (user/project/run IDs) are validated and URL-encoded to prevent injection. Commands for Domino jobs are constructed internally or split into lists before being passed to the Domino API, which is generally safer than direct shell execution of arbitrary user input. Temporary files are managed safely. No 'eval' or obvious obfuscation detected. The overall security relies on the robustness of the `python-domino` library and the Domino platform API itself.
Similar Servers
rulego-server
A lightweight, high-performance automation workflow platform for iPaaS, API/AI orchestration, data processing, IoT rule engine, and AI assistant scenarios.
mockloop-mcp
Provides a comprehensive platform for generating and managing mock API servers with AI-driven test generation, scenario management, proxy capabilities, and robust monitoring and auditing features.
doit-mcp-server
The DoiT MCP Server provides an MCP interface for Large Language Models (LLMs) to interact with the DoiT API, enabling capabilities such as cloud cost analysis, anomaly detection, reporting, invoice retrieval, and support ticket management.
mcp-jest
Automated testing, discovery, and validation framework for Model Context Protocol (MCP) servers.