Skip to main content
Glama
README.md
# Nerq MCP Server

**Search 4.9M+ AI agents. Check compliance across 52 global jurisdictions.**

Nerq is the world's largest AI agent compliance and discovery database. This MCP server gives any AI assistant instant access to compliance intelligence, agent discovery, and safety recommendations.

## πŸ”§ Tools

| Tool | Description |
|------|-------------|
| `search_agents` | Search 4.9M+ AI agents by name, capability, or type |
| `recommend_agent` | Get safety-filtered recommendations with install instructions |
| `check_compliance` | Check any agent's compliance across 52 jurisdictions (EU AI Act, Colorado AI Act, UK AI regulation, etc.) |
| `compare_agents` | Compare agents side-by-side on compliance, security, and popularity |
| `nerq_stats` | Get ecosystem statistics (total agents, risk distribution, sources) |

## πŸš€ Quick Start

### Claude Desktop

Add to your `claude_desktop_config.json`:
```json
{
  "mcpServers": {
    "nerq": {
      "url": "https://mcp.nerq.ai/sse"
    }
  }
}
```

### Cursor / VS Code

Add to MCP settings:
```json
{
  "nerq": {
    "url": "https://mcp.nerq.ai/sse"
  }
}
```

### Windsurf

Add to your MCP configuration:
```json
{
  "nerq": {
    "serverUrl": "https://mcp.nerq.ai/sse"
  }
}
```

## πŸ“Š What You Can Do

**Find agents:**
> "Find me a safe MCP server for PostgreSQL"

**Check compliance:**
> "Is LangChain compliant with the EU AI Act?"

**Compare agents:**
> "Compare LangChain vs CrewAI on compliance and security"

**Get stats:**
> "How many AI agents exist and what's the risk distribution?"

## 🌍 Jurisdictions Covered

52 global jurisdictions including:
- πŸ‡ͺπŸ‡Ί EU AI Act (+ DE, FR, IT, ES, NL, IE, PL, SE implementations)
- πŸ‡ΊπŸ‡Έ US: California SB53, Colorado SB205, NY RAISE Act, and 10+ state laws
- πŸ‡¬πŸ‡§ UK AI Regulation
- πŸ‡¨πŸ‡¦ Canada AIDA
- πŸ‡°πŸ‡· South Korea AI Basic Act
- πŸ‡§πŸ‡· Brazil AI Bill
- πŸ‡¨πŸ‡³ China AI Labeling & Cybersecurity
- πŸ‡―πŸ‡΅ Japan AI Bill
- πŸ‡¦πŸ‡Ί Australia AI Guardrails
- And 30+ more

## πŸ“ˆ Database

- **4.9M+** indexed AI agents
- **17,000+** MCP servers
- **52** jurisdictions
- **253M+** individual compliance assessments
- Sources: GitHub, npm, PyPI, HuggingFace, Docker Hub, Smithery, Glama

## πŸ”— Links

- **Website:** [nerq.ai](https://nerq.ai)
- **API Docs:** [nerq.ai/docs](https://nerq.ai/docs)
- **Stats:** [nerq.ai/stats](https://nerq.ai/stats)
- **MCP Directory:** [nerq.ai/mcp-servers](https://nerq.ai/mcp-servers)

## License

MIT