INDIVIDUAL MCP TOOL
listIssues
Provide details about one report, including basics about the issues reported in it.
LIVE ENDPOINT
https://kilotest.com/mcp
Connect to this endpoint to inspect the live schema for listIssues and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kilotest]
url = "https://kilotest.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kilotest": {
"type": "http",
"url": "https://kilotest.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kilotest
Remote MCP URL: https://kilotest.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kilotest": {
"url": "https://kilotest.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kilotest": {
"type": "http",
"url": "https://kilotest.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kilotest",
"transport": "streamable-http",
"url": "https://kilotest.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
listReports— Provide basics about all available reports.listViolators— Provide details about one issue in one report, including basics about the elements of the tested page that were reported as exhibiting the issue.listDiagnoses— Provide details about one element reported as exhibiting one issue in one report, including the diagnoses provided by rule engines about how the element exhibited the issue.getReport— Get one full report in JSON.requestTest— Process my request to test a page about which no report is available yet.requestRetest— Process my request to retest a page about which a report is available.requestFeature— Process my request to add or improve a feature.