DirectCase Legal Search
Legal research with verified citations.
Documentation
On this page
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
Add a custom connector
In Claude, open Settings → Connectors → Add custom connector. - 2
Enter the connector URL
Paste the DirectCase endpoint: https://mcp.directcase.ai - 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
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.
Search
Find case law, legislation and regulatory decisions — by AI, keyword, meaning or exact identifier.
Search Case Law search_caselaw_parallel
All jurisdictions
AI-orchestrated search across court decisions, judgments and rulings. Returns ranked results with per-collection summaries and citations.
Parameters
queriesstring[] Required
One or more search queries (natural language or keywords).collectionsstring[] Optional
Limit to specific courts (e.g. "cz_us", "cz_ns", "en_echr"). Empty = all courts available to your account.
Note: May be called once per conversation.
Search Legislation search_law_parallel
AI-orchestrated search of legislation — acts, directives and laws — with date-based validity and citations.
Parameters
queriesstring[] Required
One or more keyword queries (e.g. ["GDPR", "ochrana osobních údajů"]).collectionsstring[] Optional
Limit to specific databases (e.g. "cz_es", "eu_eurlex"). Empty = all.datestring (YYYY-MM-DD) Optional
Reference date for temporal validity — returns the wording in force on that date. Defaults to today.
Search Regulatory Decisions search_regulatory_parallel
3 of 27 jurisdictions
AI-orchestrated search of regulatory-body decisions and guidelines.
Parameters
queriesstring[] Required
One or more search queries.collectionsstring[] Optional
Limit to specific authorities (e.g. "cz_eru", "cz_uohs"). Empty = all.
Keyword Search search_keyword
Fast exact-term search across the collections available in your jurisdiction.
Parameters
querystring Required
Search query. Supports "exact phrases" in quotes and -negative terms.collectionsstring[] | null Optional
Collections to search. Omitted/null = all available to your account.sizeinteger Optional
Number of results to return (default 20, max 100).
Semantic Search search_similar
Meaning-based search — find relevant documents even without the exact wording.
Parameters
querystring Required
Natural-language description of what to find.collectionsstring[] | null Optional
Collections to search. Omitted/null = all available to your account.limitinteger Optional
Number of results to return (default 20, max 100).
Find by Case Number search_identifier
Exact lookup by file number (sp. zn.), case number or ECLI.
Parameters
identifiersstring[] Required
File numbers / case identifiers (sp. zn., ECLI, číslo jednací) to look up.collectionsstring | null Optional
Comma-separated collections to search in. Omitted = all.
Documents
Pull full texts, exact statute wording, and convert any file format to Markdown.
Get Document get_document
Fetch the full text of one or more documents by id.
Parameters
uuidsstring[] Required
One or more document UUIDs to retrieve.collectionstring | 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
lawsobject[] 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
urlstring 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
icostring | null Optional
Company identification number (IČO).nazevstring | 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
icostring 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
statusstring Optional
Exact current state, e.g. "1. čtení", "Schválen". Empty = any.stagestring Optional
A stage the bill has reached, e.g. "Senát", "Sbírka zákonů". Empty = any.changed_since_daysinteger Optional
Only bills with activity in the last N days. 0 = no recency filter.terminteger Optional
Election term (volební období), e.g. 10. 0 = all terms.limitinteger 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_fromstring (YYYY-MM-DD) Required
Window start (inclusive).date_tostring (YYYY-MM-DD) Optional
Window end (inclusive). Empty = today.outcomestring Optional
Filter by outcome — "enacted", "not_passed" or "in_progress". Empty = all.terminteger Optional
Election term (volební období), e.g. 10. 0 = all terms.stagestring Optional
Filter by a stage the bill has reached, e.g. "Senát", "Sbírka zákonů".limitinteger 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_currencystring Required
Source ISO 4217 code, e.g. "EUR", "USD", "CZK".to_currencystring Required
Target ISO 4217 code, e.g. "CZK".amountnumber Optional
Amount of from_currency to convert. Defaults to 1.datestring (YYYY-MM-DD) Optional
Value date; the nearest rate on or before it is used. Defaults to today.jurisdictionstring 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
timezonestring Optional
Optional IANA timezone (e.g. "Europe/Prague"). Overrides the jurisdiction default.jurisdictionstring 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 ascz_us can be passed to a tool'scollections 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 andcurrency_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 (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 |
| 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 (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 |
| Ireland ie (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 |
| 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 (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 |
| 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 (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 |
| 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 (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 |
| 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
- 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
-
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
Utilities
- Convert Currency
currency_conversion - Get Current Time
get_current_time
Account
- 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 | 25 / 200 | 75 / 500 | 300 / 1500 |
| Search Legislation search_law_parallel | 20 | 25 / 200 | 75 / 500 | 300 / 1500 |
| Search Regulatory Decisions search_regulatory_parallel | 20 | 25 / 200 | 75 / 500 | 300 / 1500 |
| Keyword Search search_keyword | 20 | 200 / 1000 | 500 / 2500 | 1500 / 7500 |
| Semantic Search search_similar | 20 | 25 / 200 | 75 / 500 | 300 / 1500 |
| Find by Case Number search_identifier | 1000 | 200 / 1000 | 500 / 2500 | 1500 / 7500 |
| Get Document get_document | 20 | 200 / 1000 | 500 / 2500 | 1500 / 7500 |
| Get Law Text get_law_detail | 20 | 200 / 1000 | 500 / 2500 | 1500 / 7500 |
| Convert file to .md convert_file_to_markdown | 20 | 200 / 1000 | 500 / 2500 | 1500 / 7500 |
| Search Company Registry search_company | 20 | 200 / 1000 | 500 / 2500 | 1500 / 7500 |
| List Company Filings search_company_documents | 20 | 200 / 1000 | 500 / 2500 | 1500 / 7500 |
| Track Legislation track_legislation | 20 | 100 / 400 | 300 / 1000 | 800 / 3000 |
| Recent Legislation Changes legislation_changes | 20 | 100 / 400 | 300 / 1000 | 800 / 3000 |
| Convert Currency currency_conversion | 20 | 200 / 1000 | 500 / 2500 | 1500 / 7500 |
| Get Current Time get_current_time | 20 | 100 / 400 | 300 / 1000 | 800 / 3000 |
| Account & Entitlements get_entitlements | 20 | 100 / 400 | 300 / 1000 | 800 / 3000 |
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.
Ready to try it?
Create a DirectCase account Contact support