Security & Testing
kilotest.com
Provides web page testing reports with detailed issue, violator, and diagnosis analysis.
ENDPOINT 1
https://kilotest.com/mcp
MCP server metadata
- Name
- Kilotest
- Version
- 2.1.0
Use the listReports tool to start. If it shows that there is a report available about the page you want facts about, drill down with the listIssues, listViolators, and listDiagnoses tools. If not, use the requestTest tool to request that the page be tested. If the latest report about the page is obsolete, use the requestRetest tool to request that the page be retested.
Known tools 8
listIssuesProvide details about one report, including basics about the issues reported in it.
Inferred read-onlylistViolatorsProvide details about one issue in one report, including basics about the elements of the tested page that were reported as exhibiting the issue.
Inferred read-onlylistDiagnosesProvide 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.
Inferred read-onlyrequestTestProcess my request to test a page about which no report is available yet.
Inferred read-onlyrequestRetestProcess my request to retest a page about which a report is available.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.