mcp
Verified Safeby testomatio
Overview
Integrate Testomat.io API with AI assistants via Model Context Protocol (MCP) to enable AI-driven test management operations.
Installation
npx @testomatio/mcp@latest --token <your-token> --project <project-id>Environment Variables
- TESTOMATIO_API_TOKEN
- TESTOMATIO_PROJECT_ID
- TESTOMATIO_BASE_URL
Security Notes
The source code appears to be well-structured and does not contain obvious malicious patterns or hardcoded sensitive information. API tokens and project IDs are required via command-line arguments or environment variables, which is a good practice. It utilizes HTTPS for API communication and includes a mechanism for JWT token refreshing on 401 unauthorized errors. No usage of `eval` or excessive dynamic code execution was found. The primary security consideration relies on the security of the Testomat.io API itself and the user's handling of their API token.
Similar Servers
typingmind-mcp
A server for managing and integrating Model Context Protocol (MCP) servers with TypingMind, enabling custom AI model connections.
mcp-testrail
Provides an MCP server to enable AI clients like Claude or Cursor to interact with and manage TestRail projects, suites, test cases, runs, and results.
mcp-jest
Automated testing, discovery, and validation framework for Model Context Protocol (MCP) servers.
openapi-mcp-server
Serves as a bridge to convert OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with REST APIs.