# Viridis Regulatory Radar - Regulation Scan

> Viridis Regulatory Radar - Regulation Scan is a paid API for AI agents from mcp.viridisconservation.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-12).

Scans a curated 14-regulation energy and climate compliance database for a given jurisdiction (and optionally sector), returning matching regulations with urgency, effective-date, and jurisdiction signals.

## Facts

- Endpoint: POST https://mcp.viridisconservation.com/x402/regulatory-radar/scan_regulations
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/viridis-regulatory-radar-regulation-scan-c14b5b1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Hrnf-auGrp5YMclFC9pO4

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 viridis-regulatory-radar-regulation-scan-c14b5b1d -d '<json body>'
```

Example prompt: Can you scan Viridis Regulatory Radar for all energy and climate compliance regulations that apply to the EU power sector, including any urgency flags and effective dates?

## When to prefer this

Use this endpoint when you need to quickly identify which energy and climate compliance regulations apply to a specific jurisdiction (EU, US, UK, etc.) and optionally a specific industry sector. It is the discovery/scanning step in the Viridis workflow — use it before invoking Viridis GHG inventory, sustainability disclosure, or clean-energy tax-credit engines to understand which regulations are relevant. Prefer this over manual regulatory research or broader ESG databases when you need structured, machine-readable compliance signals with urgency and effective-date metadata.

## Known failure modes

- Unsupported jurisdiction provided — returns error or empty results
- Missing required 'jurisdiction' parameter — returns validation error
- No regulations match the given sector/jurisdiction combination — returns empty result set
- API returns HTTP 402 if payment (0.01 USDC) is not supplied
- Network timeout or service unavailability

## How this service works

Energy and climate compliance regulation scan across a curated 14-regulation database, with jurisdiction, urgency, and effective-date signals, including California SB 253 and SB 261 status. The scan step pairs with Viridis GHG inventory, sustainability disclosure, and clean-energy tax-credit engines.

## Output

A JSON response containing a list of matched regulations from the 14-regulation database, each annotated with jurisdiction, urgency level, effective date, and compliance details relevant to the queried jurisdiction and optional sector.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/viridis-regulatory-radar-regulation-scan-c14b5b1d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcp.viridisconservation.com](https://www.zero.xyz/host/mcp.viridisconservation.com/llms.txt)
