Malaysian court judgment search for Federal Court, Court of Appeal, High Court cases and parties.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Connect your AI assistant to Malaysia CourtDB — a court case judgment search tool for Malaysian legal cases via the Model Context Protocol.
Search court judgments and case records from the Federal Court, Court of Appeal, High Court, Sessions Court (Sesyen), and Magistrates' Court (Majistret). Filter by case number, court, judge, keyword, party name, and year of decision — useful for reviewing published judgments, written grounds of judgment, and named parties in appeal records.
Malaysia CourtDB is an independent legal research database. It is not affiliated with Portal Rasmi Kerajaan Malaysia, eLaw.my, or CLJLaw, but covers similar court judgment search use cases for AI assistants.
Party rows can include linked company IDs where a party matches a registered Malaysian business.
Add this URL as a custom MCP connector in Claude, Cursor, or another MCP-compatible client. Sign in with Google when prompted.
Malaysia CourtDB MCP ialah pelayan Model Context Protocol (MCP) untuk carian penghakiman mahkamah Malaysia dan rekod kes undang-undang. Cari kes di Mahkamah Persekutuan, Mahkamah Rayuan, Mahkamah Tinggi, Mahkamah Sesyen dan Mahkamah Majistret mengikut nombor kes, mahkamah, hakim, kata kunci, nama pihak dan tahun keputusan.
Malaysia_list_casesPaginated Malaysian court case search. Filters are combined with AND logic.
| Parameter | Type | Description |
|---|---|---|
caseNo | string, optional | Partial case number |
courtCategory | enum, optional | Majistret, Persekutuan, Rayuan, Sesyen, or Tinggi |
court | string, optional | Partial court name |
judge | string, optional | Partial judge name |
keyword | string, optional | Partial keyword |
partiesContains | string, optional | Partial party name |
year | integer, optional | Year of decision, 1900–2100 |
page | integer, optional | Page number, minimum 1, default 1 |
limit | integer, optional | Results per page, 1–100, default 20 |
Returns { data, total, page, limit }, ordered by decision date descending.
Example:
Malaysia_get_caseFetch one Malaysian court case by id after selecting it from a search result.
| Parameter | Type | Description |
|---|---|---|
id | string | Exact Malaysian court case id |
Returns { data } with case metadata, parties (name, role, linked companyId), and the appeal document list. Returns null for an unknown id.
Example:
https://my.courtdb.org/mcpNo reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/malaysia-courtdb)<a href="https://allmcps.com/mcp/malaysia-courtdb"><img src="https://allmcps.com/api/badge/malaysia-courtdb?style=directory" alt="Malaysia CourtDB on AllMCPs" /></a>