{
  "markdown": "# Malaysia CourtDB MCP\n\nConnect your AI assistant to [Malaysia CourtDB](https://my.courtdb.org) — a **court case judgment search** tool for Malaysian legal cases via the Model Context Protocol.\n\nSearch **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.\n\nMalaysia CourtDB is an independent legal research database. It is not affiliated with [Portal Rasmi Kerajaan Malaysia](https://www.malaysia.gov.my), [eLaw.my](https://www.elaw.my), or [CLJLaw](https://www.cljlaw.com), but covers similar court judgment search use cases for AI assistants.\n\nParty rows can include linked company IDs where a party matches a registered Malaysian business.\n\n## Connect\n\n```text\nhttps://my.courtdb.org/mcp\n```\n\nAdd this URL as a custom MCP connector in Claude, Cursor, or another MCP-compatible client. Sign in with Google when prompted.\n\n- Transport: Streamable HTTP\n- Auth: Google OAuth\n- Docs: [my.courtdb.org/mcp/connect](https://my.courtdb.org/mcp/connect)\n\n## Bahasa Melayu (ringkas)\n\n**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.\n\n## Tools\n\n### `Malaysia_list_cases`\n\nPaginated Malaysian court case search. Filters are combined with AND logic.\n\n| Parameter | Type | Description |\n|---|---|---|\n| `caseNo` | string, optional | Partial case number |\n| `courtCategory` | enum, optional | `Majistret`, `Persekutuan`, `Rayuan`, `Sesyen`, or `Tinggi` |\n| `court` | string, optional | Partial court name |\n| `judge` | string, optional | Partial judge name |\n| `keyword` | string, optional | Partial keyword |\n| `partiesContains` | string, optional | Partial party name |\n| `year` | integer, optional | Year of decision, `1900`–`2100` |\n| `page` | integer, optional | Page number, minimum `1`, default `1` |\n| `limit` | integer, optional | Results per page, `1`–`100`, default `20` |\n\nReturns `{ data, total, page, limit }`, ordered by decision date descending.\n\nExample:\n\n```json\n{\n  \"courtCategory\": \"Tinggi\",\n  \"partiesContains\": \"Maybank\",\n  \"year\": 2024,\n  \"limit\": 20\n}\n```\n\n### `Malaysia_get_case`\n\nFetch one Malaysian court case by id after selecting it from a search result.\n\n| Parameter | Type | Description |\n|---|---|---|\n| `id` | string | Exact Malaysian court case id |\n\nReturns `{ data }` with case metadata, parties (`name`, `role`, linked `companyId`), and the appeal document list. Returns `null` for an unknown id.\n\nExample:\n\n```json\n{\n  \"id\": \"case-id-from-search\"\n}\n```\n\n## Example prompts\n\n- *\"Search Malaysian court judgments from the High Court involving Maybank in 2024.\"*\n- *\"Find Court of Appeal cases with a party name containing Petronas.\"*\n- *\"List Federal Court legal cases decided last year.\"*\n- *\"Get the parties, roles and linked company IDs for this Malaysian case id.\"*\n- *\"Find Sessions Court cases with judge name containing Ahmad.\"*\n\n## Setup — Claude\n\n1. Go to [claude.ai/customize/connectors](https://claude.ai/customize/connectors)\n2. Click **Add custom connector**\n3. Name it **Malaysia CourtDB** and paste `https://my.courtdb.org/mcp`\n4. Save and sign in with Google when prompted\n\n## Setup — Cursor / other MCP clients\n\n```json\n{\n  \"mcpServers\": {\n    \"malaysia-court\": {\n      \"url\": \"https://my.courtdb.org/mcp\"\n    }\n  }\n}\n```\n",
  "bytes": 3760,
  "sha": "5fcae39abe4c98a7d0f5970390573b624d5e46faedeb51df124f9e7a50ea7ee0",
  "repo_slug": "indotender/malaysia-court-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_indotender_malaysia_court_393d33ba/readme"
}