Server data from the Official MCP Registry
Tesults MCP server - connect AI agents to your test results, insights, and targets
Tesults MCP server - connect AI agents to your test results, insights, and targets
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: TESULTS_API_TOKEN
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"
}
}
}From the project's GitHub README.
Tesults MCP server. Connect AI agents and MCP-compatible tools to your Tesults test results, insights, and targets.
Full setup and usage documentation: https://www.tesults.com/docs/api/mcp
claude mcp add tesults-mcp npx tesults-mcp -e TESULTS_API_TOKEN=your-api-token
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.