mcp
Verified Safeby testomatio
Overview
The Testomat.io MCP Server integrates with Testomat.io API to provide AI assistants (like Cursor or Claude) access to test management functionalities, enabling querying and manipulation of tests, suites, runs, plans, and labels.
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 server handles API tokens and project IDs as command-line arguments or environment variables, avoiding hardcoding. It implements JWT authentication with automatic refresh on 401 errors, and explicitly escapes XML output to prevent injection vulnerabilities. No 'eval' or obfuscation is present in the provided source code, and network requests are made to configurable, trusted endpoints. The overall design appears to follow good security practices for an API client.
Similar Servers
typingmind-mcp
A server for managing and integrating Model Context Protocol (MCP) servers with TypingMind, enabling custom AI model connections.
bitrise-mcp
Integrate Bitrise CI/CD operations with AI assistants via the Model Context Protocol (MCP).
mcp-testrail
This server allows AI clients to manage TestRail entities like test cases, projects, suites, runs, and more, directly from their conversation interface.
mcp-jest
A testing framework for Model Context Protocol (MCP) servers, allowing automated validation of AI agent tools, resources, and prompts.