MCP App Store
Productivity
Juridata icon

Juridata

by JURIDATA SARL

Overview

Juridata brings Moroccan legal research directly into ChatGPT. Search thousands of court decisions (jurisprudence) and legal texts, then open the full document in seconds — no more digging through scattered databases. Ask in plain language and Juridata surfaces the relevant rulings and statutes, with filters by court chamber, year, and legal category. Whether you're a lawyer building a case, a law student researching precedent, or a business checking your obligations, you get answers grounded in real Moroccan legal sources. The first AI legal research assistant for Morocco and North Africa in ChatGPT — making the region's case law and legislation searchable, readable, and instantly accessible.

Tools

fetch_document

ChatGPT
Fetch the full text of a decision or law by the `id from a search hit. Long documents are returned one window at a time (up to ~20k tokens). When a result has "truncated": true, call this tool again with the SAME document_id and offset set to the returned next_offset to read the next part — repeat until truncated is false. Each result reports offset, returned_chars, total_chars and next_offset so you know how much remains. Args: document_id: An id returned by a search tool, e.g. "juris:1234" for a court decision or "law:567" for a legal text. offset: Character position to start reading from. Use 0 (default) for the start, then the previous result's next_offset` to continue.

search_jurisprudence

ChatGPT
Semantic search over Moroccan court decisions (jurisprudence). Args: keywords: An array of one or more search terms or phrases, in Arabic or French (e.g. ["التهرب الضريبي"]). A single string is also accepted. max_results: Maximum number of decisions to return (1–25). court_room: Optional chamber filter (civile, commerciale, sociale, penale, administrative, fonciere, familiale). Omit to search all. year: Optional — restrict to decisions issued in this year, e.g. 2021. Returns ranked hits, each with an `id (juris:<n>), a confidence in [0, 1] (semantic relevance of the excerpt to the query; ~0.7+ is strong, ~0.4 is weak), the decision and file numbers, the court room(s), the date, and a short excerpt. Pass a hit's id to fetch_document` for the full decision text.

search_laws

ChatGPT
Semantic search over Moroccan legal texts (codes, statutes, regulations). Args: keywords: An array of one or more search terms or phrases, in Arabic or French (e.g. ["الضريبة على الدخل"]). A single string is also accepted. max_results: Maximum number of law passages to return (1–25). category: Optional law-category filter. Call list_legal_categories for the valid values. Omit to search every category. Returns ranked hits, each with an `id (law:<n>), a confidence in [0, 1] (semantic relevance of the excerpt to the query; a directly-named law number resolves to 1.0), the law name and category, and a short excerpt. Pass a hit's id to fetch_document`.

App Stats

4

Tools

ChatGPT

Platforms

Works with

ChatGPT

Data refreshed daily