MCP App Store
by KeenEthics
Productivity

Overview

Juridata brings the expertise of Moroccan law into Claude. It searches case law from the Cour de cassation, legislation published in the Official Gazette, and Ministry of Justice resources — and every answer is backed by references you can verify against the source. Built for legal professionals in Morocco — lawyers, in-house counsel, and notaries — Juridata lets you research, analyze, and draft without leaving your conversation. What you can do: • Search case law and legislation, with cited references. • Get reasoned answers to questions of Moroccan law. A pioneering African legaltech: Juridata starts with Moroccan law and is built to scale across the continent — bringing verifiable, jurisdiction-specific legal AI to a market that global tools don't cover. Before you start: an active Juridata account is required.

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`.

fetch_document

Claude

search_jurisprudence

Claude

search_laws

Claude

App Stats

8

Tools

ChatGPT, Claude

Platforms

Works with

ChatGPT
Claude

Data refreshed daily