Server data from the Official MCP Registry
MCP server for EU legislation and CJEU case law via Publications Office SPARQL (Cellar).
MCP server for EU legislation and CJEU case law via Publications Office SPARQL (Cellar).
This is a well-architected MCP server for querying EU law via Publications Office SPARQL. The code demonstrates strong security practices: all network calls are to a single, legitimate upstream service with proper timeout handling, no credentials are required or embedded, input validation is thorough with SPARQL injection protection via string escaping, and permissions are narrowly scoped to HTTP calls only. Minor code quality observations around error handling breadth do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 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.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-matematicsolutions-mcp-eu-sparql": {
"args": [
"-y",
"@matematicsolutions/mcp-eu-sparql"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server dla prawa UE i orzecznictwa CJEU przez Publications Office SPARQL (Cellar / EUR-Lex).
search_by_celex(celex, lang?) — pojedynczy akt po numerze CELEX
(np. 32016R0679 = RODO).search_by_date_range(date_from, date_to, document_type?, lang?, limit?)
— akty z zakresu dat, opcjonalnie zawęzone do typu (REG / DIR / DEC / RECO / OPIN).search_cjeu(date_from?, date_to?, lang?, limit?) — wyroki (JUDG)
i postanowienia (ORDER) Trybunału Sprawiedliwości UE.Każda zwrotka zawiera structuredContent.citations z polami title, url (EUR-Lex),
celex, publication_date, document_type — Patron czyta to pole i wystawia
w panelu UI jako sekcję "Akty prawa UE (EUR-Lex / CJEU)".
@modelcontextprotocol/sdkmcp-saos)https://publications.europa.eu/webapi/rdf/sparql
z format=application/sparql-results+jsonnpm install
npm run build
node dist/index.js # uruchomi serwer na stdio
W patron/backend/mcp-servers.json:
[
{
"name": "saos",
"transport": "stdio",
"command": "node",
"args": ["C:/Users/<TWOJ-UZYTKOWNIK>/mcp-saos/dist/index.js"]
},
{
"name": "eu-sparql",
"transport": "stdio",
"command": "node",
"args": ["C:/Users/<TWOJ-UZYTKOWNIK>/mcp-eu-sparql/dist/index.js"]
}
]
# RODO po CELEX, tytuł po polsku
echo '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_by_celex","arguments":{"celex":"32016R0679","lang":"POL"}}}' \
| node dist/index.js
Powinno zwrócić Rozporzadzenie Parlamentu Europejskiego ... z polskim tytułem
i URL EUR-Lex.
MIT.
This server is one of five MCP connectors covering Polish jurisdiction + EU law, used by Patron (AGPL-3.0) and any other MCP-aware legal AI agent.
All five MCP servers share the same structuredContent.citations
contract: each tool returns an array of {title, url, snippet?, ...metadata}
that legal agents can render directly in their citation panel.
See matematicsolutions/.github for the full org profile.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
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.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.