Complete API reference for the Juro Compliance Platform. Access all MCP tools, endpoints, and integration methods.
Model Context Protocol tools for AI agent integration:
// Connect to Juro MCP Server
const client = new MCPClient('localhost', 3000);
// Scan directory for compliance
const result = await client.callTool('scan_directory', {
path: './my-project',
regulations: ['GDPR', 'SOC2']
});
console.log(result.violations);Scan directories and files for compliance violations
Manage compliance rules and regulations
Advanced AI-powered compliance analysis and natural language processing:
Ready to integrate with Juro? Check out our installation guide and code examples.