Skip to content

Add Lexius Compliance MCP server#2731

Open
fall-development-rob wants to merge 2 commits intodocker:mainfrom
fall-development-rob:add-lexius-server
Open

Add Lexius Compliance MCP server#2731
fall-development-rob wants to merge 2 commits intodocker:mainfrom
fall-development-rob:add-lexius-server

Conversation

@fall-development-rob
Copy link
Copy Markdown

Summary

Adds Lexius Compliance — an AI regulatory compliance MCP server with provenance-tracked obligations, penalties, deadlines, and verbatim regulation text covering the EU AI Act and DORA.

Server type

Local (containerized) — robotixai/lexius-mcp on Docker Hub.

Tools (13)

Tool Description
legalai_classify_system Risk classification (prohibited/high-risk/limited/minimal)
legalai_get_obligations Compliance obligations by role and risk level
legalai_calculate_penalty Penalty calculation (EUR 35M/15M/7.5M tiers + SME rules)
legalai_get_article Verbatim regulation text from EUR-Lex
legalai_get_deadlines Compliance deadlines with days remaining
legalai_search_knowledge Semantic search across all content
legalai_answer_question FAQ lookup
legalai_run_assessment Structured assessments (Art. 6(3), GPAI)
legalai_list_legislations Available legislations
legalai_get_article_history Article revision history
legalai_get_derivation_chain Trace obligation → source articles
legalai_get_article_extracts Deterministically extracted facts (fines, dates, cross-refs)
legalai_run_swarm_assessment Parallel hivemind compliance assessment

Key differentiator

Every response includes a provenance tier (AUTHORITATIVE / CURATED / AI_GENERATED) so users know exactly what they can cite. Fine amounts are deterministically extracted from verbatim regulation text and CI-cross-checked against curated values — no hallucinated numbers.

Modes

  • Direct mode: DATABASE_URL → connects to Postgres with Lexius schema
  • Proxy mode: LEXIUS_API_URL + LEXIUS_API_KEY → connects to hosted API (no DB required)

Links

@fall-development-rob fall-development-rob requested a review from a team as a code owner April 17, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant