Back to Home
dominodatalab icon

qa_mcp_server

Verified Safe

by dominodatalab

Overview

Provides comprehensive User Acceptance Testing (UAT) and performance testing for the Domino Data Science Platform using AI-powered automation.

Installation

Run Command
uv --directory /path/to/qa_mcp_server run domino_qa_mcp_server.py

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens20000
Stars0
Forks0
Last Update2025-12-02

Tags

UAT TestingPerformance TestingDomino PlatformQA AutomationML/AI