Scan MCP Servers from Config JSON
๐ MCP Hub API
Scan MCP Servers from Config JSON
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.
POST
Scan MCP Servers from Config JSON
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.
Authorizations
Body
application/json
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)
Example:
{
"mcpServers": {
"example-server": {
"transport": "sse",
"url": "https://mcp.example.com/sse",
"headers": { "Authorization": "Bearer <token>" }
}
}
}Mark all child scans as private

