Server data from the Official MCP Registry
EU AI Act compliance in your editor: classify risk, cite obligations, draft Article 50 text.
EU AI Act compliance in your editor: classify risk, cite obligations, draft Article 50 text.
Legalithm is a well-designed compliance tool with strong security practices. The MCP server operates offline without authentication requirements (appropriate for its local use case), implements proper input validation and error handling, and contains no evidence of malicious patterns or credential leaks. Minor code quality observations around broad exception handling do not significantly impact the security posture. Permissions (filesystem read/write, environment variable inspection) align well with the tool's compliance-checking purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue (1 critical, 0 high severity).
8 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-pedrammadani-legalithm-mcp-server": {
"args": [
"-y",
"legalithm"
],
"command": "npx"
}
}
}From the project's GitHub README.
Shipping an AI feature to EU users? The Act applies — Article 50 transparency from Aug 2026, high-risk obligations from Dec 2027. Catch it where you code, in seconds. Free, open-source, offline.
npx legalithm setup # wires Claude Code + Cursor (hooks, editor rule, MCP config)
npx legalithm init # writes a dated, cited compliance/legalithm.json
npx legalithm check # re-verify; non-zero exit on drift (for CI)
legalithm-mcp-server) exposing 4 tools (classify, explain_obligation, generate_disclosure, check_record). No API key, no network.legalithm init writes a dated, cited compliance/legalithm.json that records your AI system's risk tier and the obligations behind it.legalithm check and the GitHub Action fail the build when the committed record drifts — because your app changed or the law changed under you.Add the offline server to Claude Code or Cursor:
{
"mcpServers": {
"legalithm": {
"command": "npx",
"args": ["-y", "legalithm-mcp-server"]
}
}
}
# .github/workflows/ai-act.yml
name: AI Act
on: [pull_request]
jobs:
ai-act:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: legalithm/legalithm/packages/action@v1
with:
api-key: ${{ secrets.LEGALITHM_API_KEY }}
A cited starting point that tells you when to get a human — not legal advice. When unsure, it flags the result for review instead of guessing. Every output is checked against Regulation (EU) 2024/1689; it is not a certification.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.