Back to Browse

Tesults MCP Server

by Tesults
Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Tesults MCP server - connect AI agents to your test results, insights, and targets

About

Tesults MCP server - connect AI agents to your test results, insights, and targets

Security Report

6.2
Moderate6.2Moderate Risk

This MCP server demonstrates solid security practices with proper API token authentication via environment variables, appropriate input validation using Zod schemas, and HTTPS-only communication. The code is well-structured with no evidence of malicious patterns, credential hardcoding, or dangerous operations. Minor concerns around token visibility in Bearer header logs and broad error handling do not significantly impact the overall security posture. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

3 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Tesults API token - obtain from your Tesults project configurationRequired

Environment variable: TESULTS_API_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-tesults-tesults-mcp": {
      "env": {
        "TESULTS_API_TOKEN": "your-tesults-api-token-here"
      },
      "args": [
        "-y",
        "tesults-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

tesults-mcp

Tesults MCP server. Connect AI agents and MCP-compatible tools to your Tesults test results, insights, and targets.

Documentation

Full setup and usage documentation: https://www.tesults.com/docs/api/mcp

Quick start

claude mcp add tesults-mcp npx tesults-mcp -e TESULTS_API_TOKEN=your-api-token

License

MIT

Reviews

No reviews yet

Be the first to review this server!