- Home
- MCP servers
- Romanian Law
Romanian Law
- javascript
0
GitHub Stars
javascript
Language
3 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can access and leverage Romanian legislation through this MCP server, which provides search, retrieval, and compliance checks across data protection, cybersecurity, e-commerce, and criminal law provisions. Use it to quickly locate provisions, verify citations, and confirm current statute status across Romanian law data sources.
How to use
Connect to the MCP server using either the remote HTTP endpoint or the local stdio approach described here. You can search across provisions, retrieve specific articles, validate citations, and check whether statutes are currently in force. Use the server to cross-reference Romanian law with EU implementations and national implementations as part of research or due diligence.
How to install
Prerequisites you need before installation: Node.js installed on your system. Ensure you have network access to reach remote endpoints if you plan to use the HTTP option.
Option A: Remote (Streamable HTTP) — use this MCP endpoint directly in your MCP client configuration.
Option B: Claude Desktop / Cursor style local runtime (stdio) — install and run via npx.
{
"mcpServers": {
"romanian-law": {
"command": "npx",
"args": ["-y", "@ansvar/romanian-law-mcp"]
}
}
}
Additional sections
Data sources come from official Romanian government publications, including Legislatie.just.ro, under public-domain licenses. The data provenance is tracked for transparency and traceability.
Data sources include: Legislatie.just.ro, governed by the Ministry of Justice of Romania, with licensing aligned to Romanian Open Data policies.
Disclaimers emphasize that this tool is for research and does not replace professional legal counsel. Always verify critical provisions against primary sources before relying on them in a professional context.
Open Law and the broader Ansvar MCP Network provide a global context for access to legislation, cross-jurisdictional references, and compliance frameworks.
Available tools
search_legislation
Performs full-text search across legislative provisions to locate relevant articles, sections, or topics.
get_provision
Retrieves a specific article or section from a statute or regulation.
validate_citation
Checks the format and accuracy of legal citations to ensure correct references.
check_currency
Determines whether a statute or provision is currently in force or has been amended.
get_eu_basis
Provides EU legal basis cross-references for Romanian compliance and alignment.
get_romanian_implementations
Finds national implementations of EU directives within Romanian law.
search_eu_implementations
Searches EU documents for cross-jurisdictional comparison and context.
validate_eu_compliance
Assesses whether Romanian provisions meet applicable EU compliance requirements.
build_legal_stance
Performs comprehensive legal research to support positions or arguments.
format_citation
Formats legal citations in standard reference styles.
list_sources
Lists data provenance and source authorities for provisions.
about
Provides server metadata and version information.