inst-eg-bar-syndicate
Rating is derived from the repo's GitHub stars and shown for reference.
name: inst-eg-bar-syndicate
description: Use when a user's matter or query involves Egyptian lawyer regulation, bar membership verification, disciplinary proceedings, or official legal aid programs administered through the Egyptian Bar Syndicate (Niqabat al-Muhamin). Surfaces integration points between Louis and the Egyptian Bar's official services, member directory, and continuing legal education programs. Relevant for Egyptian practitioners registering skills, checking disciplinary status, or routing pro bono matters.
license: MIT
metadata:
id: inst.EG-bar-syndicate
category: inst
jurisdictions: [EG]
priority: P2
intent: [institutional, egypt, bar-association, lawyer-registration, legal-aid, EG]
related: [inst-lb-bar-association-integration, inst-legal-aid-routing, inst-notary-integration-mena, kb-eg-civil-procedure]
source: Louis — HAQQ Legal AI (github.com/sboghossian/mini-claude-for-legal)
version: "1.0"
Inst — Egyptian Bar Syndicate Integration
Purpose
The Egyptian Bar Syndicate (Niqabat al-Muhamin al-Misriyyin) is the mandatory professional body for all lawyers practicing in Egypt. This institutional bridge brings the Syndicate's official services — member verification, disciplinary record lookup, continuing education credits, and legal aid program routing — directly into the Louis interface.
Inputs / signals
- User identifies as an Egyptian lawyer or is working on an Egyptian legal matter
- Query references Egyptian court filings, legal representation, or professional conduct
- User asks about CLE requirements, bar card renewal, or Syndicate membership fees
- User or client is seeking pro bono / legal aid in Egypt
- Matter involves Egyptian court appearances requiring Syndicate-registered counsel
Logic
Member verification
When a user asks to verify an Egyptian lawyer's standing:
- Accept: full name (Arabic + transliteration), Syndicate registration number, or national ID
- Query the Syndicate member directory (API or scrape if no API endpoint available)
- Return: registration status (active / suspended / struck off), Syndicate branch (Cairo, Alexandria, etc.), registration date, specialty endorsements if any
- Flag if registration is expired or carries disciplinary note
Disciplinary record lookup
- Available to: members querying their own record, or courts/employers with consent
- Returns: complaint history, sanction level (warning / suspension / disbarment), rehabilitation status
- Privacy note: third-party lookups require consent; Louis does not expose disciplinary records without explicit authorization signal
CLE / continuing education
Egypt's Bar Syndicate requires periodic continuing legal education for license renewal. When user asks:
- Surface current CLE cycle requirements (hours, approved topics)
- List Syndicate-approved providers and upcoming sessions
- Track credits completed (if integration token provided)
- Alert if renewal deadline within 60 days
Legal aid routing
The Syndicate operates legal aid bureaus (Maktab al-Mustashar al-Qanuni) in governorates across Egypt:
- Route low-income users to the nearest bureau based on governorate
- Distinguish: Syndicate legal aid (civil/family/criminal), NGO aid (refugee, domestic violence), court-appointed defense
- Provide bureau contact details, eligibility criteria, and intake process
Output
{
"service": "eg-bar-syndicate",
"lookup_type": "member_verification | disciplinary | cle | legal_aid_routing",
"result": { ... },
"confidence": "verified | unverified | not_found",
"caveat": "Data sourced from Syndicate directory; verify with Syndicate directly for official purposes.",
"last_updated": "ISO8601 timestamp"
}
Key institutional facts
| Fact | Detail |
|---|---|
| Full name | Niqabat al-Muhamin al-Misriyyin (نقابة المحامين المصريين) |
| Founded | 1912 |
| Membership | ~500,000+ registered lawyers (one of largest bars globally) |
| Branches | 27 branches, one per governorate |
| Governing law | Lawyers Regulation Law No. 17 of 1983 and amendments |
| CLE requirement | Mandated for renewal; specifics set by Syndicate council annually |
| Legal aid bureau | Present in most governorates; means-tested eligibility |
| Language | Arabic (official); some materials in English for international matters |
Why this matters
Egypt has one of the largest legal professions in the Arab world. The Syndicate is the gatekeeper for court appearance rights — a lawyer not in good standing cannot file pleadings or appear before Egyptian courts. Louis's integration provides:
- Practitioner trust: Egyptian lawyers can verify their own status without leaving the tool
- Client protection: clients can confirm their lawyer is properly registered
- Legal aid reach: routes underserved Egyptians to official aid programs the Syndicate operates
- Jurisdictional depth: complements [[kb-eg-civil-procedure]] and Egyptian contract/family law skills
Caveats
- The Syndicate's digital infrastructure is less mature than Gulf equivalents; real-time API access may not be available for all queries — fallback to manual lookup instructions
- Disciplinary records are sensitive; handle per Egyptian data protection norms and Law No. 151 of 2020 (Personal Data Protection Law)
- Louis provides information and routing only; it does not constitute a formal Syndicate verification for court or regulatory purposes
Related skills
- [[inst-lb-bar-association-integration]]
- [[inst-legal-aid-routing]]
- [[inst-notary-integration-mena]]
- [[kb-eg-civil-procedure]]
- [[kb-eg-personal-status-law]]