Add Lexius Compliance MCP server#2731
Open
fall-development-rob wants to merge 2 commits intodocker:mainfrom
Open
Add Lexius Compliance MCP server#2731fall-development-rob wants to merge 2 commits intodocker:mainfrom
fall-development-rob wants to merge 2 commits intodocker:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-mcpon Docker Hub.Tools (13)
legalai_classify_systemlegalai_get_obligationslegalai_calculate_penaltylegalai_get_articlelegalai_get_deadlineslegalai_search_knowledgelegalai_answer_questionlegalai_run_assessmentlegalai_list_legislationslegalai_get_article_historylegalai_get_derivation_chainlegalai_get_article_extractslegalai_run_swarm_assessmentKey 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
DATABASE_URL→ connects to Postgres with Lexius schemaLEXIUS_API_URL+LEXIUS_API_KEY→ connects to hosted API (no DB required)Links