Service Status

The scanner, the public API, and the MCP server are operational.

For a live, machine-readable health check, query the health endpoint at /api/health. It returns a small JSON payload you can poll programmatically.

Retry guidance

If you are an agent or a script and a request does not succeed, recover gracefully:

The rate limit is 10 domains per hour per IP. Every response includes RateLimit-Limit, RateLimit-Remaining, and RateLimit-Reset headers so you can pace requests and avoid hitting the limit in the first place.