Deterministic compliance and vertical knowledge bases for autonomous agents. Free 24hr trial.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"agent-module": {
"url": "https://api.agent-module.dev/mcp",
"type": "streamable-http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
EU AI Act compliance logic for autonomous agents — retrievable during runtime.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in legal / ai-ml
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
MCP Security Weekly
Get CVE alerts and security updates for dev.agent-module/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
EU AI Act compliance logic for autonomous agents — retrievable during runtime.
If you're building with AI, you need to know the EU AI Act. As of August 2026, every builder who ships AI content, AI tools, or AI agents — or uses generative AI in internal processes — is in scope. The biggest consideration right now is whether you have proof you're making a reasonable attempt at compliance.
Agent Module is a live, structured compliance resource. With it, your agents can:
Endpoint: https://api.agent-module.dev/mcp
Transport: Streamable HTTP (JSON-RPC 2.0)
Protocol version: 2025-06-18
A growing library of AI Compliance modules, each mapped to specific EU AI Act articles. Every module contains four content layers:
| Layer | What It Contains |
|---|---|
| Logic | Deterministic JSON rulesets — binary pass/fail gates traced to statutory citations. No probabilistic guessing. |
| Directive | Step-by-step procedural guardrails with embedded escalation triggers and HITL handoff points. |
| Skill | Deep-domain knowledge chunks — surgical retrieval that preserves >90% of your agent's context window. |
| Action | Pre-validated executable templates. Zero additional inference required. |
Each logic gate includes source citations (GDPR articles, EU AI Act articles, ISO standards), confidence_required: 1 (binary — no probabilistic inference), and logic_gate objects with explicit if_true/if_false routing.
This isn't enhanced documentation. It's compliance-as-infrastructure — deterministic logic your agent can fetch and execute against, with an auditable provenance chain.
No signup. No config. Two commands to go from zero to live compliance logic:
Step 1 — Get a free trial key (24 hours, 500 calls, all AI Compliance modules):
curl -s -X POST https://api.agent-module.dev/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "get_trial_key",
"arguments": { "agent_id": "your-agent-id" }
},
"id": 1
}' | python3 -m json.tool
You'll get back a trial key with 24-hour access to all 4 content layers across all AI Compliance modules:
{
"object": "trial_key",
"status": "issued",
"trial_key": "am_trial_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"duration": "24 hours",
"call_cap": 500,
"layers_unlocked": ["logic", "directive", "skill", "action"],
"vertical": "ethics"
}
Step 2 — Retrieve compliance logic using your trial key:
curl -s -X POST https://api.agent-module.dev/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "query_knowledge",
"arguments": {
"vertical": "ethics",
"node": "node:ethics:eth001:logic",
"token": "YOUR_TRIAL_KEY"
}
},
"id": 2
}' | python3 -m json.tool
What comes back is a full logic node — deterministic rules for data sovereignty with GDPR and EU AI Act citati