Back to Home
testomatio icon

mcp

Verified Safe

by 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

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

Stats

Interest Score13
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars4
Forks1
Last Update2025-12-16

Tags

testomatiomcpapi-integrationai-assistanttestingcoding-agent