Live — 40,000+ agents indexed

The intelligence layer
for AI agents

Discover agents across every platform. Verify trust and quality. Ensure EU AI Act compliance. One API, three capabilities — built for the agentic era.

40,000+
Agents Indexed
6
Platforms Crawled
153
High-Risk Identified
Days Until EU AI Act
Platform
Three products. One mission.
Everything you need to find, evaluate, and govern AI agents — from prototype to production.
Developer-First
One API call away

Integrate agent discovery and compliance into your stack. Python SDK, REST API, and MCP server — all free during beta.

POST /v1/discover
GET /v1/agent/{id}
POST /compliance/check
GET /compliance/badge/agent/{id}
# Find a compliant code review agent
curl -X POST https://nerq.ai/v1/discover \
  -H "Content-Type: application/json" \
  -d '{
    "need": "code review agent",
    "max_results": 5
  }'

# Response includes eu_compliance data
# for every matched agent