Parse an MCP config JSON (Claude/Cursor format with mcpServers key) and create one scan job per server entry. Each entry produces an independent hosted scan.
Documentation Index
Fetch the complete documentation index at: https://docs.enkryptai.com/llms.txt
Use this file to discover all available pages before exploring further.
Request body for scanning every server defined in a Claude/Cursor-style MCP config JSON.
MCP config JSON with the standard mcpServers key (Claude/Cursor format)
{
"mcpServers": {
"example-server": {
"transport": "sse",
"url": "https://mcp.example.com/sse",
"headers": { "Authorization": "Bearer <token>" }
}
}
}Mark all child scans as private