Back to Home
testomatio icon

mcp

Verified Safe

by testomatio

Overview

Integrate Testomat.io API with AI assistants via Model Context Protocol (MCP) to enable AI-driven test management operations.

Installation

Run Command
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

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars2
Forks1
Last Update2025-12-11

Tags

TestomatioMCPAI IntegrationTest AutomationNode.js