OHADA MCP
Related Servers
Alternatives to OHADA MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceMCP server for querying French legislation and case law via the Legifrance API, enabling search and retrieval of laws, codes, and court decisions with verifiable citations.835 PyPI2Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server for real-time access to Mozambican legislation, enabling search, status checks, article retrieval, historical versions, and citation resolution via the Mozaia platform.MIT

LibreJusticeofficial
AlicenseAqualityAmaintenanceMCP server for searching French and European law, providing natural language access to jurisprudence, consolidated legal texts, and related legal information via tools like search_decisions and search_legal_texts.3429Apache 2.0- AlicenseNot gradedqualityFmaintenanceThis MCP server provides access to over 38 French public data sources. It enables queries on legal, fiscal, real estate, educational, and other administrative information.6MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server for querying Colombian legislative norms and their current legal effect, with read-only tools for normativity search and validity consultation. It provides provenance-backed data with explicit citations to official sources.MIT
- AlicenseAqualityBmaintenanceThis MCP server enables searching and retrieving Romanian legislation from the Portal Legislativ database via its SOAP API, providing metadata and full text with verifiable citations.337 PyPIApache 2.0
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose: search returns excerpts, get_article/get_articles return full text by count, get_act returns act metadata, list_legal_texts catalogs, get_version gives version metadata, get_provision_at_date checks temporal applicability, and verify_citation normalizes citations. No two tools are likely to be confused due to detailed scoping.
All tool names follow a consistent snake_case verb_noun pattern: search_ohada_law, get_article, get_articles, get_act, list_legal_texts, get_version, get_provision_at_date, verify_citation. The verbs (search, get, list, verify) are used predictably and match the action.
With 8 tools, the set is well-scoped for a legal research assistant. It covers search, retrieval, metadata lookup, and citation validation without unnecessary redundancy or bloat.
The domain is OHADA legal text retrieval and the tools cover the full research workflow: searching, reading articles individually or in batch, accessing act metadata, listing available texts, checking version applicability, and verifying citations. The only minor gap is the lack of a tool to retrieve a complete act's full text in one call, but this is a workable limitation given the multi-article tool.