# EU AI Act Risk Classifier

> EU AI Act Risk Classifier is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Classifies AI systems or use cases according to their risk category under the EU AI Act (unacceptable, high, limited, or minimal risk)

## Facts

- Endpoint: POST https://api.m2mcent.com/eu-ai-act-risk-classifier-mcp/api/process
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eu-ai-act-risk-classifier-4acb7841
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wazygQ_Nl2Ln71xjLsCzD

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability eu-ai-act-risk-classifier-4acb7841 -d '<json body>'
```

Example prompt: Can you classify this AI system under the EU AI Act and tell me what risk category it falls into: 'A real-time facial recognition system used by law enforcement to identify individuals in public spaces'?

## When to prefer this

Choose this endpoint when you need automated EU AI Act risk tier classification for an AI system or use case description, especially during product development, compliance audits, or regulatory due diligence for the European market. Prefer this over general legal Q&A tools when you need a structured risk category output rather than open-ended legal advice.

## Known failure modes

- Empty or too-vague input description may yield an indeterminate or low-confidence classification
- Ambiguous use cases that span multiple risk categories may produce uncertain results
- Input describing non-AI systems may result in incorrect or irrelevant classification
- Service may not reflect the latest amendments or implementing acts to the EU AI Act
- Payment failure via x402 protocol will result in request rejection

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns a risk classification label (e.g. unacceptable risk, high risk, limited risk, or minimal risk) for the described AI system or use case under the EU AI Act framework, potentially with reasoning or relevant article references.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eu-ai-act-risk-classifier-4acb7841/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
