On this page
MCP Connector

DirectCase Legal Search — documentation

DirectCase Legal Search is a remote Model Context Protocol (MCP) connector that gives Claude access to over 1.3 million Czech legal documents — Czech courts, e-Sbírka legislation, EU Court of Justice rulings, EUR-Lex, and European Court of Human Rights judgments — always with verifiable citations. Currently active for Czech accounts; more jurisdictions coming in 2026.

Connector endpoint

https://mcp.directcase.ai

Authentication: OAuth 2.1 (WorkOS AuthKit). Transport: HTTP / SSE.

Overview

The connector turns Claude into a legal-research assistant grounded in primary sources. Once connected, Claude can call DirectCase tools to find and read court decisions, statutes and regulatory rulings, look up companies in public registries, and return answers with verifiable citations.

For Czech accounts the connector provides access to over 1.3 million legal documents, including:

  • Czech courts — Constitutional Court, Supreme Court, Supreme Administrative Court, district courts
  • Czech Collection of Laws (e-Sbírka) — 72 000+ acts with full text and paragraph-level wording
  • EU Court of Justice (CJEU) — 27 000+ rulings in Czech and English
  • EUR-Lex — 34 000+ EU legislative acts in Czech
  • European Court of Human Rights (ECHR) — 90 000+ judgments in English and Czech
  • Czech regulatory authorities — ÚOHS, ÚOOU, ERÚ, Finanční arbitr

The tools available to you depend on the country your DirectCase account is set to and your subscription tier — see Tools by country. Looking for the product overview? See the connector landing page.

Supported jurisdictions

The connector is currently active for Czech accounts. Additional jurisdictions will be added throughout 2026.

Active now

Czechia

July 2026

Slovakia, Poland, Hungary, Austria, Germany

October 2026

Other EU jurisdictions

Getting started

Connect to Claude

  1. 1

    Add a custom connector

    In Claude, open Settings → Connectors → Add custom connector.

  2. 2

    Enter the connector URL

    Paste the DirectCase endpoint: https://mcp.directcase.ai

  3. 3

    Sign in with DirectCase

    Claude opens the DirectCase sign-in (WorkOS, login.directcase.ai). Log in or create an account. Authentication uses OAuth 2.1 — we never see your password.

  4. 4

    Approve access

    Approve the connection. The DirectCase tools then appear in Claude and you can start asking legal questions.

Authentication

Access requires a DirectCase account. When you connect, Claude opens the DirectCase sign-in hosted by WorkOS AuthKit (login.directcase.ai) and the connection authorizes over OAuth 2.1. We receive a token carrying your user id, email, subscription tier and a country claim — we never receive or store your password. The token's country and tier determine which tools and sources you can use.

Tip: Call the get_entitlements tool at any time to see exactly who you are authenticated as and which tools your account can access. It is always available, even before you subscribe.

Supported clients

The connector works with any MCP-compatible client, including:

  • Claude.ai (web)
  • Claude Desktop
  • Claude Code
  • Any MCP-compatible client

Example prompts

Once connected, paste any of these into Claude. Each shows the expected outcome — which tool Claude uses and what comes back.

  • “What has the Czech Constitutional Court said about the right to a fair trial in tax proceedings?”

    What happens: Claude calls Search Case Law across the constitutional and administrative courts and answers with specific decisions (e.g. an Ústavní soud nález), each linked to its full text on directcase.ai.

  • “Quote the exact wording of § 2 of the Czech Civil Code (Act No. 89/2012 Coll.).”

    What happens: Claude calls Get Law Text and returns the verbatim text of § 2 from the official e-Sbírka, with a citation to the source — no paraphrasing.

  • “Look up the company with IČO 24337269 and tell me if it is in insolvency.”

    What happens: Claude calls Search Company Registry and the insolvency register, returning the company's registry details and current insolvency status from the Czech business registries.

  • “Find the decision Pl. ÚS 33/97 and summarise its holding.”

    What happens: Claude calls Search by Identifier to locate the exact case, fetches the full text, and summarises the holding with a link to the decision.

  • “Which DirectCase tools can I use on my current plan?”

    What happens: Claude calls Account & Entitlements and lists your subscription tier, jurisdiction and the exact set of tools available to your account.

Tools

The connector exposes 16 tools, grouped below. Each entry shows its raw tool name, where it is available, and its input parameters. Internal tracking parameters are managed by the app and are not shown. For per-jurisdiction availability see Tools by country.

Documents

Pull full texts, exact statute wording, and convert any file format to Markdown.

Get Document get_document
All jurisdictions

Fetch the full text of one or more documents by id.

Parameters

  • uuids string[] Required

    One or more document UUIDs to retrieve.

  • collection string | null Optional

    Collection to look in. Omitted = search all collections.

Get Law Text get_law_detail
Czechia only

Retrieve the exact wording of a paragraph (§) or article (Čl.) from the Czech Collection of Laws (e-Sbírka).

Parameters

  • laws object[] Required

    Law references. Each object: number (e.g. "89"), year (e.g. "2012"), fragment (e.g. "2" for § 2), collection (optional, default "Sb."), date (optional, YYYY-MM-DD).

Convert file to .md convert_file_to_markdown
Czechia only

Convert a legal-source file to Markdown — PDF, Word, PowerPoint, Excel, HTML, CSV, images and more — with Google Vision OCR fallback for scanned PDFs.

Parameters

  • url string Required

    URL of the file. Must be a trusted legal source (justice.cz, gov.cz, e-sbirka.cz, the courts, europa.eu, echr); other hosts are rejected.

Company registry

Look up companies and their public filings (Czech registries).

Search Company Registry search_company
Czechia only

Search Czech business registries by company name or identifier (IČO).

Parameters

  • ico string | null Optional

    Company identification number (IČO).

  • nazev string | null Optional

    Company name to search for.

Note: Provide at least one of ico or nazev.

List Company Filings search_company_documents
Czechia only

List a company's filings from the Collection of Deeds (Sbírka listin).

Parameters

  • ico string Required

    Company identification number (IČO).

Legislative tracking

Follow bills through the Czech legislative process.

Track Legislation track_legislation
Czechia only

Track the Czech Parliament's legislative process (sněmovní tisky) — stages, status and timeline.

Parameters

  • status string Optional

    Exact current state, e.g. "1. čtení", "Schválen". Empty = any.

  • stage string Optional

    A stage the bill has reached, e.g. "Senát", "Sbírka zákonů". Empty = any.

  • changed_since_days integer Optional

    Only bills with activity in the last N days. 0 = no recency filter.

  • term integer Optional

    Election term (volební období), e.g. 10. 0 = all terms.

  • limit integer Optional

    Max bills to return (default 50, max 200).

Recent Legislation Changes legislation_changes
Czechia only

List Czech Parliament bills (sněmovní tisky) that changed within a date window, classified by outcome — enacted, not passed, or still in progress.

Parameters

  • date_from string (YYYY-MM-DD) Required

    Window start (inclusive).

  • date_to string (YYYY-MM-DD) Optional

    Window end (inclusive). Empty = today.

  • outcome string Optional

    Filter by outcome — "enacted", "not_passed" or "in_progress". Empty = all.

  • term integer Optional

    Election term (volební období), e.g. 10. 0 = all terms.

  • stage string Optional

    Filter by a stage the bill has reached, e.g. "Senát", "Sbírka zákonů".

  • limit integer Optional

    Max bills to return (default 50, max 200).

Utilities

Helper tools — currency conversion and the current date/time in your jurisdiction.

Convert Currency currency_conversion
All accounts

Convert an amount between currencies using the official central-bank reference (fixing) rate for your jurisdiction — CNB (Czechia), NBP (Poland) or the ECB (Eurozone and others). This is a reference rate, not a bank/transaction rate.

Parameters

  • from_currency string Required

    Source ISO 4217 code, e.g. "EUR", "USD", "CZK".

  • to_currency string Required

    Target ISO 4217 code, e.g. "CZK".

  • amount number Optional

    Amount of from_currency to convert. Defaults to 1.

  • date string (YYYY-MM-DD) Optional

    Value date; the nearest rate on or before it is used. Defaults to today.

  • jurisdiction string Optional

    Market code ("cz", "pl", "at", …) selecting which central bank to use.

Get Current Time get_current_time
All accounts

Get the current date, time and weekday in your jurisdiction's timezone — for computing filing deadlines and limitation periods, or judging whether something is currently in force.

Parameters

  • timezone string Optional

    Optional IANA timezone (e.g. "Europe/Prague"). Overrides the jurisdiction default.

  • jurisdiction string Optional

    Optional market code (e.g. "cz", "pl", "at") to override your market.

Account

Discover what your account can access.

Account & Entitlements get_entitlements
All accounts

Report your account context — subscription tier, country and the tools available to you. Always available, even before you subscribe.

Parameters

No parameters.

Sources by country

Each jurisdiction maps to a fixed set of source collections (courts, legislation databases and regulatory authorities). These are the collections the search tools query for that jurisdiction. Codes such as cz_us can be passed to a tool's collections parameter to narrow a search.

Case lawLegislationRegulatory
Jurisdiction Source collections
Austria at
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Gerichtshof der Europäischen Union [DE] de_curia Recht der Europäischen Union [DE] de_eurlex Bundesverwaltungsgericht [AT] at_bvwg Datenschutzbehörde [AT] at_dsk Verfassungsgerichtshof [AT] at_vfgh Verwaltungsgerichtshof [AT] at_vwgh Landesverwaltungsgerichte [AT] at_lvwg
Belgium be
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Hof van Justitie van de Europese Unie [NL] nl_curia Recht van de Europese Unie [NL] nl_eurlex Cour de justice de l’Union européenne [FR] fr_curia Droit de l’Union européenne [FR] fr_eurlex Gerichtshof der Europäischen Union [DE] de_curia Recht der Europäischen Union [DE] de_eurlex Cour constitutionnelle [BE] be_fr_const_court Grondwettelijk Hof [BE] be_nl_const_court Verfassungsgerichtshof [BE] be_de_const_court Cours et tribunaux — JUPORTAL [BE] be_fr_juportal Hoven en rechtbanken — JUPORTAL [BE] be_nl_juportal Gerichte und Gerichtshöfe — JUPORTAL [BE] be_de_juportal Conseil d'État [BE] be_fr_council_state Raad van State [BE] be_nl_council_state Conseil du Contentieux des Étrangers [BE] be_fr_rvv_cce Raad voor Vreemdelingenbetwistingen [BE] be_nl_rvv_cce Rat für Ausländerstreitsachen [BE] be_de_rvv_cce Staatsrat [BE] be_de_council_state Jurisprudence belge en propriété intellectuelle — base BPP [BE] be_fr_bpp Belgische rechtspraak intellectuele eigendom — BPP-databank [BE] be_nl_bpp Vlaamse bestuursrechtscolleges [BE] be_nl_dbrc
Bulgaria bg
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Съд на Европейския съюз [BG] bg_curia Право на Европейския съюз [BG] bg_eurlex Конституционен съд на Република България [BG] bg_bg_const_court ЦУБИПСА — Централен портал за съдебни актове [BG] bg_bg_legalacts Върховен касационен съд на Република България [BG] bg_bg_vks Върховен административен съд на Република България [BG] bg_bg_vas
Croatia hr
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Sud Europske unije [HR] hr_curia Pravo Europske unije [HR] hr_eurlex Narodne novine – odluke Ustavnog i Visokog upravnog suda RH [HR] hr_hr_narodne_novine Ustavni sud Republike Hrvatske [HR] hr_hr_const_court Sudska praksa Republike Hrvatske — ANON [HR] hr_hr_anon Agencija za zaštitu tržišnog natjecanja hr_hr_aztn
Cyprus cy
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Δικαστήριο της Ευρωπαϊκής Ένωσης [EL] el_curia Δίκαιο της Ευρωπαϊκής Ένωσης [EL] el_eurlex
Czechia cz
Court of Justice of the European Union [EN] en_curia Soudní dvůr Evropské unie [CZ] cz_curia Právo Evropské unie [CZ] cz_eurlex European Court of Human Rights [EN] en_echr European Union law [EN] en_eurlex Evropský soud pro lidská práva [CZ] cz_echr Sbírka zákonů [CZ] cz_es Sněmovní tisky [CZ] cz_pscr_files Ústavní soud [CZ] cz_us Nejvyšší soud [CZ] cz_ns Nejvyšší správní soud [CZ] cz_nss Okresní soudy [CZ] cz_os Úřad pro ochranu hospodářské soutěže [CZ] cz_uohs Úřad pro ochranu osobních údajů [CZ] cz_uoou Energetický regulační úřad [CZ] cz_eru Finanční arbitr [CZ] cz_finarb
Denmark dk
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Den Europæiske Unions Domstol [DA] da_curia EU-ret [DA] da_eurlex Domsdatabasen — Danmarks Domstoles retspraksis dk_da_domsdatabasen Højesteret — Højesterets afgørelsesdatabase dk_da_hoejesteret Landsskatteretten dk_da_landsskatteret Retsinformation (administrative afgørelser) dk_da_retsinformation Sø- og Handelsretten [DK] dk_da_soehandelsret Grønlands Landsret dk_da_groenlandslandsret Retten på Færøerne [DK] dk_da_faeroeerne Føroya Rættur [DK] dk_fo_faeroeerne
Estonia ee
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Euroopa Liidu Kohus [ET] et_curia Euroopa Liidu õigus [ET] et_eurlex
Finland fi
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Euroopan unionin tuomioistuin [FI] fi_curia Euroopan unionin oikeus [FI] fi_eurlex
France fr
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Cour de justice de l’Union européenne [FR] fr_curia Droit de l’Union européenne [FR] fr_eurlex Cour de cassation [FR] fr_fr_cass
Germany de
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Gerichtshof der Europäischen Union [DE] de_curia Recht der Europäischen Union [DE] de_eurlex Rechtsprechung im Internet — Bundesgerichte [DE] de_de_rii Open Legal Data – deutsche Gerichtsentscheidungen [DE] de_de_open_legal_data Rechtsprechung der Bundesgerichte — Rechtsinformationsportal des Bundes [DE] de_de_neuris Oberste Bundesgerichte — BVerfG · BGH · BPatG [DE] de_de_federal_high_courts Rechtsprechung der Länder — Landesportale [DE] de_de_laender
Greece gr
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Δικαστήριο της Ευρωπαϊκής Ένωσης [EL] el_curia Δίκαιο της Ευρωπαϊκής Ένωσης [EL] el_eurlex Επιτροπή Ανταγωνισμού [GR] gr_el_epant Άρειος Πάγος [GR] gr_el_areios_pagos Συμβούλιο της Επικρατείας και Διοικητικά Δικαστήρια [GR] gr_el_ste Ελεγκτικό Συνέδριο [GR] gr_el_elsyn Πρωτοδικείο Πειραιώς [GR] gr_el_protodikeio_peiraios
Hungary hu
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Az Európai Unió Bírósága [HU] hu_curia Az Európai Unió joga [HU] hu_eurlex Bírósági Határozatok Gyűjteménye [HU] hu_hu_bhgy Alkotmánybíróság [HU] hu_hu_const_court Kúria [HU] hu_hu_kuria Gazdasági Versenyhivatal hu_hu_gvh
Ireland ie
Cúirt Bhreithiúnais an Aontais Eorpaigh [GA] ga_curia Dlí an Aontais Eorpaigh [GA] ga_eurlex Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex Tax Appeals Commission (Ireland) ie_en_tac European Court of Human Rights [EN] en_echr Workplace Relations Commission (Ireland) ie_en_wrc Labour Court (Ireland) ie_en_labour_court Employment Appeals Tribunal (Ireland) ie_en_eat Equality Tribunal (Ireland) ie_en_equality Valuation Tribunal (Ireland) ie_en_valuation Courts Service of Ireland [IE] ie_en_courts Courts Service of Ireland — Gaeilge [IE] ie_ga_courts Data Protection Commission [IE] ie_en_dpc
Italy it
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Corte di giustizia dell’Unione europea [IT] it_curia Diritto dell’Unione europea [IT] it_eurlex Corte costituzionale [IT] it_it_cost Corte di Cassazione it_it_cassazione Giustizia amministrativa italiana (Consiglio di Stato, TAR, CGA) it_it_openga Verwaltungsgerichtsbarkeit Südtirol – TRGA Bozen (zweisprachig) it_de_openga
Latvia lv
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Eiropas Savienības Tiesa [LV] lv_curia Eiropas Savienības tiesības [LV] lv_eurlex Latvijas tiesu anonimizētie nolēmumi lv_lv_tiesas Latvijas Republikas Satversmes tiesa lv_lv_const_court Latvijas Republikas Augstākā tiesa (Senāta judikatūra) lv_lv_at_judikatura Konkurences padome lv_lv_kp
Lithuania lt
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Europos Sąjungos Teisingumo Teismas [LT] lt_curia Europos Sąjungos teisė [LT] lt_eurlex Lietuvos teismų sprendimai — LITEKO [LT] lt_lt_liteko Lietuvos Respublikos Konstitucinis Teismas [LT] lt_lt_const_court
Luxembourg lu
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Cour de justice de l’Union européenne [FR] fr_curia Droit de l’Union européenne [FR] fr_eurlex Gerichtshof der Europäischen Union [DE] de_curia Recht der Europäischen Union [DE] de_eurlex
Malta mt
Il-Qorti tal-Ġustizzja tal-Unjoni Ewropea [MT] mt_curia Liġi tal-Unjoni Ewropea [MT] mt_eurlex Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex Qrati ta' Malta — eCourts [MT] mt_mt_ecourts Courts of Malta — eCourts [MT] mt_en_ecourts Office of the Arbiter for Financial Services (Malta) mt_en_oafs Uffiċċju tal-Arbitru għas-Servizzi Finanzjarji (Malta) mt_mt_oafs Tribunal għal Talbiet tal-Konsumatur — MCCAA (Malti) mt_mt_cct Consumer Claims Tribunal — MCCAA (English) mt_en_cct Tribunal għas-Servizzi Finanzjarji (Malta) mt_mt_mfst Financial Services Tribunal (Malta) mt_en_mfst Industrial Tribunal — Malta (English) mt_en_dier Tribunal Industrijali — Malta (Malti) mt_mt_dier Environment and Planning Review Tribunal (Malta) mt_en_eprt Ċentru tal-Arbitraġġ ta' Malta (Malti) mt_mt_mac Malta Arbitration Centre (English) mt_en_mac European Court of Human Rights [EN] en_echr Ambjent u l-Ippjanar - Tribunal ta' Reviżjoni (Malta) mt_mt_eprt
Netherlands nl
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Hof van Justitie van de Europese Unie [NL] nl_curia Recht van de Europese Unie [NL] nl_eurlex Nederlandse tuchtrechtspraak nl_nl_tuchtrecht Rechtspraak (Nederlandse gerechten) nl_nl_rechtspraak Rechtspraak — Fryske útspraken nl_fy_rechtspraak Rechtspraak — Papiamentu (Caribisch) nl_pap_rechtspraak Rechtspraak — English (NCC / BES) nl_en_rechtspraak Raad van State — Afdeling bestuursrechtspraak nl_nl_raad_van_state Autoriteit Persoonsgegevens nl_nl_ap
Poland pl
Court of Justice of the European Union [EN] en_curia Trybunał Sprawiedliwości Unii Europejskiej [PL] pl_curia European Court of Human Rights [EN] en_echr European Union law [EN] en_eurlex Europejski Trybunał Praw Człowieka [PL] pl_echr Prawo Unii Europejskiej [PL] pl_eurlex Dziennik Ustaw [PL] pl_es System Analizy Orzeczeń Sądowych — SAOS [PL] pl_saos Sądy administracyjne — NSA + WSA, CBOSA [PL] pl_nsa Urząd Regulacji Energetyki — URE [PL] pl_pl_ure Urząd Ochrony Danych Osobowych — UODO [PL] pl_pl_uodo Trybunał Konstytucyjny [PL] pl_pl_tk Sąd Najwyższy [PL] pl_pl_sn Sądy powszechne — korpus orzeczeń [PL] pl_pcj SAOS — API wyszukiwania orzeczeń [PL] pl_pl_saos_search_api Sądy powszechne — Portal Orzeczeń [PL] pl_common_courts Krajowa Izba Odwoławcza — KIO [PL] pl_pl_kio
Portugal pt
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Tribunal de Justiça da União Europeia [PT] pt_curia Direito da União Europeia [PT] pt_eurlex Tribunal Constitucional pt_pt_const_court DGSI — Jurisprudência dos Tribunais Superiores pt_pt_dgsi Diário da República — Jurisprudência pt_pt_dre CSM — Jurisprudência ECLI (decisões não constantes da DGSI) pt_pt_csm Tribunal de Contas — Jurisprudência pt_pt_tcontas CAAD — Jurisprudência Arbitral (Tributária e Administrativa) pt_pt_caad
Romania ro
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Curtea de Justiție a Uniunii Europene [RO] ro_curia Dreptul Uniunii Europene [RO] ro_eurlex Înalta Curte de Casaţie şi Justiţie [RO] ro_ro_iccj Curțile de Apel — jurisprudență [RO] ro_ro_curti_apel Curtea Constituțională a României [RO] ro_ro_const_court Autoritatea Națională de Supraveghere a Prelucrării Datelor cu Caracter Personal ro_ro_anspdcp
Slovakia sk
Court of Justice of the European Union [EN] en_curia Súdny dvor Európskej únie [SK] sk_curia European Court of Human Rights [EN] en_echr European Union law [EN] en_eurlex Európsky súd pre ľudské práva [SK] sk_echr Právo Európskej únie [SK] sk_eurlex Zbierka zákonov [SK] sk_es Súdy [SK] sk_justice Ústavný súd [SK] sk_us
Slovenia si
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Sodišče Evropske unije [SL] sl_curia Pravo Evropske unije [SL] sl_eurlex Sodna praksa Republike Slovenije [SI] si_sl_sodna_praksa Ustavno sodišče Republike Slovenije [SI] si_sl_const_court
Spain es
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Tribunal de Justicia de la Unión Europea [ES] es_curia Derecho de la Unión Europea [ES] es_eurlex
Sweden se
Court of Justice of the European Union [EN] en_curia European Union law [EN] en_eurlex European Court of Human Rights [EN] en_echr Europeiska unionens domstol [SV] sv_curia EU-rätt [SV] sv_eurlex

Tools by country

The tools exposed to your account depend on its jurisdiction. The list below shows the MCP tools available in each jurisdiction; get_entitlements, get_current_time and currency_conversion are available everywhere, while statute-text and company-registry tools are currently Czech-only.

Jurisdiction Available tools
Austria at (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Belgium be (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Bulgaria bg (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Croatia hr (10)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Search Regulatory Decisions search_regulatory_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Cyprus cy (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Czechia cz (16)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Search Regulatory Decisions search_regulatory_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Get Law Text get_law_detail Convert file to .md convert_file_to_markdown Search Company Registry search_company List Company Filings search_company_documents Track Legislation track_legislation Recent Legislation Changes legislation_changes Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Denmark dk (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Estonia ee (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Finland fi (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
France fr (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Germany de (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Greece gr (10)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Search Regulatory Decisions search_regulatory_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Hungary hu (10)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Search Regulatory Decisions search_regulatory_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Ireland ie (10)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Search Regulatory Decisions search_regulatory_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Italy it (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Latvia lv (10)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Search Regulatory Decisions search_regulatory_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Lithuania lt (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Luxembourg lu (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Malta mt (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Netherlands nl (10)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Search Regulatory Decisions search_regulatory_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Poland pl (10)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Search Regulatory Decisions search_regulatory_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Portugal pt (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Romania ro (10)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Search Regulatory Decisions search_regulatory_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Slovakia sk (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Slovenia si (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Spain es (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements
Sweden se (9)
Search Case Law search_caselaw_parallel Search Legislation search_law_parallel Keyword Search search_keyword Semantic Search search_similar Find by Case Number search_identifier Get Document get_document Convert Currency currency_conversion Get Current Time get_current_time Account & Entitlements get_entitlements

Coverage lookup

The connector is currently active for Czech accounts. Additional jurisdictions are being added throughout 2026 — see the roadmap below. The tools you see depend on your account's country and subscription tier. You can always call “Account & Entitlements” inside Claude to confirm what your account can access.

Search

Find case law, legislation and regulatory decisions — by AI, keyword, meaning or exact identifier.

  • Search Case Law search_caselaw_parallel
  • Search Legislation search_law_parallel
  • Search Regulatory Decisions search_regulatory_parallel
  • Keyword Search search_keyword
  • Semantic Search search_similar
  • Find by Case Number search_identifier

Documents

Pull full texts, exact statute wording, and convert any file format to Markdown.

  • Get Document get_document
  • Get Law Text get_law_detail
  • Convert file to .md convert_file_to_markdown

Company registry

Look up companies and their public filings (Czech registries).

  • Search Company Registry search_company
  • List Company Filings search_company_documents

Legislative tracking

Follow bills through the Czech legislative process.

  • Track Legislation track_legislation
  • Recent Legislation Changes legislation_changes

Utilities

Helper tools — currency conversion and the current date/time in your jurisdiction.

  • Convert Currency currency_conversion
  • Get Current Time get_current_time

Account

Discover what your account can access.

  • Account & Entitlements get_entitlements

Sources searched in Czechia

    Rate limits

    Each tool has a per-tier call limit within a rolling window. Heavy agentic search tools have lower limits than light lookup tools.

    Tool Basic (free) Pro per day / per month Premium per day / per month enterprise per day / per month
    Search Case Law search_caselaw_parallel 20 40 / 240 75 / 500 150 / 1000
    Search Legislation search_law_parallel 20 40 / 240 75 / 500 150 / 1000
    Search Regulatory Decisions search_regulatory_parallel 20 40 / 240 75 / 500 150 / 1000
    Keyword Search search_keyword 20 200 / 1200 500 / 3000 1500 / 9000
    Semantic Search search_similar 20 40 / 240 75 / 500 150 / 1000
    Find by Case Number search_identifier 1000 200 / 1200 500 / 3000 1500 / 9000
    Get Document get_document 20 200 / 1200 500 / 3000 1500 / 9000
    Get Law Text get_law_detail 20 200 / 1200 500 / 3000 1500 / 9000
    Convert file to .md convert_file_to_markdown 20 200 / 1200 500 / 3000 1500 / 9000
    Search Company Registry search_company 20 200 / 1200 500 / 3000 1500 / 9000
    List Company Filings search_company_documents 20 200 / 1200 500 / 3000 1500 / 9000
    Track Legislation track_legislation 20 100 / 600 300 / 1800 800 / 4800
    Recent Legislation Changes legislation_changes 20 100 / 600 300 / 1800 800 / 4800
    Convert Currency currency_conversion 20 200 / 1200 500 / 3000 1500 / 9000
    Get Current Time get_current_time 20 100 / 600 300 / 1800 800 / 4800
    Account & Entitlements get_entitlements 20 100 / 600 300 / 1800 800 / 4800

    For the paid tiers each cell shows per day / per month — the daily figure is a rolling 24 hour burst cap and the monthly figure a rolling 30 day fair-use cap, both enforced per tool. The free Basic tier runs on a single long trial window, so it shows one combined cap.

    The agentic search tools (Search Case Law, Search Legislation, Search Regulatory Decisions) may also be called only once per conversation.

    FAQ

    Which countries are supported?
    The connector is currently active for Czech accounts. Slovakia, Poland, Hungary, Austria and Germany are planned for July 2026, with other EU jurisdictions expected in October 2026.
    Which tools will I get?
    It depends on the country your DirectCase account is set to and your subscription tier. Call “Account & Entitlements” in Claude to see your exact set, or use the country selector on the connector page.
    Does it include EU law and the European Court of Human Rights?
    Yes. Czech accounts include EU Court of Justice (CJEU) rulings in Czech and English, EUR-Lex legislation in Czech, and over 89,000 European Court of Human Rights decisions.
    How often can I use the AI search tools?
    The agentic search tools (Search Case Law, Search Legislation, Search Regulatory Decisions) may be called once per conversation, and are also subject to your tier's rate limits.
    Is it free?
    Yes — the connector works on a free Basic tier. Paid Pro and Premium tiers raise the daily limits.
    How is my data handled?
    See the DirectCase Privacy Policy for what the connector processes and how long it is retained. Queries are processed to return results and are not retained beyond operational logs.