Romanian legislation via MCP — full-text search across statutes and provisions
If you already use Romanian, the romanian mcp server is the piece that lets your assistant work with it directly. Romanian legislation via MCP — full-text search across statutes and provisions.
First request opens an OAuth signup flow (setup details: ansvar.eu/docs/quickstart). After signup, your client is bound to your account; tier (free / premium / team / company) determines fan-out, quota, and which downstream MCPs are reachable.
We build AI-accelerated compliance and legal research tools for the European market. This MCP server started as our internal reference tool for Romanian law -- turns out everyone building for the CEE and EU markets has the same research frustrations.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
search_legislation — FTS5 full-text search across 112,257 provisions with BM25 ranking. Supports Romanian, quoted phrases, boolean operators, prefix wildcardsget_provision — Retrieve specific provision by statute identifier + article (e.g., "Legea 190/2018" + "5")check_currency — Check if a statute is in force, amended, or repealedvalidate_citation — Validate citation against database -- zero-hallucination checkbuild_legal_stance — Aggregate citations from multiple statutes for a legal topicformat_citation — Format citations per Romanian conventions (full/short/pinpoint)list_sources — List all available statutes with metadata, coverage scope, and data provenanceabout — Server info, capabilities, dataset statistics, and coverage summaryget_eu_basis — Get EU directives/regulations for a Romanian statuteget_romanian_implementations — Find Romanian laws implementing a specific EU actsearch_eu_implementations — Search EU documents with Romanian implementation countsget_provision_eu_basis — Get EU law references for a specific provisionThe server ships on npm as @anthropic/mcp-inspector, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Plenty of database access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Romanian's toolset — search_legislation, get_provision, check_currency and 11 more — is a fair guide to whether it matches your workflow. It is maintained by eu.ansvar; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Romanian's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| search_legislation | FTS5 full-text search across 112,257 provisions with BM25 ranking. Supports Romanian, quoted phrases, boolean operators, prefix wildcards |
| get_provision | Retrieve specific provision by statute identifier + article (e.g., "Legea 190/2018" + "5") |
| check_currency | Check if a statute is in force, amended, or repealed |
| validate_citation | Validate citation against database -- zero-hallucination check |
| build_legal_stance | Aggregate citations from multiple statutes for a legal topic |
| format_citation | Format citations per Romanian conventions (full/short/pinpoint) |
| list_sources | List all available statutes with metadata, coverage scope, and data provenance |
| about | Server info, capabilities, dataset statistics, and coverage summary |
| get_eu_basis | Get EU directives/regulations for a Romanian statute |
| get_romanian_implementations | Find Romanian laws implementing a specific EU act |
| search_eu_implementations | Search EU documents with Romanian implementation counts |
| get_provision_eu_basis | Get EU law references for a specific provision |
| validate_eu_compliance | Check implementation status (future, requires EU MCP) |
| Connect | First request opens an OAuth signup flow (setup details: [ansvar.eu/docs/quickstart](https://ansvar.eu/docs/quickstart)). After signup, your client is bound to your account; tier (free / premium / team / company) determi |
{
"mcpServers": {
"romanian-law": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-inspector"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.