← validoria.com
INDIVIDUAL MCP TOOL
guest_start_scan
Run a free 6-test HTTP scan against a public URL without an API key.
LIVE ENDPOINT
https://api.teste.no/api/mcp
Connect to this endpoint to inspect the live schema for guest_start_scan and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests retrieving external content.
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.teste-no]
url = "https://api.teste.no/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"teste-no": {
"type": "http",
"url": "https://api.teste.no/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: teste-no
Remote MCP URL: https://api.teste.no/api/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": {
"teste-no": {
"url": "https://api.teste.no/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"teste-no": {
"type": "http",
"url": "https://api.teste.no/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "teste-no",
"transport": "streamable-http",
"url": "https://api.teste.no/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
guest_get_scan— Poll results for a guest_start_scan.list_targets— List all monitoring targets for your team.get_target— Get detailed information about a specific target including status, uptime, fingerprint, and composite scores.get_target_scores— Get composite scores (Security, SEO, Performance, Accessibility) for a target.list_findings— List findings (discovered issues) across your targets.get_finding— Get full details of a specific finding, including evidence, AI analysis, and recommended fix.list_incidents— List incidents (grouped operational issues) across your targets.get_incident— Get full details of a specific incident including linked findings, AI analysis, and deployment correlation.