Server data from the Official MCP Registry
Offline MCP server: EU compliance full text (GDPR, AI Act, DORA, NIS2, eIDAS2, CRA), verbatim.
Offline MCP server: EU compliance full text (GDPR, AI Act, DORA, NIS2, eIDAS2, CRA), verbatim.
This is a well-structured MCP server providing offline access to EU regulatory text via SQLite. The codebase demonstrates strong security practices: all operations are read-only, no authentication is required (appropriate for a reference tool), credentials are not hardcoded, and permissions align with the server's purpose. The server properly handles untrusted input through FTS5 parameterization and includes comprehensive error handling. Minor code quality issues and a network fetch during initialization do not significantly impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 8 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.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-matematicsolutions-mcp-eu-compliance": {
"args": [
"-y",
"@matematicsolutions/mcp-eu-compliance"
],
"command": "npx"
}
}
}From the project's GitHub README.
Serwer MCP udostepniajacy offline korpus prawa UE (EUR-Lex, pelny tekst) w lokalnym SQLite FTS5, z narzedziami compliance. Snippety zwracane verbatim z bazy (zero-LLM) - kazdy z identyfikatorem CELEX i URL do EUR-Lex. Anti-halucynacja przez mechanike, nie przez zaufanie do modelu.
Zakres v1: GDPR, AI Act, DORA, NIS2, eIDAS 2.0, CRA.
Komplementarny do mcp-eu-sparql: tamten odkrywa akty na zywo (SPARQL Cellar), ten daje verbatim tekst + analize compliance offline (bez sieci w runtime).
npm install # Node 22.5+ (node:sqlite wbudowane)
npm run fetch-corpus # pobiera regulations.db (~36 MB) z Ansvar (Apache-2.0)
npm run build
npm start
Konfiguracja w kliencie MCP (np. mcp-servers.json):
{
"name": "eu-compliance",
"command": "node",
"args": ["/sciezka/do/mcp-eu-compliance/dist/index.js"]
}
| Tool | Opis |
|---|---|
eu_search(query, regulations?, limit?) | Pelnotekstowo (FTS5) po artykulach, snippety verbatim. |
eu_article(regulation, article_number) | Pelny tekst artykulu + tytul + rozdzial + CELEX. |
eu_compare(query, regulations?) | To samo zagadnienie w kilku regulacjach naraz (np. zgloszenie incydentu DORA vs NIS2 vs CRA). |
eu_check_applicability(sector, subsector?) | Ktore z 6 regulacji dotycza sektora, z poziomem pewnosci i artykulem-podstawa. |
eu_evidence(regulation, article?) | Artefakty dowodowe (audit) - jaki dokument/log/certyfikat udowadnia zgodnosc. |
Kazde narzedzie zwraca structuredContent.citations (regulacja, CELEX, URL EUR-Lex, snapshot).
eu_compareeu_articleeu_check_applicability(sector=financial, subsector=bank)eu_evidencemcp-eu-sparql (live).Cytowanie: MateMatic Solutions (2026), mcp-eu-compliance, https://github.com/matematicsolutions/mcp-eu-compliance, MIT.
Be the first to review this server!
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.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption