Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

AI Act Radar

REMOTE · MCP.AIACTRADAR.COM · SCANNED AUG 9

EU AI Act obligations and updates from ten official sources, incl. the national layer.

56 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 470 tokens (~117/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management17
  • Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 83% of tool parameters carry a description.Partial
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.aiactradar.com

# add to Claude Code
claude mcp add --transport http com-aiactradar-ai-act-radar https://mcp.aiactradar.com/mcp/v1
# ~/.codex/config.toml
[mcp_servers.com-aiactradar-ai-act-radar]
url = "https://mcp.aiactradar.com/mcp/v1"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-aiactradar-ai-act-radar": {
      "type": "remote",
      "url": "https://mcp.aiactradar.com/mcp/v1",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-aiactradar-ai-act-radar --url https://mcp.aiactradar.com/mcp/v1 --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-aiactradar-ai-act-radar:
    url: "https://mcp.aiactradar.com/mcp/v1"
// mcp.json
{
  "mcpServers": {
    "com-aiactradar-ai-act-radar": {
      "type": "http",
      "url": "https://mcp.aiactradar.com/mcp/v1"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 9 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 6 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 5 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 4 Aug 26 53

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 9 Aug 2026 · Probed https://mcp.aiactradar.com/mcp/v1

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=aiactradar.com CN=YE1,O=Let's Encrypt,C=US 26 Jun 2026 24 Sept 2026 ECDSA 256 ECDSA-SHA384 5a9968373b3226141ac5da638efb11c2748
SANs: *.aiactradar.com, aiactradar.com
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd
DNSSEC insecure

Validation of mcp.aiactradar.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
aiactradar.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.aiactradar.com/mcp/v1 Verified 200
http (plaintext) http://mcp.aiactradar.com/mcp/v1 Inconclusive 405
MCP tools · 4 exposed · ~470 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_obligation_for_role ~82

Look up the AI Act obligations for a specific role and AI-system risk category. Returns the relevant articles, recent guidance updates, and applicable templates. This is informational, not legal advice.

NameTypeReqDescription
risk_categorystringyesThe AI Act risk classification of the system you offer or use.
rolestringyesThe AI Act role you operate as.

No output schema declared.

No examples provided.

lookup_article ~90

Look up a specific AI Act article (e.g. "Art. 53(1)(d)" or "Annex III") and return all related events from our pipeline plus the official EUR-Lex URL.

NameTypeReqDescription
articlestringyesArticle identifier — e.g. "Art. 53", "Art. 53(1)(d)", "Annex III", "Recital 60".

No output schema declared.

No examples provided.

query_ai_act_updates ~213

Query EU AI Act regulatory updates from primary sources. Returns structured events with titles, summaries, severity, topics and source URLs. Optionally filter by date range, source, topics, or severity. Use this when you need recent or historical regulatory changes affecting AI builders, GPAI providers, or deployers.

NameTypeReqDescription
limitinteger
severity_minstringMinimum severity. Optional.
sincestringISO 8601 timestamp; only events published after this. Optional.
source_idstringOne of: eurlex, aioffice, aiboard, codeofpractice, haveyoursay, cen, bnetza, bfdi, bsi, cnil, nl-algoritmeregister, oecdai. Optional.
topicsarrayTopic taxonomy. e.g. ["gpai","transparency","high-risk"]. Optional.
untilstringISO 8601 timestamp; only events published before this. Optional.

No output schema declared.

No examples provided.

summarize_changes_since ~85

Generate a structured digest of all AI Act regulatory changes since a given date, grouped by topic and severity. Useful for weekly compliance reviews or audit prep. Returns Markdown.

NameTypeReqDescription
languagestring
sincestringyesISO 8601 date; the digest covers everything from this date forward.
topicsarrayRestrict digest to these topics. Optional.

No output schema declared.

No examples provided.