← 152-audit.ru
INDIVIDUAL MCP TOOL
compliance_get_prescan_result
Read a safe pre-scan status or summary by scan id.
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 endpoint
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.152-audit-ru]
url = "https://152-audit.ru/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"152-audit-ru": {
"type": "http",
"url": "https://152-audit.ru/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 152-audit-ru
Remote MCP URL: https://152-audit.ru/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": {
"152-audit-ru": {
"url": "https://152-audit.ru/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"152-audit-ru": {
"type": "http",
"url": "https://152-audit.ru/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "152-audit-ru",
"transport": "streamable-http",
"url": "https://152-audit.ru/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
compliance_get_capabilities— Read public service capabilities, products, server-sourced prices, safety flags and available Safe Agent API actions.compliance_create_prescan— Run an owner-confirmed free pre-scan for a public http(s) website URL.compliance_create_checkout— Create an owner-confirmed server-priced payment link for a completed agent pre-scan.compliance_create_report_access— Issue a short-lived report access token after verified payment and explicit owner confirmation.compliance_get_report— Read a safe paid report summary by report access token.compliance_get_action_backlog— Read prioritized owner-facing recommendations by report access token.