Legalithm
About
EU AI Act compliance in your editor. Classify risk, cite obligations, draft Article 50 disclosures.
Details
- Author
- legalithm
- Downloads
- 381
- Categories
- Other, Security
Jump to
- Offline risk classification (unacceptable / high / limited / minimal)
- Cites specific EU AI Act articles for each tier
- Explains obligations by role and risk level
- Generates transparency disclosures in English and German
- Flags low-confidence results for human review
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
LegalithmCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install by running npx -y legalithm-mcp-server, then invoke the provided tools: classify (risk tier), explain_obligation (obligations for a role+tier), generate_disclosure (Article 50 transparency snippet), and check_record (compliance record by slug).
classify
Classify an AI use case under the EU AI Act — risk tier + cited rationale. Offline; checked against Regulation (EU) 2024/1689, not legal advice.
explain_obligation
List the EU AI Act obligations for a role + risk tier, each with its Article citation. Offline.
generate_disclosure
Generate an Article 50 transparency disclosure snippet (chatbot / genai-content / deepfake / emotion), EN or DE. Offline.
check_record
Fetch a published Legalithm Trust Center compliance record by org slug. Online (reads the public API).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"legalithm": {
"legalithm": {
"command": "npx",
"args": [
"-y",
"legalithm-mcp-server"
]
}
}
}
}
McpServers
{
"legalithm": {
"command": "npx",
"args": [
"-y",
"legalithm-mcp-server"
]
}
}
Legalithm — EU AI Act compliance in your editor
An offline MCP server that brings EU AI Act (Regulation (EU) 2024/1689) compliance into Cursor & Claude Code. No API key, no network — it reads dependency names only.Install
```
npx -y legalithm-mcp-server
```
Tools
- classify — risk tier (unacceptable / high / limited / minimal) with the cited Article. - explain_obligation — the obligations for a role + tier, with citations. - generate_disclosure — an Article 50 transparency snippet (EN/DE). - check_record — fetch a published compliance record by slug. A cited starting point that flags low-confidence results for human review — not legal advice. Docs: https://www.legalithm.com/en/developers · Source: https://github.com/legalithm/legalithmSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



